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

2024-01-02 Thread Daniel Henrique Barboza
On 12/29/23 08:22, Vladimir Isaev wrote: 22.12.2023 15:22, 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

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

2023-12-29 Thread Vladimir Isaev
22.12.2023 15:22, 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 during init() > tim