Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix applesmc REV key | René Rebe | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | Fix applesmc REV key string literal hex encoding. Signed-off-by: René Rebe <rene@exactcode.de> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> | ||||
* | AppleSMC device emulation | Alexander Graf | 2010-07-11 | 1 | -0/+241 |
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> |