diff options
author | Sunil V L <sunilvl@ventanamicro.com> | 2024-06-25 20:38:35 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-07-03 18:14:07 -0400 |
commit | ce7325c160953e717ff662eabdc7bb911029760f (patch) | |
tree | 560e4c8c288044a5c97fbf0dc6f17fd13908f5dc /tests | |
parent | 008115bba06a30b13b3fd86cade8a280490e06f3 (diff) | |
download | qemu-ce7325c160953e717ff662eabdc7bb911029760f.zip qemu-ce7325c160953e717ff662eabdc7bb911029760f.tar.gz qemu-ce7325c160953e717ff662eabdc7bb911029760f.tar.bz2 |
pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
Update list of images supported in unpack_edk2_blobs to enable RISC-V
ACPI table testing.
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240625150839.1358279-13-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 1279294..6508bfb 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -259,6 +259,9 @@ qtests_s390x = \ qtests_riscv32 = \ (config_all_devices.has_key('CONFIG_SIFIVE_E_AON') ? ['sifive-e-aon-watchdog-test'] : []) +qtests_riscv64 = \ + (unpack_edk2_blobs ? ['bios-tables-test'] : []) + qos_test_ss = ss.source_set() qos_test_ss.add( 'ac97-test.c', |