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

2012-05-01 Thread Blue Swirl
Thanks, applied all. On Mon, Apr 30, 2012 at 16:00, Andreas Färber wrote: > 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 ri

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

2012-05-01 Thread Stefan Hajnoczi
On Mon, Apr 30, 2012 at 5:00 PM, Andreas Färber wrote: > 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 Fr

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

2012-04-30 Thread Andreas Färber
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