diff options
| author | Eric Auger <eric.auger@redhat.com> | 2025-07-14 10:05:02 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-15 02:56:40 -0400 |
| commit | 070c0892d528d66651cb2f3cc6a63eaa13c01ddf (patch) | |
| tree | 0de514cf8af13433776f57550ea0b10f1ba3bc9e /tests/qtest/bios-tables-test.c | |
| parent | c82a9d740758644493bbb32711237c41070babb8 (diff) | |
| download | focaccia-qemu-070c0892d528d66651cb2f3cc6a63eaa13c01ddf.tar.gz focaccia-qemu-070c0892d528d66651cb2f3cc6a63eaa13c01ddf.zip | |
qtest/bios-tables-test: Add a variant to the aarch64 viot test
Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20250714080639.2525563-19-eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to '')
| -rw-r--r-- | tests/qtest/bios-tables-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |