Alex, here are two fixes for the ccw ipl. The first fix deals with a bug that creeped in when merging with the refactoring work, the other fix allows booting from a subchannel set > 0.
I will let you do the binary of the bios code yourself. Christian Borntraeger (1): s390/ipl: Fix boot order Dominik Dingel (1): s390/IPL: Allow boot from other ssid than 0 hw/s390x/ipl.c | 16 +++++++++------- pc-bios/s390-ccw/cio.h | 20 ++++++++++++++++++++ pc-bios/s390-ccw/main.c | 7 +++++++ pc-bios/s390-ccw/s390-ccw.h | 1 + pc-bios/s390-ccw/virtio.c | 18 ++++++++++++++++++ 5 files changed, 55 insertions(+), 7 deletions(-) -- 1.8.1.4