Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-13 | xen/pvh: Add memory map pointer to hvm_start_info struct | Maran Wilson | 1 | -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-07 | xen/pvh: Import PVH-related Xen public interfaces | Boris Ostrovsky | 1 | -0/+98 | |
Signed-off-by: Boris Ostrovsky <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Reviewed-by: Konrad Rzeszutek Wilk <[email protected]> |