Re: [PATCH v6 17/20] target/riscv/cpu.c: create KVM mock properties

2023-06-29 Thread Andrew Jones
On Wed, Jun 28, 2023 at 06:30:30PM -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 > non-K

[PATCH v6 17/20] target/riscv/cpu.c: create KVM mock properties

2023-06-28 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. Zawr