From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH] kvm-s390: Bugfix for handling of iscs. Date: Fri, 08 Feb 2013 15:20:53 +0100 Message-ID: <511509C5.6070707@de.ibm.com> References: <1360239652-52350-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Gleb Natapov , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 To: Cornelia Huck Return-path: Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:37367 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760130Ab3BHOU7 (ORCPT ); Fri, 8 Feb 2013 09:20:59 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Feb 2013 14:19:39 -0000 In-Reply-To: <1360239652-52350-1-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/02/13 13:20, Cornelia Huck wrote: > Hi, > > here's another kvm-s390 bugfix for kvm-next, this time fixing a > thinko in the I/O interrupt injection. > > Please apply. > > Cornelia Huck (1): > KVM: s390: Fix handling of iscs. > > arch/s390/kvm/interrupt.c | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) Would be good if this could be queued for 3.9 together with the other virtio-ccw patches to ensure that the first version of virtio-ccw in Linus tree works as expected. Thanks Christian