qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] what versions of MacOSX do we want to support in qemu?
@ 2013-03-11 18:14 Peter Maydell
  2013-03-11 22:15 ` Andreas Färber
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2013-03-11 18:14 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Andreas Färber

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?

thanks
-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] what versions of MacOSX do we want to support in qemu?
  2013-03-11 18:14 [Qemu-devel] what versions of MacOSX do we want to support in qemu? Peter Maydell
@ 2013-03-11 22:15 ` Andreas Färber
  2013-03-12  9:14   ` Peter Maydell
  2013-03-12 12:45   ` Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Färber @ 2013-03-11 22:15 UTC (permalink / raw)
  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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] what versions of MacOSX do we want to support in qemu?
  2013-03-11 22:15 ` Andreas Färber
@ 2013-03-12  9:14   ` Peter Maydell
  2013-03-12 12:45   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2013-03-12  9:14 UTC (permalink / raw)
  To: Andreas Färber; +Cc: QEMU Developers

On 11 March 2013 22:15, Andreas Färber <andreas.faerber@web.de> wrote:
> 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.

OK, I'll send out a patch which just moves to the new API.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] what versions of MacOSX do we want to support in qemu?
  2013-03-11 22:15 ` Andreas Färber
  2013-03-12  9:14   ` Peter Maydell
@ 2013-03-12 12:45   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2013-03-12 12:45 UTC (permalink / raw)
  To: Andreas Färber; +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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-12 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 18:14 [Qemu-devel] what versions of MacOSX do we want to support in qemu? Peter Maydell
2013-03-11 22:15 ` Andreas Färber
2013-03-12  9:14   ` Peter Maydell
2013-03-12 12:45   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).