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

Edward Pickup posted 1 patch 1 year, 7 months ago
Failed in applying to current master (apply log)
ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [PATCH] ArmVirtPkg: Fix KVM Guest Firmware
Posted by Edward Pickup 1 year, 7 months ago
Fix build of KVM Guest Firmware, broken by commit
4c55f6394fafe0494ec24e7c05cb68c938d7852d

Signed-off-by: Edward Pickup <edward.pickup@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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] ArmVirtPkg: Fix KVM Guest Firmware
Posted by Ard Biesheuvel 1 year, 7 months ago
On Tue, 2 Aug 2022 at 18:28, Edward Pickup <edward.pickup@arm.com> wrote:
>
> Fix build of KVM Guest Firmware, broken by commit
> 4c55f6394fafe0494ec24e7c05cb68c938d7852d
>
> Signed-off-by: Edward Pickup <edward.pickup@arm.com>

Thanks for the fix. Merged as #3169

> ---
>
> 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 (#92051): https://edk2.groups.io/g/devel/message/92051
Mute This Topic: https://groups.io/mt/92774027/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-