From: Andrew Jones <drjones@redhat.com>
To: qemu-devel@nongnu.org, qemu-arm@nongnu.org
Cc: f4bug@amsat.org, alex.bennee@linaro.org
Subject: Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine
Date: Fri, 3 Jun 2022 11:55:53 +0200 [thread overview]
Message-ID: <20220603095553.2fa53p6f246giyik@gator> (raw)
In-Reply-To: <20220603092505.1450350-1-drjones@redhat.com>
On Fri, Jun 03, 2022 at 11:25:05AM +0200, Andrew Jones wrote:
> The max cpu type is the best default cpu type for tests to use
> when specifying the cpu type for AArch64 mach-virt. Switch all
> tests to it.
Hmm, looking at tests in tests/qtest and tests/vm I see cortex-a57
is still used for a default choice. I should probably post another
patch changing those to max as well.
Thanks,
drew
>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
> tests/avocado/replay_kernel.py | 2 +-
> tests/avocado/reverse_debugging.py | 2 +-
> tests/avocado/tcg_plugins.py | 6 +++---
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py
> index 0b2b0dc692b1..c19022ea977d 100644
> --- a/tests/avocado/replay_kernel.py
> +++ b/tests/avocado/replay_kernel.py
> @@ -147,7 +147,7 @@ def test_aarch64_virt(self):
> """
> :avocado: tags=arch:aarch64
> :avocado: tags=machine:virt
> - :avocado: tags=cpu:cortex-a53
> + :avocado: tags=cpu:max
> """
> kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
> '/linux/releases/29/Everything/aarch64/os/images/pxeboot'
> diff --git a/tests/avocado/reverse_debugging.py b/tests/avocado/reverse_debugging.py
> index d2921e70c3b4..d6a6d7277235 100644
> --- a/tests/avocado/reverse_debugging.py
> +++ b/tests/avocado/reverse_debugging.py
> @@ -198,7 +198,7 @@ def test_aarch64_virt(self):
> """
> :avocado: tags=arch:aarch64
> :avocado: tags=machine:virt
> - :avocado: tags=cpu:cortex-a53
> + :avocado: tags=cpu:max
> """
> kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
> '/linux/releases/29/Everything/aarch64/os/images/pxeboot'
> diff --git a/tests/avocado/tcg_plugins.py b/tests/avocado/tcg_plugins.py
> index 642d2e49e305..2bbf62f5036e 100644
> --- a/tests/avocado/tcg_plugins.py
> +++ b/tests/avocado/tcg_plugins.py
> @@ -68,7 +68,7 @@ def test_aarch64_virt_insn(self):
> :avocado: tags=accel:tcg
> :avocado: tags=arch:aarch64
> :avocado: tags=machine:virt
> - :avocado: tags=cpu:cortex-a53
> + :avocado: tags=cpu:max
> """
> kernel_path = self._grab_aarch64_kernel()
> kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
> @@ -94,7 +94,7 @@ def test_aarch64_virt_insn_icount(self):
> :avocado: tags=accel:tcg
> :avocado: tags=arch:aarch64
> :avocado: tags=machine:virt
> - :avocado: tags=cpu:cortex-a53
> + :avocado: tags=cpu:max
> """
> kernel_path = self._grab_aarch64_kernel()
> kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
> @@ -120,7 +120,7 @@ def test_aarch64_virt_mem_icount(self):
> :avocado: tags=accel:tcg
> :avocado: tags=arch:aarch64
> :avocado: tags=machine:virt
> - :avocado: tags=cpu:cortex-a53
> + :avocado: tags=cpu:max
> """
> kernel_path = self._grab_aarch64_kernel()
> kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
> --
> 2.34.3
>
next prev parent reply other threads:[~2022-06-03 9:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-03 9:25 [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine Andrew Jones
2022-06-03 9:55 ` Andrew Jones [this message]
2022-06-03 10:07 ` Cornelia Huck
2022-06-03 10:18 ` Andrew Jones
2022-06-03 13:56 ` Richard Henderson
2022-06-03 15:05 ` Andrew Jones
2022-06-03 15:34 ` Richard Henderson
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=20220603095553.2fa53p6f246giyik@gator \
--to=drjones@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=f4bug@amsat.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 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).