From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK8uR-00070C-DQ for qemu-devel@nongnu.org; Wed, 11 May 2011 08:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK8uQ-0001fZ-IV for qemu-devel@nongnu.org; Wed, 11 May 2011 08:52:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK8uQ-0001fV-Ad for qemu-devel@nongnu.org; Wed, 11 May 2011 08:52:58 -0400 Message-ID: <4DCA86A1.2020306@redhat.com> Date: Wed, 11 May 2011 14:52:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1305108925-26048-1-git-send-email-stefanha@linux.vnet.ibm.com> <1305108925-26048-2-git-send-email-stefanha@linux.vnet.ibm.com> <4DCA7B64.7000900@redhat.com> <4DCA8655.3070807@codemonkey.ws> In-Reply-To: <4DCA8655.3070807@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] coroutine: introduce coroutines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Anthony Liguori , Venkateswararao Jujjuri , Stefan Hajnoczi , qemu-devel@nongnu.org On 05/11/2011 02:51 PM, Anthony Liguori wrote: > How about a generic thread fallback? That's what we do in gtk-vnc and > it solves the portability issue in a very robust way. A very slow way, too (on Windows at least if you use qemu_cond...). Paolo