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

2023-07-09 Thread Alistair Francis
On Thu, Jul 6, 2023 at 8:21 PM 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 of tellin

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

2023-07-06 Thread Daniel Henrique Barboza
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 of telling if any given value is an user input or not. For TCG this has a small imp