Re: [Qemu-devel] [PATCH] Implement the global timer present in ARM MPCore chips.
On Wed, Jul 06, 2011 at 10:58:09PM +0100, Peter Maydell wrote: > On 6 July 2011 21:04, Christopher Harvey wrote: > > Below are some random comments noticed on a first-pass. > > > +/* Global timer data */ > > +static uint64_t global_timer_count = 0; > > +static uint
[Qemu-devel] [PATCH] Implement the global timer present in ARM MPCore chips.
=/com.arm.doc.ddi0407f/BEJHAGEE.html Reminder: There are probably bugs in this code, do not commit :P I will be happy to answer any questions. Signed-off-by: Christopher Harvey --- hw/mpcore.c | 188 +++ 1 files changed, 177 insertions