[edk2-devel] [PATCH] ArmVirtPkg: Fix KVM Guest Firmware

Edward Pickup edward.pickup at arm.com
Tue Aug 2 16:27:27 UTC 2022


Fix build of KVM Guest Firmware, broken by commit
4c55f6394fafe0494ec24e7c05cb68c938d7852d

Signed-off-by: Edward Pickup <edward.pickup at arm.com>
---

The change can be seen at https://github.com/edpickup/edk2/tree/2321_fix_kvm_guest_v1
 ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c b/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c
index e8c1b13c8f2c65d6073012ff8622ae7444ef8e29..68b9d2bf0513ab14223f3d089ec80938e27376d9 100644
--- a/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c
+++ b/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c
@@ -128,7 +128,7 @@ EDKII_PLATFORM_REPOSITORY_INFO  mKvmtoolPlatRepositoryInfo = {
     //

     {

       EFI_ACPI_6_3_IO_REMAPPING_TABLE_SIGNATURE,

-      EFI_ACPI_IO_REMAPPING_TABLE_REVISION,

+      EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00,

       CREATE_STD_ACPI_TABLE_GEN_ID (EStdAcpiTableIdIort),

       NULL

     },

-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92048): https://edk2.groups.io/g/devel/message/92048
Mute This Topic: https://groups.io/mt/92774027/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list