aboutsummaryrefslogtreecommitdiff
path: root/include/xen/interface/hvm/start_info.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13xen/pvh: Add memory map pointer to hvm_start_info structMaran Wilson1-1/+62
The start info structure that is defined as part of the x86/HVM direct boot ABI and used for starting Xen PVH guests would be more versatile if it also included a way to pass information about the memory map to the guest. This would allow KVM guests to share the same entry point. Signed-off-by: Maran Wilson <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
2017-02-07xen/pvh: Import PVH-related Xen public interfacesBoris Ostrovsky1-0/+98
Signed-off-by: Boris Ostrovsky <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Reviewed-by: Konrad Rzeszutek Wilk <[email protected]>