Re: [Qemu-devel] [PATCH V5 4/4] tests: Add migration test for aarch64

2018-02-26 Thread Andrew Jones
On Mon, Feb 26, 2018 at 10:30:31AM +0100, Andrew Jones wrote: > On Fri, Feb 23, 2018 at 03:58:58PM -0600, Wei Huang wrote: > > +/* aarch64 virt machine physical memory starts at 0x4000, which > > + * is also the kernel loader base address. It should be fine to > > It's not the

Re: [Qemu-devel] [PATCH V5 4/4] tests: Add migration test for aarch64

2018-02-26 Thread Andrew Jones
On Fri, Feb 23, 2018 at 03:58:58PM -0600, Wei Huang wrote: > This patch adds migration test support for aarch64. The test code, which > implements the same functionality as x86, is booted as a kernel in qemu. > Here are the design choices we make for aarch64: > > * We choose this -kernel approach

[Qemu-devel] [PATCH V5 4/4] tests: Add migration test for aarch64

2018-02-23 Thread Wei Huang
This patch adds migration test support for aarch64. The test code, which implements the same functionality as x86, is booted as a kernel in qemu. Here are the design choices we make for aarch64: * We choose this -kernel approach because aarch64 QEMU doesn't provide a built-in fw like x86 does.