Re: [PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties

2023-06-28 Thread Andrew Jones
On Tue, Jun 27, 2023 at 01:32:00PM -0300, Daniel Henrique Barboza wrote: > KVM-specific properties are being created inside target/riscv/kvm.c. But > at this moment we're gathering all the remaining properties from TCG and > adding them as is when running KVM. This creates a situation where >

[PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties

2023-06-27 Thread Daniel Henrique Barboza
KVM-specific properties are being created inside target/riscv/kvm.c. But at this moment we're gathering all the remaining properties from TCG and adding them as is when running KVM. This creates a situation where non-KVM properties are setting flags to 'true' due to its default settings (e.g.