Re: [PATCH v2 3/4] target/riscv: add 'static' attribute of query-cpu-definitions

2023-04-11 Thread Daniel Henrique Barboza
On 4/10/23 23:03, Richard Henderson wrote: On 4/10/23 09:52, Daniel Henrique Barboza wrote: 'static' is defined in the QMP doc as: "whether a CPU definition is static and will not change depending on QEMU version, machine type, machine options and accelerator options. A static model is alway

Re: [PATCH v2 3/4] target/riscv: add 'static' attribute of query-cpu-definitions

2023-04-10 Thread Richard Henderson
On 4/10/23 09:52, Daniel Henrique Barboza wrote: 'static' is defined in the QMP doc as: "whether a CPU definition is static and will not change depending on QEMU version, machine type, machine options and accelerator options. A static model is always migration-safe." For RISC-V we'll consider a

[PATCH v2 3/4] target/riscv: add 'static' attribute of query-cpu-definitions

2023-04-10 Thread Daniel Henrique Barboza
'static' is defined in the QMP doc as: "whether a CPU definition is static and will not change depending on QEMU version, machine type, machine options and accelerator options. A static model is always migration-safe." For RISC-V we'll consider all named CPUs as static since their extensions can'