mbox

[PULL,0/1] virtio-ccw: adapter interrupts

Message ID 1394010845-6179-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu.git tags/virtio-ccw-20140305

Message

Cornelia Huck March 5, 2014, 9:14 a.m. UTC
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(-)

Comments

Peter Maydell March 7, 2014, 4:38 p.m. UTC | #1
On 5 March 2014 09:14, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM