Re: [Qemu-devel] [PATCH 0/6] Fix compilation issues under darwin

2011-05-28 Thread Andreas Färber

Hello,

Am 27.05.2011 um 19:22 schrieb Alexandre Raymond:

The following series contains trivial patches to fix several minor  
issues

encountered while compiling qemu under OSX 10.6.7.

I used [./configure --disable-bsd-user --disable-darwin-user -- 
enable-io-thread]

to configure the build.


In the future, please cc me for Darwin. I'll review them tomorrow.

Thanks,
Andreas



[Qemu-devel] [PATCH 0/6] Fix compilation issues under darwin

2011-05-27 Thread Alexandre Raymond
Hello everyone,

The following series contains trivial patches to fix several minor issues
encountered while compiling qemu under OSX 10.6.7.

I used [./configure --disable-bsd-user --disable-darwin-user --enable-io-thread]
to configure the build.

Cheers,
Alexandre

Alexandre Raymond (6):
  Fix incorrect check for fdatasync() in configure
  Cocoa: avoid displaying window when command-line contains '-h'
  Fix compilation warning due to incorrectly specified type
  Fix missing prototype under cocoa for qemu_main
  Remove warning in printf due to type mismatch
  Avoid compilation warning regarding kvm under darwin

 audio/coreaudio.c   |2 +-
 configure   |8 +++-
 target-lm32/translate.c |2 +-
 target-s390x/helper.c   |1 -
 ui/cocoa.m  |3 ++-
 vl.c|1 +
 6 files changed, 12 insertions(+), 5 deletions(-)

-- 
1.7.5