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 exist on older versions. > > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> > Signed-off-by: Alexander Graf <ag...@suse.de> > --- > include/qemu-common.h | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>