aboutsummaryrefslogtreecommitdiffstats
path: root/hw/slavio_timer.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-10/+19
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-0/+1
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-24slavio_timer: convert to memory APIBenoît Canet1-21/+20
2011-08-21slavio_timer: avoid structure holes spotted by paholeBlue Swirl1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl1-32/+17
2010-08-02fix last cpu timer initializationArtyom Tarasenko1-2/+2
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