The following changes since commit 9c74a853048f14fd9a3e2efa1e3a6935d00e7495:
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2016-03-01 09:54:53 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20160301 for you to fetch changes up to ce350f32e4bb9638085f585329fb5d751676d2d2: s390x/css: only suspend when enabled by orb (2016-03-01 12:15:29 +0100) ---------------------------------------------------------------- Assorted fixes, cleanups and enhancements. ---------------------------------------------------------------- Cornelia Huck (4): linux-headers: update against kvm/next s390x: remove {kvm_}s390_virtio_irq() s390x/virtio: old machine leftovers s390x/css: only suspend when enabled by orb David Hildenbrand (2): s390x/kvm: sync fprs via kvm_run s390x: fix debug statement in trigger_page_fault() Eduardo Habkost (2): s390x/css: Allocate channel_subsys statically s390x/css: Use static initialization for channel_subsys fields Sascha Silbe (1): watchdog/diag288: avoid race condition on expired watchdog Thomas Huth (2): MAINTAINERS: Remove the old s390-virtio machine MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch] Wei Yang (1): s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries Yi Min Zhao (2): s390x/css: introduce indicator refcounting interfaces s390x/pci: fix reg/dereg irq functions MAINTAINERS | 7 - hw/s390x/css.c | 260 +++++++++++++++++++++++-------------- hw/s390x/css.h | 14 ++ hw/s390x/s390-pci-bus.c | 2 +- hw/s390x/s390-pci-bus.h | 2 + hw/s390x/s390-pci-inst.c | 23 ++-- hw/s390x/s390-virtio.c | 2 - hw/s390x/virtio-ccw.c | 63 --------- hw/s390x/virtio-ccw.h | 11 +- hw/watchdog/wdt_diag288.c | 12 +- linux-headers/asm-arm/unistd.h | 2 + linux-headers/asm-powerpc/unistd.h | 13 +- linux-headers/asm-s390/kvm.h | 11 +- linux-headers/asm-s390/unistd.h | 3 +- linux-headers/asm-x86/unistd_32.h | 1 + linux-headers/asm-x86/unistd_64.h | 1 + linux-headers/asm-x86/unistd_x32.h | 1 + linux-headers/linux/kvm.h | 9 +- linux-headers/linux/vfio.h | 9 ++ target-s390x/cpu.h | 5 - target-s390x/interrupt.c | 11 -- target-s390x/kvm.c | 22 ++-- target-s390x/mmu_helper.c | 2 +- 23 files changed, 246 insertions(+), 240 deletions(-) -- 2.7.2