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

2023-05-12 Thread Pierre Morel
On 5/10/23 14:04, Nina Schoetterl-Glausch wrote: On Tue, 2023-04-25 at 18:14 +0200, 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 | 30 ++

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

2023-05-10 Thread Nina Schoetterl-Glausch
On Tue, 2023-04-25 at 18:14 +0200, 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 | 30 ++ > hw/s390x/cpu-topology.c | 14 +++

[PATCH v20 12/21] qapi/s390x/cpu topology: query-cpu-polarization qmp command

2023-04-25 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 | 30 ++ hw/s390x/cpu-topology.c | 14 ++ 2 files changed, 44 insertions(+) diff --git a/qapi/machine-tar