From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ0mP-0000EC-P8 for qemu-devel@nongnu.org; Fri, 27 May 2011 13:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQ0mO-0003aJ-LQ for qemu-devel@nongnu.org; Fri, 27 May 2011 13:24:57 -0400 From: Alexandre Raymond Date: Fri, 27 May 2011 13:22:25 -0400 Message-Id: <1306516951-31105-1-git-send-email-cerbere@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/6] Fix compilation issues under darwin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, 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