]> git.proxmox.com Git - mirror_qemu.git/commit
pvh: Add x86/HVM direct boot ABI header file
authorLiam Merwick <Liam.Merwick@oracle.com>
Tue, 15 Jan 2019 12:18:05 +0000 (12:18 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:16 +0000 (16:50 +0100)
commit20a965067fbece568d2dcb3ccaa603723731a9f9
treeb0089442d24a021555540ff7992d946bc621a0f1
parent696aa04c84c6065aa6c4b085d223a3129718d700
pvh: Add x86/HVM direct boot ABI header file

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
that needs to be populated in order to use this ABI.

The canonical version of start_info.h is in the Xen codebase.
(like QEMU, the Linux kernel uses a copy as well).

Signed-off-by: Liam Merwick <Liam.Merwick@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <Konrad.Wilk@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/xen/start_info.h [new file with mode: 0644]