aboutsummaryrefslogtreecommitdiffstats
path: root/hw/slavio_timer.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03sparc32: improve timer implementationBlue Swirl1-3/+6
2010-01-24Sparc32: fix free-run timerBlue Swirl1-1/+2
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-24sparc32: convert slavio_timer to reset + vmsdBlue Swirl1-5/+6
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-08-31Sparc32: port timers to VMState designBlue Swirl1-37/+25
2009-08-31Sparc32: timer field is never NULLBlue Swirl1-30/+12
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-10qdev/prop: convert slavio_timer.c to helper macros.Gerd Hoffmann1-6/+2
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-23/+0
2009-08-08Sparc32: Refactor slavio timerBlue Swirl1-181/+209
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-4/+4
2009-07-16qdev: rework device properties.Gerd Hoffmann1-11/+20
2009-07-15Sparc32: convert slavio timers to qdevBlue Swirl1-24/+64
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl1-1/+0
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-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-02Remove address maskingblueswir11-3/+2
2008-05-12Wrap long linesblueswir11-3/+6
2008-05-10Fix compiler warningsblueswir11-5/+5
2008-03-04 Remove unneeded qemu_irq_lower (Robert Reif)blueswir11-2/+0
2008-01-26 Fix user timer mode change (Robert Reif)blueswir11-20/+33
2008-01-25 User timer limit fixes (Robert Reif)blueswir11-11/+26
2008-01-01 Register only valid register access widthsblueswir11-4/+4
2007-12-29 Fix CPU timer interruptsblueswir11-0/+2
2007-12-27 Remove unused timersblueswir11-27/+40
2007-12-19 All registers are set to 0 on reset (Robert Reif)blueswir11-5/+3
2007-12-19 Fix count calculation when counter limit set to 0 (Robert Reif)blueswir11-2/+7
2007-12-17 Fix setting counter limit to 0 (Robert Reif)blueswir11-7/+8
2007-12-17 Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir11-3/+6
2007-12-01 Name the magic constants, wrap long linesblueswir11-38/+62
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-11fixed invalid constantbellard1-1/+1
2007-10-07 More user timer fixes (Robert Reif)blueswir11-68/+86
2007-10-06 More detabificationblueswir11-34/+34
2007-10-06 Implement user mode for timersblueswir11-13/+72
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-05-27Use qemu_irq between interrupt controller and timersblueswir11-14/+10
2007-05-26Split DMA controller in twoblueswir11-1/+2
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir11-80/+59
2007-05-19Use full 36-bit physical address space on SS10blueswir11-2/+2
2007-05-17Fix Qemu division by zero triggered by NetBSDblueswir11-6/+4
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir11-1/+1
2007-04-07Unify IRQ handling.pbrook1-3/+0