[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 71/85] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
From: |
Michael S. Tsirkin |
Subject: |
[PULL v3 71/85] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V |
Date: |
Wed, 3 Jul 2024 18:49:43 -0400 |
From: Sunil V L <sunilvl@ventanamicro.com>
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>
---
tests/data/acpi/rebuild-expected-aml.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/data/acpi/rebuild-expected-aml.sh
b/tests/data/acpi/rebuild-expected-aml.sh
index dcf2e2f221..c1092fb8ba 100755
--- a/tests/data/acpi/rebuild-expected-aml.sh
+++ b/tests/data/acpi/rebuild-expected-aml.sh
@@ -12,7 +12,7 @@
# This work is licensed under the terms of the GNU GPLv2.
# 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
echo "Test: bios-tables-test is required! Run make check before this
script."
@@ -36,7 +36,8 @@ fi
if [ -z "$qemu_bins" ]; then
echo "Only the following architectures are currently supported:
$qemu_arches"
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;
fi
--
MST
- [PULL v3 62/85] tests/data/uefi-boot-images: Add RISC-V ISO image, (continued)
- [PULL v3 62/85] tests/data/uefi-boot-images: Add RISC-V ISO image, Michael S. Tsirkin, 2024/07/03
- [PULL v3 60/85] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support, Michael S. Tsirkin, 2024/07/03
- [PULL v3 61/85] uefi-test-tools: Add support for python based build script, Michael S. Tsirkin, 2024/07/03
- [PULL v3 63/85] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them, Michael S. Tsirkin, 2024/07/03
- [PULL v3 64/85] tests/qtest/bios-tables-test.c: Add support for arch in path, Michael S. Tsirkin, 2024/07/03
- [PULL v3 65/85] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests, Michael S. Tsirkin, 2024/07/03
- [PULL v3 67/85] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path, Michael S. Tsirkin, 2024/07/03
- [PULL v3 66/85] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests, Michael S. Tsirkin, 2024/07/03
- [PULL v3 68/85] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path, Michael S. Tsirkin, 2024/07/03
- [PULL v3 70/85] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs, Michael S. Tsirkin, 2024/07/03
- [PULL v3 71/85] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V,
Michael S. Tsirkin <=
- [PULL v3 72/85] hw/cxl/events: Improve QMP interfaces and documentation for add/release dynamic capacity., Michael S. Tsirkin, 2024/07/03
- [PULL v3 73/85] hw/cxl/events: Mark cxl-add-dynamic-capacity and cxl-release-dynamic-capcity unstable, Michael S. Tsirkin, 2024/07/03
- [PULL v3 74/85] virtio: remove virtio_tswap16s() call in vring_packed_event_read(), Michael S. Tsirkin, 2024/07/03
- [PULL v3 75/85] virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged, Michael S. Tsirkin, 2024/07/03
- [PULL v3 76/85] hw/pci: Rename has_power to enabled, Michael S. Tsirkin, 2024/07/03
- [PULL v3 77/85] hw/ppc/spapr_pci: Do not create DT for disabled PCI device, Michael S. Tsirkin, 2024/07/03
- [PULL v3 78/85] hw/ppc/spapr_pci: Do not reject VFs created after a PF, Michael S. Tsirkin, 2024/07/03
- [PULL v3 79/85] pcie_sriov: Do not manually unrealize, Michael S. Tsirkin, 2024/07/03
- [PULL v3 80/85] pcie_sriov: Ensure VF function number does not overflow, Michael S. Tsirkin, 2024/07/03
- [PULL v3 81/85] pcie_sriov: Reuse SR-IOV VF device instances, Michael S. Tsirkin, 2024/07/03