Re: [PATCH v6 12/20] target/riscv: add KVM specific MISA properties

2023-06-29 Thread Daniel Henrique Barboza
On 6/29/23 06:12, Andrew Jones wrote: On Wed, Jun 28, 2023 at 06:30:25PM -0300, Daniel Henrique Barboza wrote: Using all TCG user properties in KVM is tricky. First because KVM supports only a small subset of what TCG provides, so most of the cpu->cfg flags do nothing for KVM. Second, and mo

Re: [PATCH v6 12/20] target/riscv: add KVM specific MISA properties

2023-06-29 Thread Andrew Jones
On Wed, Jun 28, 2023 at 06:30:25PM -0300, Daniel Henrique Barboza wrote: > Using all TCG user properties in KVM is tricky. First because KVM > supports only a small subset of what TCG provides, so most of the > cpu->cfg flags do nothing for KVM. > > Second, and more important, we don't have a way