[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 24/65] acpi/disassemle-aml.sh: fix up after dir reorg
From: |
Michael S. Tsirkin |
Subject: |
[PULL 24/65] acpi/disassemle-aml.sh: fix up after dir reorg |
Date: |
Mon, 4 Nov 2024 16:07:05 -0500 |
We moved expected files around, fix up the disassembler script.
Fixes: 7c08eefcaf ("tests/data/acpi: Move x86 ACPI tables under x86/${machine}
path")
Fixes: 7434f90467 ("tests/data/acpi/virt: Move ARM64 ACPI tables under
aarch64/${machine} path")
Cc: "Sunil V L" <sunilvl@ventanamicro.com>
Message-ID:
<ce456091058734b7f765617ac5dfeebcb366d4a9.1730729695.git.mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
---
tests/data/acpi/disassemle-aml.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/data/acpi/disassemle-aml.sh
b/tests/data/acpi/disassemle-aml.sh
index 253b7620a0..89561d233d 100755
--- a/tests/data/acpi/disassemle-aml.sh
+++ b/tests/data/acpi/disassemle-aml.sh
@@ -14,7 +14,7 @@ while getopts "o:" arg; do
esac
done
-for machine in tests/data/acpi/*
+for machine in tests/data/acpi/*/*
do
if [[ ! -d "$machine" ]];
then
--
MST
- [PULL 16/65] hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties., (continued)
- [PULL 16/65] hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties., Michael S. Tsirkin, 2024/11/04
- [PULL 17/65] hw/pcie: Factor out PCI Express link register filling common to EP., Michael S. Tsirkin, 2024/11/04
- [PULL 18/65] hw/pcie: Provide a utility function for control of EP / SW USP link, Michael S. Tsirkin, 2024/11/04
- [PULL 19/65] hw/mem/cxl-type3: Add properties to control link speed and width, Michael S. Tsirkin, 2024/11/04
- [PULL 20/65] hw/pci-bridge/cxl-upstream: Add properties to control link speed and width, Michael S. Tsirkin, 2024/11/04
- [PULL 21/65] qdev-monitor: add option to report GenericError from find_device_state, Michael S. Tsirkin, 2024/11/04
- [PULL 22/65] vhost-user-blk: split vhost_user_blk_sync_config(), Michael S. Tsirkin, 2024/11/04
- [PULL 23/65] qapi: introduce device-sync-config, Michael S. Tsirkin, 2024/11/04
- [PULL 24/65] acpi/disassemle-aml.sh: fix up after dir reorg,
Michael S. Tsirkin <=
- [PULL 25/65] tests/acpi: pc: allow DSDT acpi table changes, Michael S. Tsirkin, 2024/11/04
- [PULL 26/65] hw/i386/acpi-build: return a non-var package from _PRT(), Michael S. Tsirkin, 2024/11/04
- [PULL 27/65] tests/acpi: pc: update golden masters for DSDT, Michael S. Tsirkin, 2024/11/04
- [PULL 28/65] amd_iommu: Rename variable mmio to mr_mmio, Michael S. Tsirkin, 2024/11/04
- [PULL 30/65] amd_iommu: Use shared memory region for Interrupt Remapping, Michael S. Tsirkin, 2024/11/04
- [PULL 31/65] amd_iommu: Send notification when invalidate interrupt entry cache, Michael S. Tsirkin, 2024/11/04
- [PULL 32/65] amd_iommu: Check APIC ID > 255 for XTSup, Michael S. Tsirkin, 2024/11/04