[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: |
Andrew Jones |
Subject: |
Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine |
Date: |
Fri, 3 Jun 2022 12:18:01 +0200 |
On Fri, Jun 03, 2022 at 12:07:13PM +0200, Cornelia Huck wrote:
> 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?
>
You're right. I was ignoring xen tests for no good reason. They're
simply using TCG mach-virt with a "default" cpu type too.
I'll spin a v2 that changes everything in tests/ which uses mach-
virt and appears to be want a default cpu type.
Thanks,
drew