From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFOZy-0004IW-PX for qemu-devel@nongnu.org; Tue, 12 Mar 2013 08:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFOZq-0004k4-0D for qemu-devel@nongnu.org; Tue, 12 Mar 2013 08:45:18 -0400 Received: from mail-qe0-f42.google.com ([209.85.128.42]:49161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFOZp-0004jx-T1 for qemu-devel@nongnu.org; Tue, 12 Mar 2013 08:45:09 -0400 Received: by mail-qe0-f42.google.com with SMTP id f6so2938700qej.29 for ; Tue, 12 Mar 2013 05:45:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <513F2351.4000601@redhat.com> Date: Tue, 12 Mar 2013 13:45:05 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <513E5773.4000903@web.de> In-Reply-To: <513E5773.4000903@web.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit 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: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Peter Maydell , QEMU Developers Il 11/03/2013 23:15, Andreas Färber ha scritto: >> > 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. G4s were often too slow already to run 10.5 (Leopard), but 10.4 ran quite well. So I'd say either 10.3.9 or 10.4. Paolo