[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] tests: Prefer max cpu type when using AArch64 virt machin
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2] tests: Prefer max cpu type when using AArch64 virt machine |
Date: |
Fri, 03 Jun 2022 13:55:44 +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/boot_xen.py | 6 +++---
> tests/avocado/replay_kernel.py | 2 +-
> tests/avocado/reverse_debugging.py | 2 +-
> tests/avocado/tcg_plugins.py | 6 +++---
> tests/qtest/bios-tables-test.c | 12 ++++++------
> tests/qtest/machine-none-test.c | 4 ++--
> tests/vm/aarch64vm.py | 2 +-
> tests/vm/ubuntu.aarch64 | 2 +-
> 8 files changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>