summaryrefslogtreecommitdiffstats
path: root/hw/slavio_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* sparc32: convert debug printf statements to tracepointsBlue Swirl2010-10-311-32/+17
* fix last cpu timer initializationArtyom Tarasenko2010-08-021-2/+2
* sparc32: improve timer implementationBlue Swirl2010-04-031-3/+6
* Sparc32: fix free-run timerBlue Swirl2010-01-241-1/+2
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* sparc32: convert slavio_timer to reset + vmsdBlue Swirl2009-10-241-5/+6
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Sparc32: port timers to VMState designBlue Swirl2009-08-311-37/+25
* Sparc32: timer field is never NULLBlue Swirl2009-08-311-30/+12
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/prop: convert slavio_timer.c to helper macros.Gerd Hoffmann2009-08-101-6/+2
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-081-23/+0
* Sparc32: Refactor slavio timerBlue Swirl2009-08-081-181/+209
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-4/+4
* qdev: rework device properties.Gerd Hoffmann2009-07-161-11/+20
* Sparc32: convert slavio timers to qdevBlue Swirl2009-07-151-24/+64
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-171-1/+0
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Remove address maskingblueswir12008-12-021-3/+2
* Wrap long linesblueswir12008-05-121-3/+6
* Fix compiler warningsblueswir12008-05-101-5/+5
* Remove unneeded qemu_irq_lower (Robert Reif)blueswir12008-03-041-2/+0
* Fix user timer mode change (Robert Reif)blueswir12008-01-261-20/+33
* User timer limit fixes (Robert Reif)blueswir12008-01-251-11/+26
* Register only valid register access widthsblueswir12008-01-011-4/+4
* Fix CPU timer interruptsblueswir12007-12-291-0/+2
* Remove unused timersblueswir12007-12-271-27/+40
* All registers are set to 0 on reset (Robert Reif)blueswir12007-12-191-5/+3
* Fix count calculation when counter limit set to 0 (Robert Reif)blueswir12007-12-191-2/+7
* Fix setting counter limit to 0 (Robert Reif)blueswir12007-12-171-7/+8
* Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir12007-12-171-3/+6
* Name the magic constants, wrap long linesblueswir12007-12-011-38/+62
* Break up vl.h.pbrook2007-11-171-1/+3
* fixed invalid constantbellard2007-11-111-1/+1
* More user timer fixes (Robert Reif)blueswir12007-10-071-68/+86
* More detabificationblueswir12007-10-061-34/+34
* Implement user mode for timersblueswir12007-10-061-13/+72
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Use qemu_irq between interrupt controller and timersblueswir12007-05-271-14/+10
* Split DMA controller in twoblueswir12007-05-261-1/+2
* Change ptimer API to use 64-bit values, add save and load methodsblueswir12007-05-241-80/+59
* Use full 36-bit physical address space on SS10blueswir12007-05-191-2/+2
OpenPOWER on IntegriCloud