Re: [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM

2024-04-18 Thread Anup Patel
On Thu, Apr 18, 2024 at 6:14 PM Clément Léger wrote: > > Extend the KVM ISA extension ONE_REG interface to allow KVM user space > to detect and enable Zcmop extension for Guest/VM. > > Signed-off-by: Clément Léger LGTM. Reviewed-by: Anup Patel Acked-by: Anup Patel Thanks, Anup > --- > arch

[PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM

2024-04-18 Thread Clément Léger
Extend the KVM ISA extension ONE_REG interface to allow KVM user space to detect and enable Zcmop extension for Guest/VM. Signed-off-by: Clément Léger --- 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/