From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuMMS-0007xf-NE for qemu-devel@nongnu.org; Fri, 28 Nov 2014 09:17:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuMMI-0006Sz-DT for qemu-devel@nongnu.org; Fri, 28 Nov 2014 09:17:28 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:57592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuMMI-0006So-6u for qemu-devel@nongnu.org; Fri, 28 Nov 2014 09:17:18 -0500 Received: by mail-wi0-f180.google.com with SMTP id n3so11357124wiv.13 for ; Fri, 28 Nov 2014 06:17:17 -0800 (PST) Sender: Paolo Bonzini Message-ID: <547883E9.2080004@redhat.com> Date: Fri, 28 Nov 2014 15:17:13 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1417084026-12307-1-git-send-email-pl@kamp.de> <1417084026-12307-4-git-send-email-pl@kamp.de> <547753F7.2030709@redhat.com> <54782EC3.10005@kamp.de> <54784E55.6060405@redhat.com> <54785067.60905@kamp.de> <547858FF.5070602@redhat.com> <54785AA5.9070409@kamp.de> <54785B2E.9070203@redhat.com> <54785D60.1070306@kamp.de> <5478609B.8060503@kamp.de> <547869DE.3080907@redhat.com> <54786CF5.2060705@kamp.de> <54786E52.6050209@redhat.com> <547875CF.8000207@kamp.de> In-Reply-To: <547875CF.8000207@kamp.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 3/3] qemu-coroutine: use a ring per thread for the pool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , ming.lei@canonical.com, Kevin Wolf , Stefan Hajnoczi , "qemu-devel@nongnu.org" , Markus Armbruster On 28/11/2014 14:17, Peter Lieven wrote: >>> >> The release_pool is not cleanup up on termination I think. >> > That's not necessary, it is global. > I don't see where you iterate over release_pool and destroy all coroutines? The OS does that for us when we exit. Paolo