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 >