aboutsummaryrefslogtreecommitdiff
path: root/hw/slavio_timer.c
AgeCommit message (Expand)Author
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl
2010-08-02fix last cpu timer initializationArtyom Tarasenko
2010-04-03sparc32: improve timer implementationBlue Swirl
2010-01-24Sparc32: fix free-run timerBlue Swirl
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-24sparc32: convert slavio_timer to reset + vmsdBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-31Sparc32: port timers to VMState designBlue Swirl
2009-08-31Sparc32: timer field is never NULLBlue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-10qdev/prop: convert slavio_timer.c to helper macros.Gerd Hoffmann
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl
2009-08-08Sparc32: Refactor slavio timerBlue Swirl
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-15Sparc32: convert slavio timers to qdevBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-02Remove address maskingblueswir1
2008-05-12Wrap long linesblueswir1
2008-05-10Fix compiler warningsblueswir1
2008-03-04 Remove unneeded qemu_irq_lower (Robert Reif)blueswir1
2008-01-26 Fix user timer mode change (Robert Reif)blueswir1
2008-01-25 User timer limit fixes (Robert Reif)blueswir1
2008-01-01 Register only valid register access widthsblueswir1
2007-12-29 Fix CPU timer interruptsblueswir1
2007-12-27 Remove unused timersblueswir1
2007-12-19 All registers are set to 0 on reset (Robert Reif)blueswir1
2007-12-19 Fix count calculation when counter limit set to 0 (Robert Reif)blueswir1
2007-12-17 Fix setting counter limit to 0 (Robert Reif)blueswir1
2007-12-17 Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir1
2007-12-01 Name the magic constants, wrap long linesblueswir1
2007-11-17Break up vl.h.pbrook
2007-11-11fixed invalid constantbellard
2007-10-07 More user timer fixes (Robert Reif)blueswir1
2007-10-06 More detabificationblueswir1
2007-10-06 Implement user mode for timersblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-27Use qemu_irq between interrupt controller and timersblueswir1
2007-05-26Split DMA controller in twoblueswir1
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir1
2007-05-19Use full 36-bit physical address space on SS10blueswir1