Re: [Qemu-devel] [PATCH v4] PPC: E500: Implement reboot controller

2011-06-05 Thread Andreas Färber
Am 03.06.2011 um 09:53 schrieb 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 rebo

[Qemu-devel] [PATCH v4] PPC: E500: Implement reboot controller

2011-06-04 Thread 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 de