From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYpDa-0004lT-Bz for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:25:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYpDZ-0006Um-1r for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:25:42 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:42803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYpDY-0006Uf-TC for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:25:40 -0500 Received: by ggnk1 with SMTP id k1so3079183ggn.4 for ; Thu, 08 Dec 2011 17:25:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4EDFD6CF.6000001@web.de> References: <1323244048-6021-1-git-send-email-balrogg@gmail.com> <1323244048-6021-3-git-send-email-balrogg@gmail.com> <4EDFD6CF.6000001@web.de> Date: Fri, 9 Dec 2011 02:25:39 +0100 Message-ID: From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] configure: remove --enable-cocoa (default), add --disable-cocoa. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Peter Maydell , qemu-devel@nongnu.org, Pavel Borzenkov On 7 December 2011 22:12, Andreas F=C3=A4rber wrot= e: > Am 07.12.2011 08:47, schrieb Andrzej Zaborowski: >> Cocoa can only be enabled on Darwin, and is enabled by default too, >> making --enable-cocoa redundant, with no way to disable Cocoa. =C2=A0It >> also interfered with SDL support in a way that was dependent on >> the order of commandline switches. >> >> Signed-off-by: Andrzej Zaborowski > > Nack. This not only conflicts with Pavel's patch series but like many > previous patches only does half the job (misses the block layer). Depends which job you're talking about :) Sorry, I wasn't aware Cocoa was used by anything other than the UI or aware of Pavel's patches. > Could you please review his last series instead and rebase onto that if > necessary? > > http://patchwork.ozlabs.org/patch/124980/ > http://patchwork.ozlabs.org/patch/124979/ > http://patchwork.ozlabs.org/patch/124981/ They look fine to me but I know very little about MacOS X and its libraries= . > >> --- >> Cocoa support seems to be broken at the moment, at least on some >> MacOS X versions. =C2=A0But qemu builds and runs with SDL. > > Many times have I asked how to actually use SDL with QEMU on Mac OS X. > If you've figured it out, please share that knowledge! What SDL download > do you use, what parameters do you pass to configure, etc.? I installed SDL through "fink", the package manager. It's sdl_1.2.4-8 and the configure line apparently is nothing more than ./configure --prefix=3D/sw --mandir=3D/sw/share/man Last time I was using it with 0.14 with no issues, now that I rebuilt HEAD with SDL, I see two issues which may be related to SDL or not: * blue component is 0, so stuff is yellowish on the screen. * ctrl-alt- doesn't work, while ctr-alt does. Cheers