aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ptimer.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-04-22vmstate: port pmtimerJuan Quintela1-43/+16
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-7/+7
2009-10-05vmstate: remove const for put operationsJuan Quintela1-2/+2
2009-08-31Add VMState support for ptimersBlue Swirl1-0/+21
2009-03-31Remove unused variableblueswir11-1/+0
2009-03-31Avoid rounding problems in ptimer_get_countpbrook1-1/+31
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-10-02Resurrect the safe part of r5274blueswir11-6/+6
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-6/+6
2008-09-20Add signed versions of save/load functionsblueswir11-6/+6
2008-05-25Ignore duplicate timer run requests.pbrook1-0/+3
2007-11-17Break up vl.h.pbrook1-1/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-03Leave running timer alone if not reloading.pbrook1-1/+1
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir11-18/+45
2007-05-23Add periodic timer implementation.pbrook1-0/+164