Re: [PATCH v6 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper

2023-08-10 Thread Alistair Francis
On Thu, Jul 27, 2023 at 6:39 PM Daniel Henrique Barboza wrote: > > Future patches will split the existing Property arrays even further, and > the existing code in riscv_cpu_add_user_properties() will start to scale > bad with it because it's dealing with KVM constraints mixed in with TCG > constra

[PATCH v6 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper

2023-07-27 Thread Daniel Henrique Barboza
Future patches will split the existing Property arrays even further, and the existing code in riscv_cpu_add_user_properties() will start to scale bad with it because it's dealing with KVM constraints mixed in with TCG constraints. We're going to pay a high price to share a couple of common lines of