Re: [PATCH v3 0/3] target/riscv: Apply KVM policy to ISA extensions

2022-12-11 Thread Alistair Francis
On Fri, Dec 9, 2022 at 12:57 AM Mayuresh Chitale wrote: > > Currently the single and multi letter ISA extensions exposed to the > guest vcpu don't confirm to the KVM policies. This patchset updates the kvm > headers > and applies policies set in KVM to the extensions exposed to the guest. > > The

[PATCH v3 0/3] target/riscv: Apply KVM policy to ISA extensions

2022-12-08 Thread Mayuresh Chitale
Currently the single and multi letter ISA extensions exposed to the guest vcpu don't confirm to the KVM policies. This patchset updates the kvm headers and applies policies set in KVM to the extensions exposed to the guest. These patches can also be found on riscv_kvm_ext_v3 branch at: https://gi