From: Igor Mammedov <imammedo@redhat.com>
To: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
qemu-arm@nongnu.org, Eric Auger <eric.auger@redhat.com>,
Andrew Jones <ajones@ventanamicro.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Ani Sinha <anisinha@redhat.com>, Fabiano Rosas <farosas@suse.de>,
Laurent Vivier <lvivier@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Mohamed Mediouni <mohamed@unpredictable.fr>
Subject: Re: [PATCH v6 1/4] test/acpi: aarch64/virt: Test version 11.0
Date: Wed, 20 May 2026 15:07:04 +0200 [thread overview]
Message-ID: <20260520150704.136d08a3@imammedo> (raw)
In-Reply-To: <20260520-virt-v6-1-d96180454fdf@rsg.ci.i.u-tokyo.ac.jp>
On Wed, 20 May 2026 18:56:30 +0900
Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> wrote:
> A future commit changes the memory map for the latest version of the
> machine. Test that the memory map of the previous version is preserved.
>
> Suggested-by: Mohamed Mediouni <mohamed@unpredictable.fr>
> Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
> ---
> tests/qtest/bios-tables-test.c | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index 510751799e48..00e62699197a 100644
> --- a/tests/qtest/bios-tables-test.c
> +++ b/tests/qtest/bios-tables-test.c
> @@ -2214,6 +2214,28 @@ static void test_acpi_aarch64_virt_tcg(void)
> free_test_data(&data);
> }
>
> +static void test_acpi_aarch64_virt_tcg_11_0(void)
> +{
> + test_data data = {
> + .machine = "virt",
> + .machine_param = "-11.0",
> + .arch = "aarch64",
> + .variant = ".11.0",
> + .tcg_only = true,
> + .uefi_fl1 = "pc-bios/edk2-aarch64-code.fd",
> + .uefi_fl2 = "pc-bios/edk2-arm-vars.fd",
> + .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2",
> + .ram_start = 0x40000000ULL,
> + .scan_len = 128ULL * MiB,
> + };
> +
> + data.smbios_cpu_max_speed = 2900;
> + data.smbios_cpu_curr_speed = 2700;
> + test_acpi_one("-cpu cortex-a57 -machine ras=on "
> + "-smbios type=4,max-speed=2900,current-speed=2700", &data);
> + free_test_data(&data);
> +}
> +
> static void test_acpi_aarch64_virt_tcg_topology(void)
> {
> test_data data = {
> @@ -2851,6 +2873,8 @@ int main(int argc, char *argv[])
> } else if (strcmp(arch, "aarch64") == 0) {
> if (has_tcg && qtest_has_device("virtio-blk-pci")) {
> qtest_add_func("acpi/virt", test_acpi_aarch64_virt_tcg);
> + qtest_add_func("acpi/virt/11.0",
> + test_acpi_aarch64_virt_tcg_11_0);
> qtest_add_func("acpi/virt/acpihmatvirt",
> test_acpi_aarch64_virt_tcg_acpi_hmat);
> qtest_add_func("acpi/virt/topology",
>
next prev parent reply other threads:[~2026-05-20 13:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-20 9:56 [PATCH v6 0/4] hw/arm/virt: Remove the lower bound of HighMem IO Regions Akihiko Odaki
2026-05-20 9:56 ` [PATCH v6 1/4] test/acpi: aarch64/virt: Test version 11.0 Akihiko Odaki
2026-05-20 13:07 ` Igor Mammedov [this message]
2026-05-20 9:56 ` [PATCH v6 2/4] test/acpi: aarch64/virt: Allow DSDT and MCFG changes Akihiko Odaki
2026-05-20 13:07 ` Igor Mammedov
2026-05-20 9:56 ` [PATCH v6 3/4] hw/arm/virt: Remove the lower bound of HighMem IO Regions Akihiko Odaki
2026-05-20 13:51 ` Igor Mammedov
2026-05-21 4:43 ` Akihiko Odaki
2026-05-21 12:14 ` Igor Mammedov
2026-05-20 9:56 ` [PATCH v6 4/4] test/acpi: aarch64/virt: Update golden masters for DSDT and MCFG Akihiko Odaki
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=20260520150704.136d08a3@imammedo \
--to=imammedo@redhat.com \
--cc=ajones@ventanamicro.com \
--cc=anisinha@redhat.com \
--cc=eric.auger@redhat.com \
--cc=farosas@suse.de \
--cc=lvivier@redhat.com \
--cc=mohamed@unpredictable.fr \
--cc=mst@redhat.com \
--cc=odaki@rsg.ci.i.u-tokyo.ac.jp \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.