From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1CAN-0007e3-C4 for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1CAM-0002pm-Bm for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:03:23 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:40899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1CAM-0002pg-8X for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:03:22 -0400 Received: by vxi32 with SMTP id 32so541165vxi.4 for ; Wed, 07 Sep 2011 00:03:20 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E671732.9080108@redhat.com> Date: Wed, 07 Sep 2011 09:03:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1314018774-27482-1-git-send-email-aliguori@us.ibm.com> <1314018774-27482-2-git-send-email-aliguori@us.ibm.com> <4E525C5A.8000208@redhat.com> <4E525D87.8010400@codemonkey.ws> <4E525E09.2000107@redhat.com> <4E662EC3.4070603@redhat.com> <4E66436D.6020507@codemonkey.ws> In-Reply-To: <4E66436D.6020507@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] main: switch qemu_set_fd_handler to g_io_add_watch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Anthony Liguori , qemu-devel@nongnu.org On 09/06/2011 05:59 PM, Anthony Liguori wrote: > So it should be possible to add a new Source type that just selects on a > file descriptor and avoid GIOChannels? I think you still have the problem that glib on Windows waits for HANDLEs, not file descriptors. Also, I'm not sure it's worth it though as long as slirp still does its own fill/poll. Paolo