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

2022-06-03 Thread Andrew Jones
On Fri, Jun 03, 2022 at 07:04:01AM -0700, Richard Henderson wrote: > On 6/3/22 04:18, 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-b

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

2022-06-03 Thread Richard Henderson
On 6/3/22 04:18, 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 For avoidance of doubt, copying v1 comment to v2: diff --git a/tests/a

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

2022-06-03 Thread Gavin Shan
On 6/3/22 7:18 PM, 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/boot_xen.py | 6 +++--- tests/avocado/rep

Re: [PATCH v2] tests: 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/boot_xen.py | 6 +++--- >

[PATCH v2] tests: 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/boot_xen.py | 6 +++--- tests/avocado/replay_kernel.py | 2 +- tests/avocado/re