From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWBa-0005an-8M for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwWBZ-0001Wj-69 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:22 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:56454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWBY-0001Wc-UF for qemu-devel@nongnu.org; Tue, 09 Jul 2013 07:34:21 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Jul 2013 12:29:56 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0271117D801A for ; Tue, 9 Jul 2013 12:35:53 +0100 (BST) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r69BY7Rl54329346 for ; Tue, 9 Jul 2013 11:34:07 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r69BYHfV021830 for ; Tue, 9 Jul 2013 05:34:18 -0600 From: Cornelia Huck Date: Tue, 9 Jul 2013 13:34:15 +0200 Message-Id: <1373369657-51675-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [RFC PATCH v2 0/2] KVM: s390: virtio-ccw adapter interrupts. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM , linux-s390 , qemu-devel , virtualization@lists.linux-foundation.org Hi, next version of the guest exploitation of virtio-ccw adapter interrupts. Changes from the last version: - adapt to latest kvm-next - changed housekeeping for indicator locations: we now use cacheline-sized and aligned areas - minor tweaks Cornelia Huck (2): KVM: s390: virtio-ccw: Handle command rejects. KVM: s390: virtio-ccw adapter interrupt support. arch/s390/include/asm/irq.h | 1 + arch/s390/kernel/irq.c | 1 + drivers/s390/kvm/virtio_ccw.c | 314 ++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 305 insertions(+), 11 deletions(-) -- 1.8.2.2