qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 5/6] main-loop: replace WaitForMultipleObjects w


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 5/6] main-loop: replace WaitForMultipleObjects with g_poll
Date: Wed, 4 Apr 2012 22:07:14 +0100

On 4 April 2012 21:44, Blue Swirl <address@hidden> wrote:
> On Tue, Mar 20, 2012 at 09:49, Paolo Bonzini <address@hidden> wrote:
>> On w32, glib implements g_poll using WaitForMultipleObjects
>> or MsgWaitForMultipleObjects.  This means that we can simplify
>> our code by switching to g_poll, and at the same time prepare for
>> adding back glib sources.
>
> Unfortunately g_poll does not seem to be available in glib-2.0:

Looks like it appeared in glib 2.19. We could maybe use an
autobuilder configured for whatever the lowest glib version
we support is, given how high the API churn seems to be :-/

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]