[PATCH v2 0/1] RISC-V KVM ONE_REG interface for SBI

Anup Patel posted 1 patch 2 years, 10 months ago
There is a newer version of this series
arch/riscv/include/asm/kvm_vcpu_sbi.h |   8 +-
arch/riscv/include/uapi/asm/kvm.h     |  20 ++++
arch/riscv/kvm/vcpu.c                 |   2 +
arch/riscv/kvm/vcpu_sbi.c             | 150 +++++++++++++++++++++++---
arch/riscv/kvm/vcpu_sbi_base.c        |   2 +-
5 files changed, 163 insertions(+), 19 deletions(-)
[PATCH v2 0/1] RISC-V KVM ONE_REG interface for SBI
Posted by Anup Patel 2 years, 10 months ago
This series does first does few cleanups/fixes (PATCH1 to PATCH5) and
adds ONE-REG interface for customizing the SBI interface visible to the
Guest/VM.

The testing of this series has been done with KVMTOOL changes in
riscv_sbi_imp_v1 branch at:
https://github.com/avpatel/kvmtool.git

These patches can also be found in the riscv_kvm_sbi_imp_v2 branch at:
https://github.com/avpatel/linux.git

Changes since v1:
 - Dropped patches 1 to 8 since these are already merged.
 - Rebased on Linux-6.3-rc4

Anup Patel (1):
  RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

 arch/riscv/include/asm/kvm_vcpu_sbi.h |   8 +-
 arch/riscv/include/uapi/asm/kvm.h     |  20 ++++
 arch/riscv/kvm/vcpu.c                 |   2 +
 arch/riscv/kvm/vcpu_sbi.c             | 150 +++++++++++++++++++++++---
 arch/riscv/kvm/vcpu_sbi_base.c        |   2 +-
 5 files changed, 163 insertions(+), 19 deletions(-)

-- 
2.34.1