From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ps9AK-0002l0-Uw for qemu-devel@nongnu.org; Wed, 23 Feb 2011 02:29:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ps9AJ-0003C8-RF for qemu-devel@nongnu.org; Wed, 23 Feb 2011 02:29:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ps9AJ-0003C4-FE for qemu-devel@nongnu.org; Wed, 23 Feb 2011 02:29:39 -0500 Message-ID: <4D64B75D.4010308@redhat.com> Date: Wed, 23 Feb 2011 08:29:33 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH uq/master 00/21] Win32 iothread support References: <1298277820-8817-1-git-send-email-pbonzini@redhat.com> <4D641E2C.8070409@codemonkey.ws> In-Reply-To: <4D641E2C.8070409@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 02/22/2011 09:35 PM, Anthony Liguori wrote: > > So why reinvent this instead of just using glib for thread support? Because Win32 thread support is one patch out of 21. Paolo