]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: Fix KVM Guest Firmware
authorEdward Pickup <edward.pickup@arm.com>
Tue, 2 Aug 2022 16:27:27 +0000 (17:27 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 2 Aug 2022 17:07:08 +0000 (17:07 +0000)
Fix build of KVM Guest Firmware, broken by commit

  4c55f6394faf ("MdePkg: IORT header update for IORT Rev E.d spec")

Signed-off-by: Edward Pickup <edward.pickup@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c

index e8c1b13c8f2c65d6073012ff8622ae7444ef8e29..68b9d2bf0513ab14223f3d089ec80938e27376d9 100644 (file)
@@ -128,7 +128,7 @@ EDKII_PLATFORM_REPOSITORY_INFO  mKvmtoolPlatRepositoryInfo = {
     //\r
     {\r
       EFI_ACPI_6_3_IO_REMAPPING_TABLE_SIGNATURE,\r
-      EFI_ACPI_IO_REMAPPING_TABLE_REVISION,\r
+      EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00,\r
       CREATE_STD_ACPI_TABLE_GEN_ID (EStdAcpiTableIdIort),\r
       NULL\r
     },\r