summaryrefslogtreecommitdiffstats
path: root/hw/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka2012-02-171-18/+20
* i8254: Factor out interface headerJan Kiszka2012-02-171-0/+1
* hpet: Save/restore cached RTC IRQ levelJan Kiszka2012-02-171-0/+29
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+21
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hpet: convert to memory APIAvi Kivity2011-11-241-45/+17
* hpet: fix infinite loop in qemu_run_timers with -icount enabledMax Filippov2011-11-091-2/+2
* Remove blanks before \n in output stringsStefan Weil2011-09-161-4/+4
* hpet: use specific endian ld/st_physAlexander Graf2011-07-121-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-7/+7
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-211-1/+0
* hpet: make optionalBlue Swirl2011-02-121-2/+0
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* Fix comparison which always returned falseStefan Weil2010-06-161-2/+4
* pass info about hpets to seabios.]Gleb Natapov2010-06-141-0/+16
* hpet: Init capability register only onceJan Kiszka2010-06-141-4/+5
* hpet: Add MSI supportJan Kiszka2010-06-131-4/+34
* hpet: Make number of timers configurableJan Kiszka2010-06-131-13/+40
* hpet: Add support for level-triggered interruptsJan Kiszka2010-06-131-10/+22
* hpet: Drop static stateJan Kiszka2010-06-131-21/+17
* hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka2010-06-131-7/+21
* hpet: Start/stop timer when HPET_TN_ENABLE is modifiedJan Kiszka2010-06-131-0/+5
* hpet: Convert to qdevJan Kiszka2010-06-131-13/+30
* hpet: Move static timer field initializationJan Kiszka2010-06-131-2/+2
* hpet: Silence warning on write to running main counterJan Kiszka2010-06-131-2/+2
* hpet: Coding style cleanups and some refactoringsJan Kiszka2010-06-131-188/+225
* hpet: Catch out-of-bounds timer accessJan Kiszka2010-06-131-1/+5
* Do not use dprintfmalc2010-02-071-21/+21
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-051-2/+2
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* vmstate: port hpet deviceJuan Quintela2009-09-111-35/+38
* hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela2009-09-111-6/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* HPET fixes for reg writesBeth Kon2009-07-271-7/+7
* Reset HPET config register on hpet_resetBeth Kon2009-07-161-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)aliguori2009-04-171-1/+1
OpenPOWER on IntegriCloud