From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK9rZ-0004wG-Nf for qemu-devel@nongnu.org; Wed, 11 May 2011 09:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK9rY-0003WY-HP for qemu-devel@nongnu.org; Wed, 11 May 2011 09:54:05 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:51086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK9rY-0003WP-EY for qemu-devel@nongnu.org; Wed, 11 May 2011 09:54:04 -0400 Received: by iym10 with SMTP id 10so415047iym.4 for ; Wed, 11 May 2011 06:54:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <3BF0B1F4-9126-47F3-849C-EE9412431070@suse.de> References: <7D671C7B-DA71-4A57-9A02-05BDC6523B54@adacore.com> <7CFECEA6-8F10-493A-BAF0-A2FE54514C48@suse.de> <2E73701F-CB2E-4E58-8D63-E3AA4F8291F6@web.de> <3BF0B1F4-9126-47F3-849C-EE9412431070@suse.de> Date: Wed, 11 May 2011 15:54:02 +0200 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Add option to disable Cocoa on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , Tristan Gingold , qemu-devel Developers , Ben Leslie On 7 May 2011 12:40, Alexander Graf wrote: > So I suppose the only thing missing is a --disable-cocoa option, yup. I've just noticed that some of the code in block/raw-posix.c uses the CONFIG_COCOA #define to gate whether to do MacOSX specific handling of CDROMs and so on. I'm not a MacOS expert but maybe that needs to be changed to some other ifdef -- I'm guessing we don't want to have cdrom handling randomly change behaviour just because the user tried to disable Cocoa graphics handling... -- PMM