Re: [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM

2024-02-28 Thread Andrew Jones
On Wed, Feb 14, 2024 at 06:07:56PM +0530, Anup Patel wrote: > We extend the KVM ISA extension ONE_REG interface to allow KVM > user space to detect and enable Zacas extension for Guest/VM. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/uapi/asm/kvm.h | 1 + > arch/riscv/kvm/vcpu_onereg

[PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM

2024-02-14 Thread Anup Patel
We extend the KVM ISA extension ONE_REG interface to allow KVM user space to detect and enable Zacas extension for Guest/VM. Signed-off-by: Anup Patel --- arch/riscv/include/uapi/asm/kvm.h | 1 + arch/riscv/kvm/vcpu_onereg.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/riscv/