From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] KVM: s390: Bugfixes for virtio-ccw. Date: Wed, 9 Jan 2013 18:40:43 -0200 Message-ID: <20130109204043.GA29589@amt.cnet> References: <1357570312-32074-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1357570312-32074-1-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Cornelia Huck Cc: Gleb Natapov , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: On Mon, Jan 07, 2013 at 03:51:50PM +0100, Cornelia Huck wrote: > Hi, > > Christian discovered some problems with regard to serialization > in the virtio-ccw guest driver. Per-device data structures might > contain data obtained by channel programs issued later on, leading > to confusing behaviour. We cannot rely on the common I/O layer > serialization here. > > Rather than adding extra serialization, we decided to keep it simple > with per-request allocated data structures and retries on busy. > These patches have been run in our internal testing without problems > for a bit now. > > Please apply to kvm-next. Applied, thanks.