Some bugfixes and cleanups for s390x, both in the new pci code and in old code. I plan to send a pull request soon, unless there are complaints.
As always, available on git://github.com/cohuck/qemu s390-next Christian Borntraeger (2): s390x/kvm: unknown DIAGNOSE code should give a specification exception pc-bios/s390-ccw: fix sparse warnings Cornelia Huck (1): pc-bios/s390-ccw: update binary Frank Blaschka (2): s390x/pci: avoid sign extension in stpcifc s390x/pci: check for invalid function handle Markus Armbruster (1): s390: Plug memory leak on s390_pci_generate_event() error path Thomas Huth (2): s390x/kvm: Fix diag-308 register decoding s390x/ipl: Improved code indentation in s390_ipl_init() Yi Min Zhao (1): s390x/pci: fix dma notifications in rpcit instruction hw/s390x/ipl.c | 47 ++++++++++++++++++++++--------------------- hw/s390x/s390-pci-bus.c | 5 +++-- hw/s390x/s390-pci-inst.c | 28 +++++++++++++++----------- pc-bios/s390-ccw.img | Bin 17752 -> 17752 bytes pc-bios/s390-ccw/bootmap.c | 4 ++-- pc-bios/s390-ccw/bootmap.h | 2 +- pc-bios/s390-ccw/main.c | 2 +- pc-bios/s390-ccw/s390-ccw.h | 2 ++ pc-bios/s390-ccw/virtio.c | 2 +- target-s390x/kvm.c | 4 ++-- 10 files changed, 52 insertions(+), 44 deletions(-) -- 1.7.9.5