Here are two s390x patches (+ a binary update) for 2.1: We neglected to store some vital information which may be used by the guest (but fortunately wasn't missed up to now): The subsystem id may be used to determine the boot device, and the channel-program address is useful for determining channel program execution. Most importantly, setting these fields is mandated by the architecture.
Will send a pull request tomorrow, unless there are objections. Christian Borntraeger (1): pc-bios/s390-ccw: store proper subsystem information word Cornelia Huck (2): pc-bios/s390-ccw: update binary s390x/css: reflect cpa in scsw hw/s390x/css.c | 9 +++++++++ pc-bios/s390-ccw.img | Bin 17624 -> 17752 bytes pc-bios/s390-ccw/bootmap.c | 2 ++ pc-bios/s390-ccw/main.c | 17 ++++++++++++++++- pc-bios/s390-ccw/s390-ccw.h | 1 + 5 files changed, 28 insertions(+), 1 deletion(-) -- 1.7.9.5
