Re: [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

2020-01-31 Thread Philippe Mathieu-Daudé
On 1/31/20 4:03 PM, Liam Merwick wrote: On 30/01/2020 23:57, Philippe Mathieu-Daudé wrote: On 1/27/20 5:36 PM, Liam Merwick wrote: Add tests to boot an uncompressed kernel using the x86/HVM direct boot ABI. The vmlinux binary is obtained from a small RPM for Kata containers and extracted using

Re: [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

2020-01-31 Thread Liam Merwick
On 30/01/2020 23:57, Philippe Mathieu-Daudé wrote: On 1/27/20 5:36 PM, Liam Merwick wrote: Add tests to boot an uncompressed kernel using the x86/HVM direct boot ABI. The vmlinux binary is obtained from a small RPM for Kata containers and extracted using the new extract_from_rpm() method. Sign

Re: [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

2020-01-30 Thread Philippe Mathieu-Daudé
On 1/27/20 5:36 PM, Liam Merwick wrote: Add tests to boot an uncompressed kernel using the x86/HVM direct boot ABI. The vmlinux binary is obtained from a small RPM for Kata containers and extracted using the new extract_from_rpm() method. Signed-off-by: Liam Merwick --- tests/acceptance/boot_

Re: [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

2020-01-30 Thread Stefano Garzarella
On Mon, Jan 27, 2020 at 04:36:34PM +, Liam Merwick wrote: > Add tests to boot an uncompressed kernel using the x86/HVM direct boot ABI. > The vmlinux binary is obtained from a small RPM for Kata containers and > extracted using the new extract_from_rpm() method. > > Signed-off-by: Liam Merwick