Statistics
| Branch: | Revision:

root / hw / mpc8544_guts.c @ a0f42610

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
750ecd44 11/28/2011 03:38 pm Avi Kivity

sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()

Signed-off-by: Avi Kivity <>

1c7af35f 11/24/2011 06:32 pm Avi Kivity

mpc8544_guts: convert to memory API

Signed-off-by: Avi Kivity <>

b0fb8423 06/17/2011 03:58 am Alexander Graf

PPC: E500: Implement reboot controller

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...