From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ5Gx-0001Zn-Gq for qemu-devel@nongnu.org; Tue, 23 Jun 2009 08:38:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ5Gt-0001Y7-W8 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 08:38:47 -0400 Received: from [199.232.76.173] (port=57728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ5Gt-0001Y3-OB for qemu-devel@nongnu.org; Tue, 23 Jun 2009 08:38:43 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ5Gt-0004mi-AK for qemu-devel@nongnu.org; Tue, 23 Jun 2009 08:38:43 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5NCcgTf000457 for ; Tue, 23 Jun 2009 08:38:42 -0400 Message-ID: <4A40CD07.6050705@redhat.com> Date: Tue, 23 Jun 2009 15:39:35 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Call qemu_bh_delete at bdrv_aio_bh_cb References: <4A239AEA.7030008@redhat.com> In-Reply-To: <4A239AEA.7030008@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dlaor@redhat.com Cc: qemu-devel On 06/01/2009 12:10 PM, Dor Laor wrote: > Subject: [PATCH] Call qemu_bh_delete at bdrv_aio_bh_cb. > Also replave qemu_bh_cancel with qemu_bh_delete in bdrv_aio_cancel_em. > Otherwise the bh will live forever in the bh list. > This breaks vmdk. Qemu hangs while starting up. Trying to see why. -- error compiling committee.c: too many arguments to function