Fix build of KVM Guest Firmware, broken by commit 4c55f6394fafe0494ec24e7c05cb68c938d7852d
Signed-off-by: Edward Pickup <[email protected]> --- 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/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
