Re: [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast

2023-07-12 Thread Pierre Morel
On 7/4/23 14:55, Thomas Huth wrote: On 30/06/2023 11.17, Pierre Morel wrote: S390x provides two more topology attributes, entitlement and dedication. Let's add these CPU attributes to the QAPI command query-cpu-fast. Signed-off-by: Pierre Morel ---   qapi/machine.json  | 9 -   targe

Re: [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast

2023-07-04 Thread Thomas Huth
On 30/06/2023 11.17, Pierre Morel wrote: S390x provides two more topology attributes, entitlement and dedication. Let's add these CPU attributes to the QAPI command query-cpu-fast. Signed-off-by: Pierre Morel --- qapi/machine.json | 9 - target/s390x/cpu.c | 4 2 files change

[PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast

2023-06-30 Thread Pierre Morel
S390x provides two more topology attributes, entitlement and dedication. Let's add these CPU attributes to the QAPI command query-cpu-fast. Signed-off-by: Pierre Morel --- qapi/machine.json | 9 - target/s390x/cpu.c | 4 2 files changed, 12 insertions(+), 1 deletion(-) diff --git