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

2023-02-27 Thread Pierre Morel
On 2/27/23 14:27, Thomas Huth wrote: On 22/02/2023 15.21, 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 Reviewed-by: Nina Schoetterl-Glausch ---   q

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

2023-02-27 Thread Thomas Huth
On 22/02/2023 15.21, 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 Reviewed-by: Nina Schoetterl-Glausch --- qapi/machine.json | 9 -

[PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast

2023-02-22 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 Reviewed-by: Nina Schoetterl-Glausch --- qapi/machine.json | 9 - hw/core/machine-qmp-cmds.c | 2 ++ 2 files