summaryrefslogtreecommitdiffstats
path: root/hw/mpc8544_guts.c
Commit message (Collapse)AuthorAgeFilesLines
* PPC: E500: Implement reboot controllerAlexander Graf2011-06-171-0/+135
When Linux reboots an e500 VM, it writes to a magic register in the "global-utilities" device indicated by the device tree. We were not emulating that device so far, rendering the VM reboot-less. This patch implements that device with only the reboot functionality implemented and adds it to the device tree. With this patch applied, I can successfully reboot a -M mpc8544ds VM. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Andreas Färber <andreas.faerber@web.de>
OpenPOWER on IntegriCloud