Re: [Qemu-devel] [PATCH 0/6] fix w32 sockets

2012-04-07 Thread Blue Swirl
On Tue, Apr 3, 2012 at 11:06, Paolo Bonzini wrote: > Il 20/03/2012 10:49, Paolo Bonzini ha scritto: >> The w32 main loop has been mostly broken by the introduction of the >> glib main loop.  glib's g_poll does not use sockets on w32, so we >> need a separate approach. >> >> Patch 1 is a simple cle

Re: [Qemu-devel] [PATCH 0/6] fix w32 sockets

2012-04-03 Thread Stefan Weil
Am 03.04.2012 13:06, schrieb Paolo Bonzini: Il 20/03/2012 10:49, Paolo Bonzini ha scritto: The w32 main loop has been mostly broken by the introduction of the glib main loop. glib's g_poll does not use sockets on w32, so we need a separate approach. Patch 1 is a simple cleanup that is needed la

Re: [Qemu-devel] [PATCH 0/6] fix w32 sockets

2012-04-03 Thread Paolo Bonzini
Il 20/03/2012 10:49, Paolo Bonzini ha scritto: > The w32 main loop has been mostly broken by the introduction of the > glib main loop. glib's g_poll does not use sockets on w32, so we > need a separate approach. > > Patch 1 is a simple cleanup that is needed later in the series. > > Patch 2 and

Re: [Qemu-devel] [PATCH 0/6] fix w32 sockets

2012-03-20 Thread Stefan Weil
Am 20.03.2012 10:49, schrieb Paolo Bonzini: The w32 main loop has been mostly broken by the introduction of the glib main loop. glib's g_poll does not use sockets on w32, so we need a separate approach. Patch 1 is a simple cleanup that is needed later in the series. Patch 2 and patch 3 complete

[Qemu-devel] [PATCH 0/6] fix w32 sockets

2012-03-20 Thread Paolo Bonzini
The w32 main loop has been mostly broken by the introduction of the glib main loop. glib's g_poll does not use sockets on w32, so we need a separate approach. Patch 1 is a simple cleanup that is needed later in the series. Patch 2 and patch 3 completely separate the way the main loop waits on PO