summaryrefslogtreecommitdiffstats
path: root/hw/slavio_timer.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-435/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+19
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-0/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* slavio_timer: convert to memory APIBenoît Canet2011-11-241-21/+20
* slavio_timer: avoid structure holes spotted by paholeBlue Swirl2011-08-211-3/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* 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
OpenPOWER on IntegriCloud