All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] RISC-V KVM ONE_REG interface for SBI
@ 2023-03-31 12:36 ` Anup Patel
  0 siblings, 0 replies; 12+ messages in thread
From: Anup Patel @ 2023-03-31 12:36 UTC (permalink / raw)
  To: kvm-riscv

This series 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_v3 branch at:
https://github.com/avpatel/linux.git

Changes since v2:
 - Improve ONE_REG interface to allow enabling/disabling multiple SBI
   extensions in one ioctl().

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     |  32 ++++
 arch/riscv/kvm/vcpu.c                 |   2 +
 arch/riscv/kvm/vcpu_sbi.c             | 245 ++++++++++++++++++++++++--
 arch/riscv/kvm/vcpu_sbi_base.c        |   2 +-
 5 files changed, 270 insertions(+), 19 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-03-31 17:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31 12:36 [PATCH v3 0/1] RISC-V KVM ONE_REG interface for SBI Anup Patel
2023-03-31 12:36 ` Anup Patel
2023-03-31 12:36 ` Anup Patel
2023-03-31 12:36 ` [PATCH v3 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions Anup Patel
2023-03-31 12:36   ` Anup Patel
2023-03-31 12:36   ` Anup Patel
2023-03-31 13:47   ` Andrew Jones
2023-03-31 13:47     ` Andrew Jones
2023-03-31 13:47     ` Andrew Jones
2023-03-31 17:28     ` Anup Patel
2023-03-31 17:28       ` Anup Patel
2023-03-31 17:28       ` Anup Patel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.