From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnpNG-0002hk-PI for qemu-devel@nongnu.org; Fri, 23 May 2014 09:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnpN8-0007Wl-CI for qemu-devel@nongnu.org; Fri, 23 May 2014 09:19:02 -0400 Received: from mx.beyond.pl ([92.43.117.49]:55953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnpN8-0007Wg-6K for qemu-devel@nongnu.org; Fri, 23 May 2014 09:18:54 -0400 Message-ID: <537F4AB9.4060405@beyond.pl> Date: Fri, 23 May 2014 15:18:49 +0200 From: =?UTF-8?B?TWFyY2luIEdpYnXFgmE=?= MIME-Version: 1.0 References: <537E62CE.2050302@beyond.pl> <537E66A5.9010609@beyond.pl> <537F047C.9010800@redhat.com> <537F141C.5080102@beyond.pl> <20140523122906.GB5254@noname.redhat.com> <537F4156.8090105@beyond.pl> <537F4998.8030805@beyond.pl> In-Reply-To: <537F4998.8030805@beyond.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu 2.0, deadlock in block-commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Paolo Bonzini > The condition that is true is: > > if (!QLIST_EMPTY(&bs->tracked_requests)) > > and it's returned for intermediate qcow2 which is being commited. Btw - it's also disk that is being pounded with writes during commit. -- mg