From 8132478fa0c0bcf368c0444052e50b89146cf3dc Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 6 Mar 2024 14:09:35 +0100 Subject: [PATCH] tests: Don't advertise features for edk2-loongarch64 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 Reviewed-by: Michal Privoznik --- .../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.47.2