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

2011-06-03 Thread Alexander Graf
On 03.06.2011, at 19:00, Scott Wood wrote: > On Thu, 2 Jun 2011 13:57:50 +0200 > Alexander Graf wrote: > >> diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts >> index 872152d..9b95bfd 100644 >> --- a/pc-bios/mpc8544ds.dts >> +++ b/pc-bios/mpc8544ds.dts >> @@ -82,6 +82,12 @@ >>

[Qemu-devel] [PATCH] 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

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

2011-06-03 Thread Alexander Graf
On 03.06.2011, at 19:00, Scott Wood wrote: > On Thu, 2 Jun 2011 13:57:50 +0200 > Alexander Graf wrote: > >> diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts >> index 872152d..9b95bfd 100644 >> --- a/pc-bios/mpc8544ds.dts >> +++ b/pc-bios/mpc8544ds.dts >> @@ -82,6 +82,12 @@ >>

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

2011-06-03 Thread Scott Wood
On Thu, 2 Jun 2011 13:57:50 +0200 Alexander Graf wrote: > diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts > index 872152d..9b95bfd 100644 > --- a/pc-bios/mpc8544ds.dts > +++ b/pc-bios/mpc8544ds.dts > @@ -82,6 +82,12 @@ > compatible = "chrp,open-pic"; >