Re: [PATCH v1 3/3] target/riscv: kvm: Support selecting VCPU extensions

2022-11-14 Thread Alistair Francis
On Thu, Oct 27, 2022 at 3:53 PM Mayuresh Chitale wrote: > > Set the state of each ISA extension on the vcpu depending on what > is set in the CPU property and what is allowed by KVM for that extension. > > Signed-off-by: Mayuresh Chitale Reviewed-by: Alistair Francis Alistair > --- > target/

[PATCH v1 3/3] target/riscv: kvm: Support selecting VCPU extensions

2022-10-26 Thread Mayuresh Chitale
Set the state of each ISA extension on the vcpu depending on what is set in the CPU property and what is allowed by KVM for that extension. Signed-off-by: Mayuresh Chitale --- target/riscv/cpu.c | 11 - target/riscv/kvm.c | 88 ++-- target/risc