Re: [Qemu-devel] [PATCH v2 0/4] pvh: add new PVH option rom

2019-01-16 Thread Liam Merwick
On 15/01/2019 10:00, Stefano Garzarella wrote: This patch series is based on "[RFC v2 0/4] QEMU changes to do PVH boot" and provides a PVH option rom that can be used with SeaBIOS to boot uncompressed kernel using the x86/HVM direct boot ABI. Patches 1 and 2 are to prepare the PVH option rom,

Re: [Qemu-devel] [PATCH v2 0/4] pvh: add new PVH option rom

2019-01-15 Thread Stefan Hajnoczi
On Tue, Jan 15, 2019 at 11:00:54AM +0100, Stefano Garzarella wrote: > This patch series is based on "[RFC v2 0/4] QEMU changes to do PVH boot" and > provides a PVH option rom that can be used with SeaBIOS to boot uncompressed > kernel using the x86/HVM direct boot ABI. > > Patches 1 and 2 are to p

[Qemu-devel] [PATCH v2 0/4] pvh: add new PVH option rom

2019-01-15 Thread Stefano Garzarella
This patch series is based on "[RFC v2 0/4] QEMU changes to do PVH boot" and provides a PVH option rom that can be used with SeaBIOS to boot uncompressed kernel using the x86/HVM direct boot ABI. Patches 1 and 2 are to prepare the PVH option rom, moving common functions in a new header. Patch 3 a