From: Eric Auger Date: Mon, 14 Jul 2025 08:05:02 +0000 (+0200) Subject: qtest/bios-tables-test: Add a variant to the aarch64 viot test X-Git-Tag: v10.1.0-rc0~19^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070c0892d528d66651cb2f3cc6a63eaa13c01ddf;p=thirdparty%2Fqemu.git qtest/bios-tables-test: Add a variant to the aarch64 viot test Signed-off-by: Eric Auger Reviewed-by: Jonathan Cameron Reviewed-by: Igor Mammedov Message-Id: <20250714080639.2525563-19-eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index e988deac02..4701975c05 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -2275,6 +2275,7 @@ static void test_acpi_aarch64_virt_viot(void) test_data data = { .machine = "virt", .arch = "aarch64", + .variant = ".viot", .tcg_only = true, .uefi_fl1 = "pc-bios/edk2-aarch64-code.fd", .uefi_fl2 = "pc-bios/edk2-arm-vars.fd",