Hello,

Here's a mini-series fixing the build on illumos like I had requested Lee to do.

Patch 1 introduces a Solaris-only workaround for O_ASYNC that we could
generalize for 1.2 (ifdef O_ASYNC seemed a bit risky to me on Hard Freeze eve
in case some platform uses an enum rather than preprocessor define, given that
ioctl() is consider "obsolescent" and I_SETSIG optional in POSIX).

Patch 2 adds libraries needed to link qemu-ga on Solaris, reusing the existing
set of backwards-compatible network libraries rather than the new libxnet.

Regards,
Andreas

Cc: Michael Roth <mdr...@linux.vnet.ibm.com>
Cc: Lee Essen <lee.es...@nowonline.co.uk>
Cc: Stefan Hajnoczi <stefa...@gmail.com>
Cc: Blue Swirl <blauwir...@gmail.com>

Andreas Färber (2):
  qemu-ga: Implement alternative to O_ASYNC
  configure: Add libraries for qemu-ga on Solaris

 configure           |    4 +++-
 qga/channel-posix.c |   18 +++++++++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)

-- 
1.7.7


Reply via email to