Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Richard Henderson
On 6/3/22 08:05, Andrew Jones wrote: On Fri, Jun 03, 2022 at 06:56:41AM -0700, Richard Henderson wrote: On 6/3/22 02:25, 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. This won't wo

Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Andrew Jones
On Fri, Jun 03, 2022 at 06:56:41AM -0700, Richard Henderson wrote: > On 6/3/22 02:25, 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. > > This won't work without further chang

Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Richard Henderson
On 6/3/22 02:25, 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. This won't work without further changes. @@ -147,7 +147,7 @@ def test_aarch64_virt(self): """ :av

Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Andrew Jones
On Fri, Jun 03, 2022 at 12:07:13PM +0200, Cornelia Huck wrote: > On Fri, Jun 03 2022, 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. > > > > Cc: Alex Bennée > > Signed-of

Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Cornelia Huck
On Fri, Jun 03 2022, 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. > > Cc: Alex Bennée > Signed-off-by: Andrew Jones > --- > tests/avocado/replay_kernel.py | 2 +- > tests

Re: [PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Andrew Jones
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 defa

[PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine

2022-06-03 Thread Andrew Jones
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 Signed-off-by: Andrew Jones --- tests/avocado/replay_kernel.py | 2 +- tests/avocado/reverse_debugging.py | 2 +- tests/avocado/tcg_plug