aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ptimer.c
AgeCommit message (Expand)AuthorFilesLines
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