Alex, the next bunch of patches for s390. If there are no complaints, I will send out a pull request soon.
---snip--- The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07: Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30 12:26:04 -0500) are available in the git repository at: git://github.com/borntraeger/qemu.git tags/s390-20130902 for you to fetch changes up to d66b1005d2ade6ce7854581aac6f3222f6dd7ea4: s390/ioinst: Moved the CC setting to the IO instruction handlers (2013-09-02 16:55:14 +0200) ---------------------------------------------------------------- This is a bunch of cleanups and fixes for the s390 architecture. ---------------------------------------------------------------- Christian Borntraeger (2): s390/dump: zero out padding bytes in notes sections s390/ipl: Update the s390-ccw.img rom Cornelia Huck (1): s390/ipl: Fix waiting for virtio processing Thomas Huth (3): s390/kvm: Add check for priviledged SCLP handler s390/cpu: Make setcc() function available to other files s390/ioinst: Moved the CC setting to the IO instruction handlers pc-bios/s390-ccw.img | Bin 9432 -> 9336 bytes pc-bios/s390-ccw/virtio.c | 7 +-- pc-bios/s390-ccw/virtio.h | 1 + target-s390x/arch_dump.c | 1 + target-s390x/cpu.h | 11 ++++- target-s390x/ioinst.c | 110 +++++++++++++++++++++------------------------- target-s390x/ioinst.h | 26 +++++------ target-s390x/kvm.c | 54 ++++++++--------------- 8 files changed, 96 insertions(+), 114 deletions(-)