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