Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() | Avi Kivity | |
Signed-off-by: Avi Kivity <avi@redhat.com> | |||
2011-11-24 | mpc8544_guts: convert to memory API | Avi Kivity | |
Signed-off-by: Avi Kivity <avi@redhat.com> | |||
2011-06-17 | PPC: E500: Implement reboot controller | Alexander Graf | |
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> |