From 043eab84e5adb2013c9623ce44f44f6a7ef8e037 Mon Sep 17 00:00:00 2001 From: Jason Andryuk Date: Thu, 11 Apr 2024 16:25:30 -0400 Subject: OvmfPkg/XenPlatformPei: Remove Hypercall Page XenHypercallLib now makes direct hypercalls, so HyperPages is unnecessary and can be removed. Change the XenPvhDetected() ASSERT to use the Xen version. That has never been 0, AFAIK. Signed-off-by: Jason Andryuk --- OvmfPkg/Include/Guid/XenInfo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OvmfPkg/Include') diff --git a/OvmfPkg/Include/Guid/XenInfo.h b/OvmfPkg/Include/Guid/XenInfo.h index a8f6a36f1c..c5de783c06 100644 --- a/OvmfPkg/Include/Guid/XenInfo.h +++ b/OvmfPkg/Include/Guid/XenInfo.h @@ -13,10 +13,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent { 0xd3b46f3b, 0xd441, 0x1244, {0x9a, 0x12, 0x0, 0x12, 0x27, 0x3f, 0xc1, 0x4d } } typedef struct { - /// - /// Beginning of the hypercall page. - /// - VOID *HyperPages; /// /// Hypervisor major version. /// -- cgit v1.2.3