Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2018-01-05 Thread Dr. David Alan Gilbert
* Wei Huang (w...@redhat.com) wrote: > > > On 01/04/2018 02:10 PM, Juan Quintela wrote: > > Wei Huang wrote: > > But once that everybody is looking, I would like to open a discussion > > about how to make more abstract this test, and not adding so many bits > > each time that we need to create a

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2018-01-05 Thread Wei Huang
On 01/04/2018 02:10 PM, Juan Quintela wrote: > Wei Huang wrote: >> This patch adds the migration test support for aarch64. The test code, >> which implements the same functionality as x86, is compiled into a binary >> and booted as a kernel to qemu. Here are the design ideas: >> >> * We choose t

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2018-01-04 Thread Juan Quintela
Wei Huang wrote: > This patch adds the migration test support for aarch64. The test code, > which implements the same functionality as x86, is compiled into a binary > and booted as a kernel to qemu. Here are the design ideas: > > * We choose this -kernel design because aarch64 QEMU doesn't provid

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2017-12-18 Thread Dr. David Alan Gilbert
* Wei Huang (w...@redhat.com) wrote: > This patch adds the migration test support for aarch64. The test code, > which implements the same functionality as x86, is compiled into a binary > and booted as a kernel to qemu. Here are the design ideas: > > * We choose this -kernel design because aarch64

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2017-12-18 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 15 December 2017 at 20:37, Wei Huang wrote: > > This patch adds the migration test support for aarch64. The test code, > > which implements the same functionality as x86, is compiled into a binary > > and booted as a kernel to qemu. Here are t

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2017-12-17 Thread Wei Huang
On 12/16/2017 07:49 AM, Peter Maydell wrote: > On 15 December 2017 at 20:37, Wei Huang wrote: >> This patch adds the migration test support for aarch64. The test code, >> which implements the same functionality as x86, is compiled into a binary >> and booted as a kernel to qemu. Here are the des

Re: [Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2017-12-16 Thread Peter Maydell
On 15 December 2017 at 20:37, Wei Huang wrote: > This patch adds the migration test support for aarch64. The test code, > which implements the same functionality as x86, is compiled into a binary > and booted as a kernel to qemu. Here are the design ideas: > > * We choose this -kernel design becau

[Qemu-devel] [PATCH RFC 1/1] tests: Add migration test for aarch64

2017-12-15 Thread Wei Huang
This patch adds the migration test support for aarch64. The test code, which implements the same functionality as x86, is compiled into a binary and booted as a kernel to qemu. Here are the design ideas: * We choose this -kernel design because aarch64 QEMU doesn't provide a built-in fw like x86