On Wed, Sep 20, 2023 at 9:16 PM Anup Patel <apatel@xxxxxxxxxxxxxxxx> wrote: > > This series includes few assorted fixes for KVM RISC-V ONE_REG interface > and KVM_GET_REG_LIST API. > > These patches can also be found in riscv_kvm_onereg_fixes_v2 branch at: > https://github.com/avpatel/linux.git > > Changes since v1: > - Addressed Drew's comments in PATCH4 > > Anup Patel (4): > RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers > RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing > extensions > KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list > KVM: riscv: selftests: Selectively filter-out AIA registers Queued this series for 6.6-rcX fixes Thanks, Anup > > arch/riscv/kvm/vcpu_onereg.c | 7 ++- > .../selftests/kvm/riscv/get-reg-list.c | 58 ++++++++++++++----- > 2 files changed, 47 insertions(+), 18 deletions(-) > > -- > 2.34.1 >