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
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
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
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
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