From: Igor Mammedov <imammedo@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, Sunil V L <sunilvl@ventanamicro.com>,
Ani Sinha <anisinha@redhat.com>
Subject: Re: [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
Date: Mon, 4 Nov 2024 15:23:35 +0100 [thread overview]
Message-ID: <20241104152335.7dff1569@imammedo.users.ipa.redhat.com> (raw)
In-Reply-To: <ce456091058734b7f765617ac5dfeebcb366d4a9.1730729695.git.mst@redhat.com>
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
prev parent reply other threads:[~2024-11-04 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241104152335.7dff1569@imammedo.users.ipa.redhat.com \
--to=imammedo@redhat.com \
--cc=anisinha@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sunilvl@ventanamicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).