Re: [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM

2024-01-15 Thread Andrew Jones
On Tue, Nov 28, 2023 at 08:23:52PM +0530, Anup Patel wrote: > We extend the KVM ISA extension ONE_REG interface to allow KVM > user space to detect and enable Zihintntl extension for Guest/VM. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/uapi/asm/kvm.h | 1 + > arch/riscv/kvm/vcpu_on

[PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM

2023-11-28 Thread Anup Patel
We extend the KVM ISA extension ONE_REG interface to allow KVM user space to detect and enable Zihintntl 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/ri