qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg


From: Igor Mammedov
Subject: Re: [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
Date: Mon, 4 Nov 2024 15:23:35 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]