From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WL7uB-00050n-LJ for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:14:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WL7u4-0001iE-3C for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:14:23 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:49956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WL7u3-0001i5-QJ for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:14:16 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Mar 2014 09:14:13 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 283FF1B08066 for ; Wed, 5 Mar 2014 09:13:55 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s259DxGP22347898 for ; Wed, 5 Mar 2014 09:13:59 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s259E9Jj005445 for ; Wed, 5 Mar 2014 02:14:10 -0700 From: Cornelia Huck Date: Wed, 5 Mar 2014 10:14:04 +0100 Message-Id: <1394010845-6179-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 0/1] virtio-ccw: adapter interrupts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Peter Maydell Cc: Cornelia Huck , Christian Borntraeger , qemu-devel , Alexander Graf 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