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

2011-06-04 Thread Alexander Graf
On 04.06.2011, at 14:38, Andreas Färber wrote: > Am 02.06.2011 um 20:58 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, renedering the VM reboo

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

2011-06-04 Thread Andreas Färber
Am 02.06.2011 um 20:58 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, renedering the VM reboot-less. rendering This patch implements that device with

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

2011-06-03 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, renedering the VM reboot-less. This patch implements that device with only the reboot functionality implemented and adds it to the d