The following changes since commit f55ea6297cc0224fe4934b90ff5343b620b14669:
block/gluster: Add missing argument to qemu_gluster_init() call (2014-03-04 20:20:57 +0000) are available in the git repository at: git://github.com/cohuck/qemu.git tags/virtio-ccw-20140305 for you to fetch changes up to 7e7494627f43b26c565a132639d82de260c26cc8: s390x/virtio-ccw: Adapter interrupt support. (2014-03-05 09:42:05 +0100) ---------------------------------------------------------------- One patch introducing support for adapter interrupts in virtio-ccw. This improves performance for those guests that issue the new CCW_CMD_SET_IND_ADAPTER channel command. ---------------------------------------------------------------- Cornelia Huck (1): s390x/virtio-ccw: Adapter interrupt support. hw/s390x/css.c | 10 +++++ hw/s390x/css.h | 2 + hw/s390x/virtio-ccw.c | 102 +++++++++++++++++++++++++++++++++++++++++++++---- hw/s390x/virtio-ccw.h | 4 ++ target-s390x/ioinst.h | 2 + target-s390x/kvm.c | 8 +++- trace-events | 1 + 7 files changed, 120 insertions(+), 9 deletions(-) -- 1.7.9.5