aboutsummaryrefslogtreecommitdiff
path: root/hw/i8254.c
AgeCommit message (Expand)Author
2012-03-07i8254: Open-code timer restoreJan Kiszka
2012-03-07i8254: Factor out base class for KVM reuseJan Kiszka
2012-02-17i8254: Factor out pit_get_channel_infoJan Kiszka
2012-02-17i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka
2012-02-17i8254: Pass alternative IRQ output object on initializationJan Kiszka
2012-02-17i8254: Factor out interface headerJan Kiszka
2012-02-17i8254: Do not raise IRQ level on resetJan Kiszka
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-09-25i8254: Convert to MemoryRegionRichard Henderson
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-19i8254: Fix migration from older versionsJan Kiszka
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka
2011-02-20i8254: convert to qdevBlue Swirl
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-27Port i8254 to new VMState designJuan Quintela
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-05-22Introduce reset notifier orderJan Kiszka
2009-01-26Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori
2008-12-18Remove trailing spaces introduced by commit 6081aurel32
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-07Unify IRQ handling.pbrook
2006-04-24PC speaker emulation (Joachim Henke)bellard
2004-06-20new reset APIbellard
2004-05-03pit fixesbellard
2004-04-02avoid rounding problemsbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31use new timer APIbellard
2004-03-14io port API changebellard
2004-03-14separated more devices from emulatorbellard