KVM: selftests: fix supported_flags for aarch64
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 18:46:22 +0000 (13:46 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 18:46:22 +0000 (13:46 -0500)
commit849c1816436fe359e85587fba5b69ddd3a957b31
treebd1609137b5fa3a5c4830aad6328683c4d8bd96d
parente9e60c82fe391d04db55a91c733df4a017c28b2f
KVM: selftests: fix supported_flags for aarch64

KVM/Arm supports readonly memslots; fix the calculation of
supported_flags in set_memory_region_test.c, otherwise the
test fails.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/set_memory_region_test.c