On 05/10/2023 18.01, Nina Schoetterl-Glausch wrote:
From: Pierre Morel <[email protected]>

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 <[email protected]>
Reviewed-by: Nina Schoetterl-Glausch <[email protected]>
Co-developed-by: Nina Schoetterl-Glausch <[email protected]>
Signed-off-by: Nina Schoetterl-Glausch <[email protected]>
---
  MAINTAINERS                      |   1 +
  qapi/machine-target.json         |  14 ++
  include/hw/s390x/cpu-topology.h  |  23 +++
  include/hw/s390x/sclp.h          |   1 +
  target/s390x/cpu.h               |  75 +++++++
  hw/s390x/cpu-topology.c          |   2 +
  target/s390x/kvm/kvm.c           |   5 +-
  target/s390x/kvm/stsi-topology.c | 334 +++++++++++++++++++++++++++++++
  target/s390x/kvm/meson.build     |   3 +-
  9 files changed, 456 insertions(+), 2 deletions(-)
  create mode 100644 target/s390x/kvm/stsi-topology.c

Reviewed-by: Thomas Huth <[email protected]>


Reply via email to