[PATCH] tests: Don't advertise features for edk2-loongarch64

Andrea Bolognani posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240306133310.732943-1-abologna@redhat.com
.../usr/share/qemu/firmware/50-edk2-loongarch64.json             | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests: Don't advertise features for edk2-loongarch64
Posted by Andrea Bolognani 1 month, 3 weeks ago
The "acpi" feature is not part of the specification[1],
so it will just get ignored.

[1] https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/firmware.json

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 .../usr/share/qemu/firmware/50-edk2-loongarch64.json             | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/qemufirmwaredata/usr/share/qemu/firmware/50-edk2-loongarch64.json b/tests/qemufirmwaredata/usr/share/qemu/firmware/50-edk2-loongarch64.json
index 8251137ba9..c5a7ec5f7b 100644
--- a/tests/qemufirmwaredata/usr/share/qemu/firmware/50-edk2-loongarch64.json
+++ b/tests/qemufirmwaredata/usr/share/qemu/firmware/50-edk2-loongarch64.json
@@ -24,6 +24,5 @@
         }
     ],
     "features": [
-        "acpi"
     ]
 }
-- 
2.44.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH] tests: Don't advertise features for edk2-loongarch64
Posted by Michal Prívozník 1 month, 3 weeks ago
On 3/6/24 14:33, Andrea Bolognani wrote:
> The "acpi" feature is not part of the specification[1],
> so it will just get ignored.
> 
> [1] https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/firmware.json
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  .../usr/share/qemu/firmware/50-edk2-loongarch64.json             | 1 -
>  1 file changed, 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org