Re: [PATCH v4 10/17] target/riscv: create finalize_features() for KVM

2024-01-11 Thread Alistair Francis
On Sat, Jan 6, 2024 at 10:09 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

[PATCH v4 10/17] target/riscv: create finalize_features() for KVM

2024-01-05 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