AppleSMC device emulation
authorAlexander Graf <agraf@suse.de>
Wed, 30 Jun 2010 08:41:12 +0000 (10:41 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 11 Jul 2010 17:33:10 +0000 (20:33 +0300)
commit1e72f629d8588436a01289852c88762b1410fc0d
treebd1b02a5259c6db1c34db94eaae04930e39d3c4d
parent98a402917a5cb24877628118687bcec7876a3b78
AppleSMC device emulation

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 further
to having Mac OS X run natively on Qemu.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
hw/applesmc.c [new file with mode: 0644]