From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFB07-0003CN-La for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:15:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFB04-0001GP-Nw for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:15:23 -0400 Received: from mout.web.de ([212.227.17.12]:50676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFB04-0001GC-EX for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:15:20 -0400 Message-ID: <513E5773.4000903@web.de> Date: Mon, 11 Mar 2013 23:15:15 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] what versions of MacOSX do we want to support in qemu? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Hi, Am 11.03.2013 19:14, schrieb Peter Maydell: > Hi; I'm currently looking at fixing the warnings that qemu generates in > MacOSX syslog regarding CPSGetCurrentProcess and CPSEnableForegroundOperation > being deprecated. The new API for doing this is TransformProcessType(), > which came in in MacOSX 10.3 apparently. Do we still need to support > 10.2 and older (via ifdefs or something), or can I just replace the > old code with the new recommended method? The oldest I had been testing was v10.3.9. The oldest we "must" support is v10.5.8 IMO since there is no upgrade path for ppc beyond that. Andreas > > thanks > -- PMM >