summaryrefslogtreecommitdiffstats
path: root/hw/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* i8254: convert PIO to new memory api read/writeAlexander Graf2012-10-291-9/+11
* i8254: Open-code timer restoreJan Kiszka2012-03-071-0/+12
* i8254: Factor out base class for KVM reuseJan Kiszka2012-03-071-238/+31
* i8254: Factor out pit_get_channel_infoJan Kiszka2012-02-171-25/+10
* i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka2012-02-171-24/+22
* i8254: Pass alternative IRQ output object on initializationJan Kiszka2012-02-171-3/+1
* i8254: Factor out interface headerJan Kiszka2012-02-171-0/+1
* i8254: Do not raise IRQ level on resetJan Kiszka2012-02-171-1/+7
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-13/+17
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-8/+14
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-1/+1
* i8254: Convert to MemoryRegionRichard Henderson2011-09-251-3/+13
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-6/+6
* i8254: Fix migration from older versionsJan Kiszka2011-03-191-0/+2
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-211-1/+1
* i8254: convert to qdevBlue Swirl2011-02-201-17/+44
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-2/+0
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-5/+9
* Port i8254 to new VMState designJuan Quintela2009-08-271-29/+37
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Check if the i8254 timer is active before deactivating it (Alexander Graf)aliguori2009-01-261-1/+2
* Remove trailing spaces introduced by commit 6081aurel322008-12-181-1/+1
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-0/+21
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-6/+6
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Unify IRQ handling.pbrook2007-04-071-3/+3
* PC speaker emulation (Joachim Henke)bellard2006-04-241-0/+12
* new reset APIbellard2004-06-201-7/+17
* pit fixesbellard2004-05-031-64/+163
* avoid rounding problemsbellard2004-04-021-0/+4
* win32 port (initial patch by kazu)bellard2004-03-311-20/+0
* use new timer APIbellard2004-03-311-46/+126
* io port API changebellard2004-03-141-5/+5
* separated more devices from emulatorbellard2004-03-141-0/+297
OpenPOWER on IntegriCloud