On Fri, Jun 03, 2022 at 12:07:13PM +0200, Cornelia Huck wrote: > On Fri, Jun 03 2022, Andrew Jones <drjo...@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.ben...@linaro.org> > > Signed-off-by: Andrew Jones <drjo...@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