aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hpet.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka1-18/+20
2012-02-17i8254: Factor out interface headerJan Kiszka1-0/+1
2012-02-17hpet: Save/restore cached RTC IRQ levelJan Kiszka1-0/+29
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-12/+21
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-24hpet: convert to memory APIAvi Kivity1-45/+17
2011-11-09hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov1-2/+2
2011-09-16Remove blanks before \n in output stringsStefan Weil1-4/+4
2011-07-12hpet: use specific endian ld/st_physAlexander Graf1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-7/+7
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-1/+0
2011-02-12hpet: make optionalBlue Swirl1-2/+0
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-06-16Fix comparison which always returned falseStefan Weil1-2/+4
2010-06-14pass info about hpets to seabios.]Gleb Natapov1-0/+16
2010-06-14hpet: Init capability register only onceJan Kiszka1-4/+5
2010-06-13hpet: Add MSI supportJan Kiszka1-4/+34
2010-06-13hpet: Make number of timers configurableJan Kiszka1-13/+40
2010-06-13hpet: Add support for level-triggered interruptsJan Kiszka1-10/+22
2010-06-13hpet: Drop static stateJan Kiszka1-21/+17
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka1-7/+21
2010-06-13hpet: Start/stop timer when HPET_TN_ENABLE is modifiedJan Kiszka1-0/+5
2010-06-13hpet: Convert to qdevJan Kiszka1-13/+30
2010-06-13hpet: Move static timer field initializationJan Kiszka1-2/+2
2010-06-13hpet: Silence warning on write to running main counterJan Kiszka1-2/+2
2010-06-13hpet: Coding style cleanups and some refactoringsJan Kiszka1-188/+225
2010-06-13hpet: Catch out-of-bounds timer accessJan Kiszka1-1/+5
2010-02-07Do not use dprintfmalc1-21/+21
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela1-2/+2
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-11vmstate: port hpet deviceJuan Quintela1-35/+38
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela1-6/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27HPET fixes for reg writesBeth Kon1-7/+7
2009-07-16Reset HPET config register on hpet_resetBeth Kon1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-17hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)aliguori1-1/+1
2009-01-16hpet config mask fixaurel321-2/+4
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-18Remove trailing spaces introduced by commit 6081aurel321-41/+41
2008-12-18Fix warnings introduced by commit 6081aurel321-3/+1
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+588