Re: [Qemu-devel] [PATCH arm-devs v4 3/4] hw/timer: Introduce ARM A9 Global Timer.

2013-12-02 Thread Peter Maydell
On 2 December 2013 12:28, Andreas Färber wrote: > Am 02.12.2013 08:36, schrieb Peter Crosthwaite: >> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. Preferred ARM terminology here I think is "all cores in the processor". ("core": one processing unit, something with its ow

Re: [Qemu-devel] [PATCH arm-devs v4 3/4] hw/timer: Introduce ARM A9 Global Timer.

2013-12-02 Thread Markus Armbruster
Peter Maydell writes: > On 2 December 2013 12:28, Andreas Färber wrote: >> Am 02.12.2013 08:36, schrieb Peter Crosthwaite: >>> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. >>> The timer is shared but each CPU has a private independent comparator >>> and interrupt. >>>

Re: [Qemu-devel] [PATCH arm-devs v4 3/4] hw/timer: Introduce ARM A9 Global Timer.

2013-12-02 Thread Peter Maydell
On 2 December 2013 12:28, Andreas Färber wrote: > Am 02.12.2013 08:36, schrieb Peter Crosthwaite: >> The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. >> The timer is shared but each CPU has a private independent comparator >> and interrupt. >> +dc->no_user = 1; > > There

Re: [Qemu-devel] [PATCH arm-devs v4 3/4] hw/timer: Introduce ARM A9 Global Timer.

2013-12-02 Thread Andreas Färber
Am 02.12.2013 08:36, schrieb Peter Crosthwaite: > The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. > The timer is shared but each CPU has a private independent comparator > and interrupt. > > Based on version contributed by Francois LEGAL. > > Signed-off-by: François LEGAL

[Qemu-devel] [PATCH arm-devs v4 3/4] hw/timer: Introduce ARM A9 Global Timer.

2013-12-01 Thread Peter Crosthwaite
The ARM A9 MPCore has a timer that is global to all CPUs in the mpcore. The timer is shared but each CPU has a private independent comparator and interrupt. Based on version contributed by Francois LEGAL. Signed-off-by: François LEGAL [PC changes: * New commit message * Re-implemented as singl