From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKTp8-0004DI-DJ for qemu-devel@nongnu.org; Thu, 12 May 2011 07:12:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKTp7-0004Nz-Fg for qemu-devel@nongnu.org; Thu, 12 May 2011 07:12:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKTp7-0004Nu-2B for qemu-devel@nongnu.org; Thu, 12 May 2011 07:12:53 -0400 Message-ID: <4DCBC0A5.9040203@redhat.com> Date: Thu, 12 May 2011 13:12:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1305194086-9832-1-git-send-email-stefanha@linux.vnet.ibm.com> <1305194086-9832-5-git-send-email-stefanha@linux.vnet.ibm.com> <4DCBB2B2.6070307@redhat.com> <4DCBB8AD.7000106@redhat.com> In-Reply-To: <4DCBB8AD.7000106@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 4/4] coroutine: pool coroutines to speed up creation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Stefan Hajnoczi , Anthony Liguori , Venkateswararao Jujjuri , Stefan Hajnoczi , qemu-devel@nongnu.org On 05/12/2011 12:38 PM, Kevin Wolf wrote: >> I don't want to add qemu-img/qemu-io things yet because we don't have >> a block layer user for coroutines yet. The qcow2 patches should >> contain these changes. > > I hope we won't forget it. A missing atexit isn't a very obvious bug. I was going to reply that this atexit is actually useless, since memory is freed automatically at exit? Paolo