From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH] KVM: s390: virtio-ccw bugfix. Date: Thu, 4 Apr 2013 10:35:54 +0200 Message-ID: <20130404103554.03b81d3c@gondolin> References: <1365063906-61392-1-git-send-email-cornelia.huck@de.ibm.com> <20130404082739.GA17009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130404082739.GA17009@redhat.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Gleb Natapov Cc: Marcelo Tosatti , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: On Thu, 4 Apr 2013 11:27:39 +0300 Gleb Natapov wrote: > On Thu, Apr 04, 2013 at 10:25:05AM +0200, Cornelia Huck wrote: > > Hi, > > > > another virtio-ccw bugfix for a problem where we would not reset > > old I/O errors. Please apply. > > > > Cornelia Huck (1): > > KVM: s390: virtio_ccw: reset errors for new I/O. > > > > drivers/s390/kvm/virtio_ccw.c | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > Is this for 3.9 or 3.10? I created the patch on top of kvm/queue (the problem won't surface with the current code, I only noticed it when I was mucking around with some experimental stuff).