KVM: selftests: fix supported_flags for riscv
authorAndrew Jones <ajones@ventanamicro.com>
Wed, 3 Apr 2024 12:33:01 +0000 (14:33 +0200)
committerSean Christopherson <seanjc@google.com>
Mon, 8 Apr 2024 20:22:08 +0000 (13:22 -0700)
commit449c0811d8729068646e1a270be72bf2da2e66f3
tree30b318b11a79d3966afcd593fb25ef788cd483dc
parent0ef2dd1f4144bc024d3c98954fa061a102f6481b
KVM: selftests: fix supported_flags for riscv

commit 849c1816436f ("KVM: selftests: fix supported_flags for aarch64")
fixed the set-memory-region test for aarch64 by declaring the read-only
flag is supported. riscv also supports the read-only flag. Fix it too.

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20240403123300.63923-2-ajones@ventanamicro.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/set_memory_region_test.c