Re: [PATCH 13/20] target/riscv/kvm: refactor kvm_riscv_init_user_properties()

2023-08-31 Thread Andrew Jones
On Fri, Aug 25, 2023 at 10:08:46AM -0300, Daniel Henrique Barboza wrote: > The function is doing way more than just init user properties. We would > also like to use the 'user_extension_properties' class property, as the > TCG driver is already using, to decide whether KVM should expose user > prop

[PATCH 13/20] target/riscv/kvm: refactor kvm_riscv_init_user_properties()

2023-08-25 Thread Daniel Henrique Barboza
The function is doing way more than just init user properties. We would also like to use the 'user_extension_properties' class property, as the TCG driver is already using, to decide whether KVM should expose user properties or not. Rename kvm_riscv_init_user_properties() to riscv_init_kvm_registe