* [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
@ 2024-11-04 14:14 Michael S. Tsirkin
2024-11-04 14:23 ` Igor Mammedov
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2024-11-04 14:14 UTC (permalink / raw)
To: qemu-devel; +Cc: Sunil V L, Igor Mammedov, Ani Sinha
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>
Signed-off-by: Michael S. Tsirkin <mst@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
2024-11-04 14:14 [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg Michael S. Tsirkin
@ 2024-11-04 14:23 ` Igor Mammedov
0 siblings, 0 replies; 2+ messages in thread
From: Igor Mammedov @ 2024-11-04 14:23 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: qemu-devel, Sunil V L, Ani Sinha
On Mon, 4 Nov 2024 09:14:57 -0500
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> 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>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-04 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 14:14 [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg Michael S. Tsirkin
2024-11-04 14:23 ` Igor Mammedov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).