From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSeg3-0008Df-8L for qemu-devel@nongnu.org; Wed, 06 Jan 2010 17:48:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSefw-000850-Oi for qemu-devel@nongnu.org; Wed, 06 Jan 2010 17:48:29 -0500 Received: from [199.232.76.173] (port=50126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSefw-00084M-DS for qemu-devel@nongnu.org; Wed, 06 Jan 2010 17:48:24 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]:50540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSefv-0005JO-SZ for qemu-devel@nongnu.org; Wed, 06 Jan 2010 17:48:24 -0500 Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id C9C7813B9EC6E for ; Wed, 6 Jan 2010 23:47:22 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 6 Jan 2010 23:47:06 +0100 Message-Id: <1262818037-926-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] [PATCH v2 RESEND 00/11] Cocoa: ppc64 host support and various improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello, This is a resend of my full Cocoa series posted Dec 13, last updated on D= ec 14 following a suggestion by Juha. Original intro follows. Recently, OSX/ppc64 TCG support was merged. This series replaces the remainder of my ppc64 series, splitting it up for review and bisectabilit= y. It starts with fixing an essential 64-bit incompatibility, followed by elimination of all cocoa.m warnings on a v10.5 ppc64 system. Also included are respins of patches fixing errors/warnings on older host= s and optimizing drawing. Support for -nographic is added. New is my modification of window close behavior plus another drawing optimization for non-overlapping Views. Most of these patches do not depend on each other, so could be cherry-pic= ked if necessary. Also available at git://repo.or.cz/qemu/afaerber.git, branch cocoa. Regards, Andreas Andreas F=C3=A4rber (11): Cocoa: ppc64 host support Cocoa: Silence warning for cocoa_keycode_to_qemu Cocoa: Silence warning on Big Endian host Cocoa: Silence type warning Cocoa: Fix compilation on Mac OS X v10.4 and earlier Cocoa: Mark the View as opaque Cocoa: Redraw the View asynchronously Cocoa: Don't unconditionally show the window Cocoa: Shutdown when window is closed Cocoa: Suppress window resize animation Cocoa: Use optimized drawing for the window cocoa.m | 56 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 44 insertions(+), 12 deletions(-)