From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTyuh-0002xP-9t for qemu-devel@nongnu.org; Thu, 11 Feb 2016 16:36:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTyue-0007Ch-3Q for qemu-devel@nongnu.org; Thu, 11 Feb 2016 16:36:35 -0500 Received: from roura.ac.upc.es ([147.83.33.10]:60251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTyud-0007CK-Nv for qemu-devel@nongnu.org; Thu, 11 Feb 2016 16:36:32 -0500 From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= References: <87vb5xfx97.fsf@fimbulvetr.bsc.es> <20160211151924.GC7285@stefanha-x1.localdomain> Date: Thu, 11 Feb 2016 22:36:27 +0100 In-Reply-To: <20160211151924.GC7285@stefanha-x1.localdomain> (Stefan Hajnoczi's message of "Thu, 11 Feb 2016 15:19:24 +0000") Message-ID: <87h9hf2alg.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [BUG] trace: QEMU hangs on initialization with the "simple" backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > On Tue, Feb 09, 2016 at 09:24:04PM +0100, Llu=C3=ADs Vilanova wrote: >> While starting the softmmu version of QEMU, the simple backend waits for= the >> writeout thread to signal a condition variable when initializing the out= put file >> path. But since the writeout thread has not been created, it just waits = forever. > Denis Lunev posted a fix: > https://patchwork.ozlabs.org/patch/580968/ Great, thanks. Lluis