OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
XenPvhDetected() can be used to figure out if OVMF has started via the Xen PVH entry point. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20190813113119.14804-21-anthony.perard@citrix.com>
This commit is contained in:
committed by
Laszlo Ersek
parent
12998837d5
commit
64eac29576
@@ -99,6 +99,11 @@ XenHvmloaderDetected (
|
||||
VOID
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
XenPvhDetected (
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
AmdSevInitialize (
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user