qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-1.1 0/2] qemu-ga: Build fixes for Solaris/illumo


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-1.1 0/2] qemu-ga: Build fixes for Solaris/illumos
Date: Mon, 30 Apr 2012 18:00:53 +0200

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 <address@hidden>
Cc: Lee Essen <address@hidden>
Cc: Stefan Hajnoczi <address@hidden>
Cc: Blue Swirl <address@hidden>

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

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