Re: [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

2023-07-26 Thread Nina Schoetterl-Glausch
On Fri, 2023-06-30 at 11:17 +0200, Pierre Morel wrote: > The query-cpu-polarization qmp command returns the current > CPU polarization of the machine. > > Signed-off-by: Pierre Morel Reviewed-by: Nina Schoetterl-Glausch [...]

Re: [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

2023-07-12 Thread Pierre Morel
On 7/5/23 09:58, Thomas Huth wrote: On 30/06/2023 11.17, Pierre Morel wrote: The query-cpu-polarization qmp command returns the current CPU polarization of the machine. Signed-off-by: Pierre Morel ---   qapi/machine-target.json | 29 +   hw/s390x/cpu-topology.c  | 

Re: [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

2023-07-05 Thread Thomas Huth
On 30/06/2023 11.17, Pierre Morel wrote: The query-cpu-polarization qmp command returns the current CPU polarization of the machine. Signed-off-by: Pierre Morel --- qapi/machine-target.json | 29 + hw/s390x/cpu-topology.c | 8 2 files changed, 37 inser

[PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

2023-06-30 Thread Pierre Morel
The query-cpu-polarization qmp command returns the current CPU polarization of the machine. Signed-off-by: Pierre Morel --- qapi/machine-target.json | 29 + hw/s390x/cpu-topology.c | 8 2 files changed, 37 insertions(+) diff --git a/qapi/machine-target.jso