[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking

zhouquan@iscas.ac.cn posted 2 patches 3 months, 4 weeks ago
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(-)
[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
Posted by zhouquan@iscas.ac.cn 3 months, 4 weeks ago
From: Quan Zhou <zhouquan@iscas.ac.cn>

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