summaryrefslogtreecommitdiffstats
path: root/hw/slavio_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-16/+16
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-12/+15
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+24
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-8/+8
* slavio_misc: convert aux2 to memory APIBenoît Canet2011-11-241-17/+15
* slavio_misc: convert aux1 to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert system control to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert leds to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert modem to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert diagnostic to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert configuration to memory APIBenoît Canet2011-11-241-16/+15
* slavio_misc: convert apc to memory APIBenoît Canet2011-11-241-16/+16
* slavio_misc: avoid structure holes spotted by paholeBlue Swirl2011-08-211-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-8/+16
* sparc32: convert debug printf statements to tracepointsBlue Swirl2010-10-311-31/+20
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* sparc32: convert slavio_misc to reset + vmsdBlue Swirl2009-10-241-6/+6
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-16/+16
* Get rid of _t suffixmalc2009-10-011-16/+16
* Sparc32: port Slavio misc devices to VMState designBlue Swirl2009-08-291-38/+19
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-16/+16
* Sparc32: use qemu_irq for system_powerdownBlue Swirl2009-08-091-1/+3
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-081-62/+0
* qdev: rework device properties.Gerd Hoffmann2009-07-161-6/+0
* Sparc32: convert slavio_misc to qdevBlue Swirl2009-07-131-53/+132
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-8/+8
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-3/+0
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* hw/slavio_misc.c remove address from debug trace (Robert Reif)blueswir12008-12-211-8/+4
* Remove address masking after some rearrangingblueswir12008-12-021-61/+92
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-3/+6
* Halt the CPU using a qemu_irqblueswir12008-11-021-4/+4
* Fix compiler warningsblueswir12008-05-101-3/+2
* Wire up TC signal from Aux1 to FDCblueswir12008-03-211-1/+13
* Rearrange slavio_misc code to prepare for different addressesblueswir12008-01-271-71/+149
* Register only valid register access widthsblueswir12008-01-011-16/+16
* Fix SS-600MP led device typosblueswir12007-12-011-2/+2
* Improve power management device addressingblueswir12007-12-011-6/+11
* Name the magic constants, use correct value for AUX2_PWRFAILblueswir12007-12-011-32/+51
* Break up vl.h.pbrook2007-11-171-1/+4
* Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir12007-11-111-0/+58
* Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir12007-11-041-20/+76
* More detabificationblueswir12007-10-061-53/+53
OpenPOWER on IntegriCloud