Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-27 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-26 Thread 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

Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-26 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-26 Thread Peter Crosthwaite
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

Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-26 Thread Stefan Hajnoczi
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

Re: [Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-26 Thread Laurent Desnogues
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

[Qemu-devel] [PATCH] glib: Add compat wrapper for g_poll on old glib

2013-02-25 Thread Alexander Graf
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: