Re: [PATCH 6/7] target/arm: Use -cpu max-v8 with aarch64=off
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/8/26 18:39, Richard Henderson wrote: > Armv9 does not support privileged aarch32 execution, so > aarch64 cannot be disabled. These tests must use Armv8. > > Signed-off-by: Richard Henderson <[email protected]> > --- > tests/qtest/arm-cpu-features.c | 4 ++-- > tests/functional/aarch64/test_virt_aarch64_off.py | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>