Displaying 1 result from an estimated 1 matches for "4ba5c67e".
2013 Nov 19
0
[PATCH RFC v2 0/7] Make OVMF fully working with Xen
...be helpful to QEMU
as well.
This patch set should work with QEMU / KVM as well (read: doesn''t break). The
code path is the same as before if Xen is not detected.
Comments are welcomed.
The tree can be found at:
http://xenbits.xen.org/git-http/people/liuw/ovmf.git rfc-v2
starting from 4ba5c67e.
Wei.
Wei Liu (7):
MdeModulePkg: introduce PcdPciAllowFullEnumeration
OvmfPkg: introduce E820.h
OvmfPkg: define EFI_XEN_OVMF_INFO and extend XenInfo
OvmfPkg: extract OVMF info passed by Xen hvmloader
OvmfPkg: detect Xen earlier
OvmfPkg: introduce PublishPeiMemory
OvmfPkg: introduce...