So, here are a few more cleanup patches mostly cleaning up ipl code and some of the assembly.
The patches are available here: https://github.com/frankjaa/qemu/pull/new/cleanup_bios2 v2: * Fixed psw saving in use reset psw patch (thanks Jason) * Dropped a lot of patches which weren't strictly necessary * Added disabled wait patch * Added RFC PSW save patch Janosch Frank (4): pc-bios: s390x: Fix bootmap.c zipl component entry data handling pc-bios: s390x: Use reset PSW if avaliable pc-bios: s390x: Save io and external new PSWs before overwriting them pc-bios: s390x: Go into disabled wait when encountering a PGM exception pc-bios/s390-ccw/bootmap.c | 6 ++-- pc-bios/s390-ccw/bootmap.h | 7 +++- pc-bios/s390-ccw/jump2ipl.c | 51 ++++++++++++++++++----------- pc-bios/s390-ccw/s390-ccw.h | 1 + pc-bios/s390-ccw/start.S | 65 +++++++++++++++++++++++++++---------- 5 files changed, 91 insertions(+), 39 deletions(-) -- 2.25.1
