Re: [Qemu-devel] [PATCH 4/9] AppleSMC device

2008-02-25 Thread Paul Brook
On Monday 25 February 2008, Rob Landley wrote: > On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: > > Apples hardware dongle sits withing the fan control. To get Mac OS X up > > and running, this control device needs to be emulated and given the > > correct dongle key. This key has to be g

Re: [Qemu-devel] [PATCH 4/9] AppleSMC device

2008-02-24 Thread Alexander Graf
On Feb 25, 2008, at 6:57 AM, Rob Landley wrote: On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: Apples hardware dongle sits withing the fan control. To get Mac OS X up and running, this control device needs to be emulated and given the correct dongle key. This key has to be given v

Re: [Qemu-devel] [PATCH 4/9] AppleSMC device

2008-02-24 Thread Rob Landley
On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: > Apples hardware dongle sits withing the fan control. To get Mac OS X up > and running, this control device needs to be emulated and given the > correct dongle key. This key has to be given via the command line. How is the key obtained? I

[Qemu-devel] [PATCH 4/9] AppleSMC device

2008-01-08 Thread Alexander Graf
Apples hardware dongle sits withing the fan control. To get Mac OS X up and running, this control device needs to be emulated and given the correct dongle key. This key has to be given via the command line. Index: qemu-snapshot-2008-01-08_05/Makefile.target =