From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6JPo-0004wW-V1 for qemu-devel@nongnu.org; Tue, 08 Dec 2015 09:38:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6JPl-000765-PL for qemu-devel@nongnu.org; Tue, 08 Dec 2015 09:38:52 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:38186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6JPl-00075P-GS for qemu-devel@nongnu.org; Tue, 08 Dec 2015 09:38:49 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 8 Dec 2015 14:38:47 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7B80717D806A for ; Tue, 8 Dec 2015 14:39:16 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tB8Eci5I8782290 for ; Tue, 8 Dec 2015 14:38:44 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tB8Echie026593 for ; Tue, 8 Dec 2015 07:38:44 -0700 Date: Tue, 8 Dec 2015 15:38:42 +0100 From: Cornelia Huck Message-ID: <20151208153842.643d12a8.cornelia.huck@de.ibm.com> In-Reply-To: <5666E81D.7070507@de.ibm.com> References: <1449118802-12047-1-git-send-email-stefanha@redhat.com> <1449118802-12047-3-git-send-email-stefanha@redhat.com> <20151207110251.6391b306.cornelia.huck@de.ibm.com> <20151207174229.4edc6004.cornelia.huck@de.ibm.com> <20151208095954.GD5071@noname.str.redhat.com> <20151208130008.5d0fc318.cornelia.huck@de.ibm.com> <5666CD48.4050600@de.ibm.com> <5666DB13.7020501@de.ibm.com> <20151208134522.GE5071@noname.str.redhat.com> <5666E1F1.5030903@de.ibm.com> <20151208141021.GF5071@noname.str.redhat.com> <5666E81D.7070507@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.5 2/4] block: Don't wait serialising for non-COR read requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Kevin Wolf , Peter Maydell , Fam Zheng , qemu-devel@nongnu.org, Stefan Hajnoczi On Tue, 8 Dec 2015 15:24:29 +0100 Christian Borntraeger wrote: > On 12/08/2015 03:10 PM, Kevin Wolf wrote: > > So this might be a libc bug on s390 then. > > Fixed with > https://sourceware.org/ml/libc-alpha/2013-01/msg00853.html OK, so I need to upgrade that system; no bug in qemu. Thank you for looking into this!