]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
target/s390x/cpu topology: handle STSI(15) and build the SYSIB
authorPierre Morel <pmorel@linux.ibm.com>
Mon, 16 Oct 2023 18:39:08 +0000 (20:39 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 20 Oct 2023 05:16:53 +0000 (07:16 +0200)
commitf4f54b582f4b78f4cfd5a6912e88aef4f11e3e3c
tree45a381c8aaf203d5bba84030910e820144434566
parentc809bbc8e98cf7fa254fac91084ade0a22877dec
target/s390x/cpu topology: handle STSI(15) and build the SYSIB

On interception of STSI(15.1.x) the System Information Block
(SYSIB) is built from the list of pre-ordered topology entries.

Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
Reviewed-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Co-developed-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Message-ID: <20231016183925.2384704-5-nsg@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
hw/s390x/cpu-topology.c
include/hw/s390x/cpu-topology.h
include/hw/s390x/sclp.h
qapi/machine-target.json
target/s390x/cpu.h
target/s390x/kvm/kvm.c
target/s390x/kvm/meson.build
target/s390x/kvm/stsi-topology.c [new file with mode: 0644]