Re: [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST

2023-10-08 Thread Alistair Francis
On Wed, Oct 4, 2023 at 12:48 AM Daniel Henrique Barboza wrote: > > KVM for RISC-V started supporting KVM_GET_REG_LIST in Linux 6.6. It > consists of a KVM ioctl() that retrieves a list of all available regs > for get_one_reg/set_one_reg. Regs that aren't present in the list aren't > supported in t

Re: [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST

2023-10-04 Thread Andrew Jones
On Tue, Oct 03, 2023 at 10:21:48AM -0300, Daniel Henrique Barboza wrote: > KVM for RISC-V started supporting KVM_GET_REG_LIST in Linux 6.6. It > consists of a KVM ioctl() that retrieves a list of all available regs > for get_one_reg/set_one_reg. Regs that aren't present in the list aren't > support