From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFOfa-0000MT-3G for qemu-devel@nongnu.org; Fri, 30 Aug 2013 09:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFOfS-0002R0-Bc for qemu-devel@nongnu.org; Fri, 30 Aug 2013 09:23:22 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:46288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFOfR-0002Ql-QS for qemu-devel@nongnu.org; Fri, 30 Aug 2013 09:23:14 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 30 Aug 2013 14:16:19 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 68C662190059 for ; Fri, 30 Aug 2013 14:23:10 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r7UDMwnH63438868 for ; Fri, 30 Aug 2013 13:22:58 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r7UDN9eI002395 for ; Fri, 30 Aug 2013 07:23:10 -0600 Message-ID: <52209CBD.3030204@de.ibm.com> Date: Fri, 30 Aug 2013 15:23:09 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1377853388-39470-1-git-send-email-cornelia.huck@de.ibm.com> <1377853388-39470-2-git-send-email-cornelia.huck@de.ibm.com> <535A72F1-67B9-44A0-A00A-020E83509CF5@suse.de> In-Reply-To: <535A72F1-67B9-44A0-A00A-020E83509CF5@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] s390-ccw: Fix waiting for virtio processing. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Cornelia Huck , Paolo Bonzini , qemu-devel , Dominik Dingel On 30/08/13 15:13, Alexander Graf wrote: > > On 30.08.2013, at 11:03, Cornelia Huck wrote: > >> The guest side must not manipulate the index for the used buffers. Instead, >> remember the state of the used buffer locally and wait until it has moved. >> >> Signed-off-by: Cornelia Huck > > Acked-by: Alexander Graf > > Christian, do you want to queue this up? Either me or Conny. Conny, can you also update the binary rom image in a 2nd patch in that series? Christian