From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKlWu-0005GZ-J0 for qemu-devel@nongnu.org; Tue, 04 Mar 2014 04:21:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKlWk-0004JQ-Nw for qemu-devel@nongnu.org; Tue, 04 Mar 2014 04:20:52 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:38781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKlWk-0004J9-5s for qemu-devel@nongnu.org; Tue, 04 Mar 2014 04:20:42 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Mar 2014 09:20:41 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4EB8517D804E for ; Tue, 4 Mar 2014 09:21:15 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s249KRqC57475270 for ; Tue, 4 Mar 2014 09:20:27 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 s249KbHQ030858 for ; Tue, 4 Mar 2014 02:20:38 -0700 Message-ID: <53159AE4.5080108@de.ibm.com> Date: Tue, 04 Mar 2014 10:20:36 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1393349120-18228-1-git-send-email-cornelia.huck@de.ibm.com> <1393349120-18228-2-git-send-email-cornelia.huck@de.ibm.com> <20140304100530.2417276d.cornelia.huck@de.ibm.com> In-Reply-To: <20140304100530.2417276d.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , kvm@vger.kernel.org, linux-s390@vger.kernel.org, qemu-devel@nongnu.org Cc: gleb@kernel.org, pbonzini@redhat.com, agraf@suse.de On 04/03/14 10:05, Cornelia Huck wrote: > On Tue, 25 Feb 2014 18:25:15 +0100 > Cornelia Huck wrote: > >> Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts >> on guest request. When active, host->guest notifications will be handled >> via global_indicator -> queue indicators instead of queue indicators + >> subchannel I/O interrupt. Indicators for virtqueues may be present at an >> offset. >> >> Signed-off-by: Cornelia Huck >> --- >> 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(-) >> > > As this is a nicely self-contained patch, I'd like to send a pull > request for this, unless there are any objections. > ACK from my side. I will send out the guest kernel patch with the next kvm patches for s390. Christian