mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
Update the list of supported architectures to include RISC-V. 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-14-sunilvl@ventanamicro.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ce7325c160
commit
0f130d9e37
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
# This work is licensed under the terms of the GNU GPLv2.
|
# This work is licensed under the terms of the GNU GPLv2.
|
||||||
# See the COPYING.LIB file in the top-level directory.
|
# See the COPYING.LIB file in the top-level directory.
|
||||||
|
|
||||||
qemu_arches="x86_64 aarch64"
|
qemu_arches="x86_64 aarch64 riscv64"
|
||||||
|
|
||||||
if [ ! -e "tests/qtest/bios-tables-test" ]; then
|
if [ ! -e "tests/qtest/bios-tables-test" ]; then
|
||||||
echo "Test: bios-tables-test is required! Run make check before this script."
|
echo "Test: bios-tables-test is required! Run make check before this script."
|
||||||
|
@ -36,7 +36,8 @@ fi
|
||||||
if [ -z "$qemu_bins" ]; then
|
if [ -z "$qemu_bins" ]; then
|
||||||
echo "Only the following architectures are currently supported: $qemu_arches"
|
echo "Only the following architectures are currently supported: $qemu_arches"
|
||||||
echo "None of these configured!"
|
echo "None of these configured!"
|
||||||
echo "To fix, run configure --target-list=x86_64-softmmu,aarch64-softmmu"
|
echo "To fix, run configure \
|
||||||
|
--target-list=x86_64-softmmu,aarch64-softmmu,riscv64-softmmu"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue