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

2022-10-27 Thread Andrew Jones
On Thu, Oct 27, 2022 at 7:52 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. > > Mayure

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

2022-10-26 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. Mayuresh Chitale (3): update-linux-headers: Version 6.1-rc2 target/ris