From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw. Date: Tue, 9 Jul 2013 13:34:04 +0200 Message-ID: <1373369645-3184-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Archive: List-Post: To: KVM , linux-s390 , qemu-devel , virtualization@lists.linux-foundation.org List-ID: Hi, here's the current implementation of virtio-ccw adapter interrupts in qemu. Code is unchanged, only rebased against current master. Cornelia Huck (1): s390/virtio-ccw: Adapter interrupt support. hw/s390x/css.c | 10 ++++++++ hw/s390x/css.h | 2 ++ hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++- hw/s390x/virtio-ccw.h | 4 ++++ target-s390x/ioinst.h | 2 ++ target-s390x/kvm.c | 8 +++++-- trace-events | 1 + 7 files changed, 88 insertions(+), 3 deletions(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWBP-0005K5-PD for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwWBO-0001Qg-FP for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:11 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:35305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWBO-0001QF-6C for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:10 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Jul 2013 12:28:34 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D86531B08066 for ; Tue, 9 Jul 2013 12:34:06 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r69BXt8b54198502 for ; Tue, 9 Jul 2013 11:33:55 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r69BY5UF031449 for ; Tue, 9 Jul 2013 05:34:06 -0600 From: Cornelia Huck Date: Tue, 9 Jul 2013 13:34:04 +0200 Message-Id: <1373369645-3184-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [RFC PATCH v2] 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 current implementation of virtio-ccw adapter interrupts in qemu. Code is unchanged, only rebased against current master. Cornelia Huck (1): s390/virtio-ccw: Adapter interrupt support. hw/s390x/css.c | 10 ++++++++ hw/s390x/css.h | 2 ++ hw/s390x/virtio-ccw.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++- hw/s390x/virtio-ccw.h | 4 ++++ target-s390x/ioinst.h | 2 ++ target-s390x/kvm.c | 8 +++++-- trace-events | 1 + 7 files changed, 88 insertions(+), 3 deletions(-) -- 1.7.9.5