Re: [Qemu-devel] [PATCH V4 3/3] tests: Add migration test for aarch64

2018-02-26 Thread Wei Huang
On 02/26/2018 03:03 AM, Andrew Jones wrote: > On Fri, Feb 23, 2018 at 04:13:08PM -0600, Wei Huang wrote: >> >> >> On 02/22/2018 03:00 AM, Andrew Jones wrote: >>> On Wed, Feb 21, 2018 at 10:44:17PM -0600, Wei Huang wrote: This patch adds migration test support for aarch64. The test code,

Re: [Qemu-devel] [PATCH V4 3/3] tests: Add migration test for aarch64

2018-02-26 Thread Andrew Jones
On Fri, Feb 23, 2018 at 04:13:08PM -0600, Wei Huang wrote: > > > On 02/22/2018 03:00 AM, Andrew Jones wrote: > > On Wed, Feb 21, 2018 at 10:44:17PM -0600, Wei Huang wrote: > >> This patch adds migration test support for aarch64. The test code, which > >> implements the same functionality as x86,

Re: [Qemu-devel] [PATCH V4 3/3] tests: Add migration test for aarch64

2018-02-23 Thread Wei Huang
On 02/22/2018 03:00 AM, Andrew Jones wrote: > On Wed, Feb 21, 2018 at 10:44:17PM -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

Re: [Qemu-devel] [PATCH V4 3/3] tests: Add migration test for aarch64

2018-02-22 Thread Andrew Jones
On Wed, Feb 21, 2018 at 10:44:17PM -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

[Qemu-devel] [PATCH V4 3/3] tests: Add migration test for aarch64

2018-02-21 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