From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWIKZ-00085a-7I for qemu-devel@nongnu.org; Mon, 13 Jun 2011 21:22:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWIKX-0003ek-Vs for qemu-devel@nongnu.org; Mon, 13 Jun 2011 21:22:11 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:59331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWIKX-0003eY-OP for qemu-devel@nongnu.org; Mon, 13 Jun 2011 21:22:09 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 14 Jun 2011 03:21:57 +0200 Message-Id: <1308014527-60251-1-git-send-email-andreas.faerber@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: andreas.faerber@web.de Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/10] Fixes for Cocoa backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello, I've collected a number of warning and usability fixes for the Cocoa fron= tend and Darwin host. Please pull. Cc: Blue Swirl The following changes since commit 0b862cedf36d927818c50584ddd611b0370673= df: configure: Detect and don't try to use older libcurl (2011-06-13 21:16:= 27 +0200) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream Alexandre Raymond (5): Fix compilation warning due to incorrectly specified type Cocoa: avoid displaying window when command-line contains '-h' or '-help' Remove warning in printf due to type mismatch configure: Fix check for fdatasync() Darwin: Fix compilation warning regarding the deprecated daemon() function Andreas F=C3=A4rber (4): Fix libfdt warnings on Darwin cocoa: Provide central qemu_main() prototype cocoa: Revert dependency on VNC cocoa: Avoid warning related to multiple handleEvent: definitions Tristan Gingold (1): cocoa: do not create a spurious window for -version Makefile.objs | 2 +- audio/coreaudio.c | 2 +- configure | 8 +++++++- libfdt_env.h | 8 ++------ osdep.h | 1 + oslib-posix.c | 16 ++++++++++++++++ qemu-common.h | 5 +++++ qemu-nbd.c | 2 +- target-lm32/translate.c | 2 +- ui/cocoa.m | 25 ++++++++++++++++++------- 10 files changed, 53 insertions(+), 18 deletions(-) --=20 1.7.5.3