aboutsummaryrefslogtreecommitdiff
path: root/hw/slavio_timer.c
AgeCommit message (Expand)Author
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
2007-05-17Fix Qemu division by zero triggered by NetBSDblueswir1
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir1
2007-04-07Unify IRQ handling.pbrook
2007-04-01Change Sparc uses of pic_set_irq to pic_set_irq_newblueswir1
2007-03-20SlavIO Counter-Timers fix, by Aurelien Jarno.ths
2006-06-25C99 64 bit printfbellard
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard