From: Quan Zhou <zhouquan@xxxxxxxxxxx> Enable ring-based dirty memory tracking and add some common KVM tests for riscv. Quan Zhou (2): RISC-V: KVM: Enable ring-based dirty memory tracking KVM: riscv: selftests: Add common supported test cases Documentation/virt/kvm/api.rst | 2 +- arch/riscv/include/uapi/asm/kvm.h | 1 + arch/riscv/kvm/Kconfig | 1 + arch/riscv/kvm/vcpu.c | 18 ++++++++++++++++-- tools/testing/selftests/kvm/Makefile.kvm | 12 ++++++++++++ .../selftests/kvm/include/riscv/processor.h | 2 ++ tools/testing/selftests/rseq/rseq-riscv.h | 3 +-- 7 files changed, 34 insertions(+), 5 deletions(-) -- 2.34.1