Re: [Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file

2019-03-02 Thread Stefano Garzarella
On Fri, Mar 01, 2019 at 05:56:36PM +, Alex Bennée wrote: > > Stefano Garzarella writes: > > > On Fri, Mar 01, 2019 at 04:53:57PM +, Alex Bennée wrote: > >> > >> Paolo Bonzini writes: > >> > >> > From: Liam Merwick > >> > > >> > The x86/HVM direct boot ABI permits Qemu to be able to boo

Re: [Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file

2019-03-01 Thread Alex Bennée
Stefano Garzarella writes: > On Fri, Mar 01, 2019 at 04:53:57PM +, Alex Bennée wrote: >> >> Paolo Bonzini writes: >> >> > From: Liam Merwick >> > >> > The x86/HVM direct boot ABI permits Qemu to be able to boot directly >> > into the uncompressed Linux kernel binary with minimal firmware

Re: [Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file

2019-03-01 Thread Stefano Garzarella
On Fri, Mar 01, 2019 at 04:53:57PM +, Alex Bennée wrote: > > Paolo Bonzini writes: > > > From: Liam Merwick > > > > The x86/HVM direct boot ABI permits Qemu to be able to boot directly > > into the uncompressed Linux kernel binary with minimal firmware involvement. > > > > https://xenbi

Re: [Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file

2019-03-01 Thread Alex Bennée
Paolo Bonzini writes: > From: Liam Merwick > > The x86/HVM direct boot ABI permits Qemu to be able to boot directly > into the uncompressed Linux kernel binary with minimal firmware involvement. > > https://xenbits.xen.org/docs/unstable/misc/pvh.html > > This commit adds the header file

[Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file

2019-02-05 Thread Paolo Bonzini
From: Liam Merwick The x86/HVM direct boot ABI permits Qemu to be able to boot directly into the uncompressed Linux kernel binary with minimal firmware involvement. https://xenbits.xen.org/docs/unstable/misc/pvh.html This commit adds the header file that defines the start_info struct th