aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i8254.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-6/+6
2011-03-19i8254: Fix migration from older versionsJan Kiszka1-0/+2
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-1/+1
2011-02-20i8254: convert to qdevBlue Swirl1-17/+44
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-2/+0
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-5/+9
2009-08-27Port i8254 to new VMState designJuan Quintela1-29/+37
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-01-26Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori1-1/+2
2008-12-18Remove trailing spaces introduced by commit 6081aurel321-1/+1
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+21
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-6/+6
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2007-04-07Unify IRQ handling.pbrook1-3/+3
2006-04-24PC speaker emulation (Joachim Henke)bellard1-0/+12
2004-06-20new reset APIbellard1-7/+17
2004-05-03pit fixesbellard1-64/+163
2004-04-02avoid rounding problemsbellard1-0/+4
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31use new timer APIbellard1-46/+126
2004-03-14io port API changebellard1-5/+5
2004-03-14separated more devices from emulatorbellard1-0/+297