Re: [Qemu-devel] [PATCH] AppleSMC device emulation

2010-07-11 Thread Blue Swirl
Thanks, applied. On Sun, Jul 11, 2010 at 7:15 AM, Alexander Graf wrote: > > On 30.06.2010, at 10:41, Alexander Graf wrote: > >> Intel Macs have a chip called the "AppleSMC" which they use to control >> certain Apple specific parts of the hardware, like the keyboard background >> light. >> >> That

Re: [Qemu-devel] [PATCH] AppleSMC device emulation

2010-07-11 Thread Alexander Graf
On 30.06.2010, at 10:41, Alexander Graf wrote: > Intel Macs have a chip called the "AppleSMC" which they use to control > certain Apple specific parts of the hardware, like the keyboard background > light. > > That chip is also used to store a key that Mac OS X uses to decrypt binaries. > > Thi

[Qemu-devel] [PATCH] AppleSMC device emulation

2010-06-30 Thread Alexander Graf
Intel Macs have a chip called the "AppleSMC" which they use to control certain Apple specific parts of the hardware, like the keyboard background light. That chip is also used to store a key that Mac OS X uses to decrypt binaries. This patch adds emulation for that chip, so we're getting one step

Re: [Qemu-devel] [PATCH] AppleSMC device emulation

2010-06-30 Thread Alexander Graf
On 29.06.2010, at 20:38, Blue Swirl wrote: > On Tue, Jun 29, 2010 at 2:35 PM, Alexander Graf wrote: >> Intel Macs have a chip called the "AppleSMC" which they use to control >> certain Apple specific parts of the hardware, like the keyboard background >> light. >> >> That chip is also used to s

Re: [Qemu-devel] [PATCH] AppleSMC device emulation

2010-06-29 Thread Blue Swirl
On Tue, Jun 29, 2010 at 2:35 PM, Alexander Graf wrote: > Intel Macs have a chip called the "AppleSMC" which they use to control > certain Apple specific parts of the hardware, like the keyboard background > light. > > That chip is also used to store a key that Mac OS X uses to decrypt binaries. >

[Qemu-devel] [PATCH] AppleSMC device emulation

2010-06-29 Thread Alexander Graf
Intel Macs have a chip called the "AppleSMC" which they use to control certain Apple specific parts of the hardware, like the keyboard background light. That chip is also used to store a key that Mac OS X uses to decrypt binaries. This patch adds emulation for that chip, so we're getting one step