Re: [PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-10 Thread Philippe Mathieu-Daudé
On 12/6/19 3:00 PM, Wainer dos Santos Moschetta wrote: QEMU 4.0 onward is able to boot an uncompressed kernel image by using the x86/HVM direct boot ABI. It needs Linux >= 4.21 built with CONFIG_PVH=y. This introduces an acceptance test which checks an uncompressed Linux kernel image boots

Re: [PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-09 Thread Cleber Rosa
On Mon, Dec 09, 2019 at 12:43:22PM -0200, Wainer dos Santos Moschetta wrote: > > On 12/6/19 2:54 PM, Cleber Rosa wrote: > > On Fri, Dec 06, 2019 at 09:00:11AM -0500, Wainer dos Santos Moschetta wrote: > > > QEMU 4.0 onward is able to boot an uncompressed kernel > > > image by using the x86/HVM

Re: [PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-09 Thread Wainer dos Santos Moschetta
On 12/6/19 2:54 PM, Cleber Rosa wrote: On Fri, Dec 06, 2019 at 09:00:11AM -0500, Wainer dos Santos Moschetta wrote: QEMU 4.0 onward is able to boot an uncompressed kernel image by using the x86/HVM direct boot ABI. It needs Linux >= 4.21 built with CONFIG_PVH=y. This introduces an acceptance

Re: [PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-06 Thread Cleber Rosa
On Fri, Dec 06, 2019 at 09:00:11AM -0500, Wainer dos Santos Moschetta wrote: > QEMU 4.0 onward is able to boot an uncompressed kernel > image by using the x86/HVM direct boot ABI. It needs > Linux >= 4.21 built with CONFIG_PVH=y. > > This introduces an acceptance test which checks an >

Re: [PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-06 Thread Willian Rampazzo
On Fri, Dec 6, 2019 at 11:00 AM Wainer dos Santos Moschetta wrote: > > QEMU 4.0 onward is able to boot an uncompressed kernel > image by using the x86/HVM direct boot ABI. It needs > Linux >= 4.21 built with CONFIG_PVH=y. > > This introduces an acceptance test which checks an > uncompressed Linux

[PATCH 1/2] tests/acceptance: Add PVH boot test

2019-12-06 Thread Wainer dos Santos Moschetta
QEMU 4.0 onward is able to boot an uncompressed kernel image by using the x86/HVM direct boot ABI. It needs Linux >= 4.21 built with CONFIG_PVH=y. This introduces an acceptance test which checks an uncompressed Linux kernel image boots properly. Signed-off-by: Wainer dos Santos Moschetta ---