On 30/06/2023 11.17, Pierre Morel wrote:
When the guest asks to change the polarization this change is forwarded to the upper layer using QAPI. The upper layer is supposed to take according decisions concerning CPU provisioning.Signed-off-by: Pierre Morel <pmo...@linux.ibm.com> --- qapi/machine-target.json | 33 +++++++++++++++++++++++++++++++++ hw/s390x/cpu-topology.c | 2 ++ 2 files changed, 35 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>