From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFBo-0001kR-S1 for qemu-devel@nongnu.org; Wed, 25 May 2011 10:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPFBo-0002lB-02 for qemu-devel@nongnu.org; Wed, 25 May 2011 10:36:00 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:34817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFBn-0002kS-Pe for qemu-devel@nongnu.org; Wed, 25 May 2011 10:35:59 -0400 Received: by wwi18 with SMTP id 18so3499779wwi.4 for ; Wed, 25 May 2011 07:35:58 -0700 (PDT) From: Bastien ROUCARIES Date: Wed, 25 May 2011 13:43:59 +0200 References: <1305108925-26048-1-git-send-email-stefanha@linux.vnet.ibm.com> <20110524193750.GQ969@shareable.org> <20110524195812.GA13211@stefanha-thinkpad.localdomain> In-Reply-To: <20110524195812.GA13211@stefanha-thinkpad.localdomain> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201105251344.00457.roucaries.bastien@gmail.com> Subject: Re: [Qemu-devel] [PATCH 1/2] coroutine: introduce coroutines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , Paolo Bonzini , Venkateswararao Jujjuri Le mardi 24 mai 2011 21:58:12, Stefan Hajnoczi a =E9crit : > On Tue, May 24, 2011 at 08:37:50PM +0100, Jamie Lokier wrote: > TBH I'm almost at the stage where I think we should just use threads > and/or async callbacks, as appropriate. Hopefully I'll be able to cook > up a reasonably portable implementation of coroutines though, because > the prospect of having to go fully threaded or do async callbacks isn't > attractive in many cases. May be Stupid question: why not using pcl lib ? Bastien > Stefan