Re: [PATCH 0/2] riscv, kvm: support KVM_GET_REG_LIST

2023-10-08 Thread Alistair Francis
On Tue, Oct 3, 2023 at 9:34 PM Daniel Henrique Barboza wrote: > > Hi, > > Starting on Linux 6.6 the QEMU RISC-V KVM driver now supports > KMV_GET_REG_LIST. This API will make it simpler for the QEMU KVM driver > to determine whether a KVM reg is present or not. > > We'll use this API to fetch ISA_

[PATCH 0/2] riscv, kvm: support KVM_GET_REG_LIST

2023-10-03 Thread Daniel Henrique Barboza
Hi, Starting on Linux 6.6 the QEMU RISC-V KVM driver now supports KMV_GET_REG_LIST. This API will make it simpler for the QEMU KVM driver to determine whether a KVM reg is present or not. We'll use this API to fetch ISA_EXT regs during init(). The current logic will be put in a legacy() helper an