Currently pending in my queue are some fixes, improvements and
cleanups.
I'd like to include the s390x cpu hotplug patches as well in my
next pull request once we arrive at a version everybody is happy
with.
Cornelia Huck (3):
linux-headers: update against kvm/next
s390x: remove {kvm_}s390_virtio_irq()
s390x/virtio: old machine leftovers
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
Yi Min Zhao (2):
s390x/css: introduce indicator refcounting interfaces
s390x/pci: fix reg/dereg irq functions
hw/s390x/css.c | 249 +++++++++++++++++++++++--------------
hw/s390x/css.h | 14 +++
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 +-
21 files changed, 237 insertions(+), 229 deletions(-)
--
2.7.1