On 2/6/23 12:24, Thomas Huth wrote:
On 01/02/2023 14.20, Pierre Morel wrote:
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@xxxxxxxxxxxxx>
---
...
...
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
...
+
+void insert_stsi_15_1_x(S390CPU *cpu, int sel2, __u64 addr, uint8_t ar);
__u64 is not a portable type (e.g. fails when doing "make
vm-build-openbsd"), please replace with uint64_t.
done.
Thanks
Regards,
Pierre
--
Pierre Morel
IBM Lab Boeblingen