public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] ArmVirtPkg: Fix KVM Guest Firmware
@ 2022-08-02 16:27 Edward Pickup
  2022-08-02 17:16 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Pickup @ 2022-08-02 16:27 UTC (permalink / raw)
  To: devel; +Cc: ardb+tianocore, quic_llindhol, sami.mujawar, kraxel, nd

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")


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ArmVirtPkg: Fix KVM Guest Firmware
  2022-08-02 16:27 [PATCH] ArmVirtPkg: Fix KVM Guest Firmware Edward Pickup
@ 2022-08-02 17:16 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2022-08-02 17:16 UTC (permalink / raw)
  To: Edward Pickup
  Cc: edk2-devel-groups-io, Leif Lindholm, Sami Mujawar, Gerd Hoffmann,
	nd

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")
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-02 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 16:27 [PATCH] ArmVirtPkg: Fix KVM Guest Firmware Edward Pickup
2022-08-02 17:16 ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox