qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and bui


From: Thomas Huth
Subject: Re: [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
Date: Fri, 6 Oct 2023 10:05:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 05/10/2023 18.01, Nina Schoetterl-Glausch wrote:
From: Pierre Morel <pmorel@linux.ibm.com>

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>
Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
---
  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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]