Applied. Thanks.
Regards,
Anthony Liguori
Paolo Bonzini writes:
> Il 26/02/2013 00:46, Alexander Graf ha scritto:
>> Older glib doesn't implement g_poll(). Most notably the glib version in use
>> on SLE11 is on 2.18 which is hit by this.
>>
>> We do want to use g_poll() in the source however. So on older systems, just
>> wrap it with fu
Il 26/02/2013 00:46, Alexander Graf ha scritto:
> Older glib doesn't implement g_poll(). Most notably the glib version in use
> on SLE11 is on 2.18 which is hit by this.
>
> We do want to use g_poll() in the source however. So on older systems, just
> wrap it with functions that do exist on older
Thanks,
Fixes build on my redhat machine.
On Tue, Feb 26, 2013 at 9:46 AM, Alexander Graf wrote:
> Older glib doesn't implement g_poll(). Most notably the glib version in use
> on SLE11 is on 2.18 which is hit by this.
>
> We do want to use g_poll() in the source however. So on older systems, ju
On Tue, Feb 26, 2013 at 12:46:10AM +0100, Alexander Graf wrote:
> Older glib doesn't implement g_poll(). Most notably the glib version in use
> on SLE11 is on 2.18 which is hit by this.
>
> We do want to use g_poll() in the source however. So on older systems, just
> wrap it with functions that do
On Tue, Feb 26, 2013 at 12:46 AM, Alexander Graf wrote:
> Older glib doesn't implement g_poll(). Most notably the glib version in use
> on SLE11 is on 2.18 which is hit by this.
>
> We do want to use g_poll() in the source however. So on older systems, just
> wrap it with functions that do exist o
Older glib doesn't implement g_poll(). Most notably the glib version in use
on SLE11 is on 2.18 which is hit by this.
We do want to use g_poll() in the source however. So on older systems, just
wrap it with functions that do exist on older versions.
Signed-off-by: Anthony Liguori
Signed-off-by: