Re: [PATCH 3/3] target/riscv: Skip parsing extensions from properties for KVM

2022-06-12 Thread Alistair Francis
On Thu, Jun 9, 2022 at 11:11 AM Bin Meng wrote: > > When running with accel=kvm, the extensions are actually told by > KVM, so let's skip the parsing logic from properties for KVM. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > target/riscv/cpu.c | 7 +-- >

[PATCH 3/3] target/riscv: Skip parsing extensions from properties for KVM

2022-06-08 Thread Bin Meng
When running with accel=kvm, the extensions are actually told by KVM, so let's skip the parsing logic from properties for KVM. Signed-off-by: Bin Meng --- target/riscv/cpu.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index