aboutsummaryrefslogtreecommitdiff
path: root/hw/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hpet config mask fixaurel322009-01-161-2/+4
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Remove trailing spaces introduced by commit 6081aurel322008-12-181-41/+41
* Fix warnings introduced by commit 6081aurel322008-12-181-3/+1
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-0/+588