Re: [PATCH v3 10/16] target/riscv: create finalize_features() for KVM

2024-01-04 Thread Alistair Francis
On Thu, Jan 4, 2024 at 3:46 AM Daniel Henrique Barboza wrote: > > To turn cbom_blocksize and cboz_blocksize into class properties we need > KVM specific changes. > > KVM is creating its own version of these options with a customized > setter() that prevents users from picking an invalid value duri

[PATCH v3 10/16] target/riscv: create finalize_features() for KVM

2024-01-03 Thread Daniel Henrique Barboza
To turn cbom_blocksize and cboz_blocksize into class properties we need KVM specific changes. KVM is creating its own version of these options with a customized setter() that prevents users from picking an invalid value during init() time. This comes at the cost of duplicating each option that KVM