mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
c809bbc8e9
commit
f4f54b582f
9 changed files with 456 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
|
||||
s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
|
||||
'pv.c',
|
||||
'kvm.c'
|
||||
'kvm.c',
|
||||
'stsi-topology.c'
|
||||
), if_false: files(
|
||||
'stubs.c'
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue