From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uku2n-0003DA-70 for qemu-devel@nongnu.org; Fri, 07 Jun 2013 06:37:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uku2j-0002yw-0x for qemu-devel@nongnu.org; Fri, 07 Jun 2013 06:37:17 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:38220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uku2i-0002yL-Oe for qemu-devel@nongnu.org; Fri, 07 Jun 2013 06:37:12 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Jun 2013 11:33:37 +0100 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 147091B08023 for ; Fri, 7 Jun 2013 11:37:10 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r57Aaxvg46923988 for ; Fri, 7 Jun 2013 10:36:59 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r57Ab9j1024826 for ; Fri, 7 Jun 2013 06:37:09 -0400 From: Cornelia Huck Date: Fri, 7 Jun 2013 12:37:07 +0200 Message-Id: <1370601428-23447-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH RFC] qemu: Adapter interrupts for virtio-ccw. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM , linux-s390 , qemu-devel , virtualization@lists.linux-foundation.org Hi, here's the qemu patch that implements the new adapter indicators ccw in virtio-ccw and injects adapter interrupts for the devices enabled for it. Cornelia Huck (1): s390/virtio-ccw: Adapter interrupt support. hw/s390x/css.c | 10 ++++++++ hw/s390x/css.h | 2 ++ hw/s390x/virtio-ccw.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++- hw/s390x/virtio-ccw.h | 4 +++ target-s390x/ioinst.h | 2 ++ target-s390x/kvm.c | 8 ++++-- trace-events | 1 + 7 files changed, 90 insertions(+), 3 deletions(-) -- 1.7.9.5