[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt m
From: |
Cornelia Huck |
Subject: |
Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine |
Date: |
Fri, 03 Jun 2022 12:07:13 +0200 |
User-agent: |
Notmuch/0.36 (https://notmuchmail.org) |
On Fri, Jun 03 2022, Andrew Jones <drjones@redhat.com> 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.
>
> 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(-)
Is there anything in the boot_xen tests that requires cortex-a57, or
should they be switched to max as well?