]> git.proxmox.com Git - qemu.git/commit
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)
commit1ddda5cd364d2f82201830ca69675e17c60ded8e
treebd1b02a5259c6db1c34db94eaae04930e39d3c4d
parent1f5c3f8ca12ba79ff8eae7b982c522a1e6600b75
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]