Re: [Qemu-devel] [RFC PATCH v1 0/7] Reset and Halting modifications + Zynq SMP

2013-03-30 Thread Edgar E. Iglesias
On Mon, Mar 04, 2013 at 07:01:32PM +1000, Peter Crosthwaite wrote: > Hi All. The clock controller module in the Zynq platform has the ability to > halt > and reset arbitrary devices, including the CPU. We use this feature to > implement > SMP Linux - the kernel halts CPU1 then rewrites the vector

Re: [Qemu-devel] [RFC PATCH v1 0/7] Reset and Halting modifications + Zynq SMP

2013-03-28 Thread Edgar E. Iglesias
Hi On Mon, Mar 04, 2013 at 10:57:49PM +1000, Peter Crosthwaite wrote: > Hi Andreas, > > On Mon, Mar 4, 2013 at 10:03 PM, Andreas Färber wrote: > > Hi Peter, > > > > Am 04.03.2013 10:01, schrieb Peter Crosthwaite: > >> Hi All. The clock controller module in the Zynq platform has the ability > >>

Re: [Qemu-devel] [RFC PATCH v1 0/7] Reset and Halting modifications + Zynq SMP

2013-03-04 Thread Peter Crosthwaite
Hi Andreas, On Mon, Mar 4, 2013 at 10:03 PM, Andreas Färber wrote: > Hi Peter, > > Am 04.03.2013 10:01, schrieb Peter Crosthwaite: >> Hi All. The clock controller module in the Zynq platform has the ability to >> halt >> and reset arbitrary devices, including the CPU. We use this feature to >>

Re: [Qemu-devel] [RFC PATCH v1 0/7] Reset and Halting modifications + Zynq SMP

2013-03-04 Thread Andreas Färber
Hi Peter, Am 04.03.2013 10:01, schrieb Peter Crosthwaite: > Hi All. The clock controller module in the Zynq platform has the ability to > halt > and reset arbitrary devices, including the CPU. We use this feature to > implement > SMP Linux - the kernel halts CPU1 then rewrites the vector table t

[Qemu-devel] [RFC PATCH v1 0/7] Reset and Halting modifications + Zynq SMP

2013-03-04 Thread Peter Crosthwaite
Hi All. The clock controller module in the Zynq platform has the ability to halt and reset arbitrary devices, including the CPU. We use this feature to implement SMP Linux - the kernel halts CPU1 then rewrites the vector table to the secondary entry point and unhalts. The clock controller however