summaryrefslogtreecommitdiffstats
path: root/hw/ptimer.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-231/+0
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* Limit ptimer rate to something achievablePeter Chubb2012-04-241-0/+13
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* vmstate: port pmtimerJuan Quintela2011-04-221-43/+16
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-7/+7
* vmstate: remove const for put operationsJuan Quintela2009-10-051-2/+2
* Add VMState support for ptimersBlue Swirl2009-08-311-0/+21
* Remove unused variableblueswir12009-03-311-1/+0
* Avoid rounding problems in ptimer_get_countpbrook2009-03-311-1/+31
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Resurrect the safe part of r5274blueswir12008-10-021-6/+6
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-6/+6
* Add signed versions of save/load functionsblueswir12008-09-201-6/+6
* Ignore duplicate timer run requests.pbrook2008-05-251-0/+3
* Break up vl.h.pbrook2007-11-171-1/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Leave running timer alone if not reloading.pbrook2007-06-031-1/+1
* Change ptimer API to use 64-bit values, add save and load methodsblueswir12007-05-241-18/+45
* Add periodic timer implementation.pbrook2007-05-231-0/+164
OpenPOWER on IntegriCloud