From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKTuL-0005kk-Fb for qemu-devel@nongnu.org; Thu, 12 May 2011 07:18:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKTuK-0005A8-9X for qemu-devel@nongnu.org; Thu, 12 May 2011 07:18:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKTuK-00059y-1W for qemu-devel@nongnu.org; Thu, 12 May 2011 07:18:16 -0400 Message-ID: <4DCBC1F2.7090309@redhat.com> Date: Thu, 12 May 2011 13:18:10 +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> <4DCBC0A5.9040203@redhat.com> In-Reply-To: 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: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , Venkateswararao Jujjuri , Stefan Hajnoczi , qemu-devel@nongnu.org On 05/12/2011 01:15 PM, Stefan Hajnoczi wrote: > It's just for completeness to make tools like valgrind happy. Sure, > the kernel will reclaim memory and we're just burning CPU by freeing > this stuff;). But valgrind will not complain about reachable memory still allocated at exit, at least not with the default command-line options. Paolo