aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_timer.c
AgeCommit message (Expand)Author
2012-03-14mips hw/: Don't use CPUStateAndreas Färber
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-18mips: Expire late timers when reading cp0_countEdgar E. Iglesias
2011-01-18mips: Break out cpu_mips_timer_expireEdgar E. Iglesias
2010-03-27Compile some MIPS devices only onceBlue Swirl
2010-03-14mips: add header to mips_int.c and mips_timer.cAurelien Jarno
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-08target-mips: CP0 Random register improvementsaurel32
2008-09-14MIPS: remove empty cpu_mips_irqctrl_init()aurel32
2008-06-29Add instruction counter.pbrook
2008-04-11Optimize MIPS timer read/write functionsaurel32
2007-11-17Break up vl.h.pbrook
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-04-17Choose number of TLBs at runtime, by Herve Poussineau.ths
2007-04-07Unify IRQ handling.pbrook
2007-04-05Fix disabling of the Cause register for R2.ths
2007-03-18Fix BD flag handling, cause register contents, implement some more bitsths
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths
2006-12-06Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths