Re: [kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max

2025-01-13 Thread Vladimir Murzin
On 1/10/25 13:58, Alexandru Elisei wrote: > (CC'ing everyone from MAINTAINERS because I'm touching configure) > > Vladimir sent a test for MTE [1], which didn't work on the default -cpu > model, cortex-a57, because that CPU didn't implement MTE. There were two > options to get it working: > > 1.

[kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max

2025-01-10 Thread Alexandru Elisei
(CC'ing everyone from MAINTAINERS because I'm touching configure) Vladimir sent a test for MTE [1], which didn't work on the default -cpu model, cortex-a57, because that CPU didn't implement MTE. There were two options to get it working: 1. Add -cpu max to the extra_params unittest parameter. 2.