aboutsummaryrefslogtreecommitdiffstats
path: root/hw/slavio_misc.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-12/+15
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-10/+24
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-8/+8
2011-11-24slavio_misc: convert aux2 to memory APIBenoît Canet1-17/+15
2011-11-24slavio_misc: convert aux1 to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert system control to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert leds to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert modem to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert diagnostic to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert configuration to memory APIBenoît Canet1-16/+15
2011-11-24slavio_misc: convert apc to memory APIBenoît Canet1-16/+16
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-8/+16
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl1-31/+20
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-24sparc32: convert slavio_misc to reset + vmsdBlue Swirl1-6/+6
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-16/+16
2009-10-01Get rid of _t suffixmalc1-16/+16
2009-08-29Sparc32: port Slavio misc devices to VMState designBlue Swirl1-38/+19
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-16/+16
2009-08-09Sparc32: use qemu_irq for system_powerdownBlue Swirl1-1/+3
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-62/+0
2009-07-16qdev: rework device properties.Gerd Hoffmann1-6/+0
2009-07-13Sparc32: convert slavio_misc to qdevBlue Swirl1-53/+132
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-8/+8
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-3/+0
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-21hw/slavio_misc.c remove address from debug trace (Robert Reif)blueswir11-8/+4
2008-12-02Remove address masking after some rearrangingblueswir11-61/+92
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-3/+6
2008-11-02Halt the CPU using a qemu_irqblueswir11-4/+4
2008-05-10Fix compiler warningsblueswir11-3/+2
2008-03-21 Wire up TC signal from Aux1 to FDCblueswir11-1/+13
2008-01-27Rearrange slavio_misc code to prepare for different addressesblueswir11-71/+149
2008-01-01 Register only valid register access widthsblueswir11-16/+16
2007-12-01 Fix SS-600MP led device typosblueswir11-2/+2
2007-12-01 Improve power management device addressingblueswir11-6/+11
2007-12-01 Name the magic constants, use correct value for AUX2_PWRFAILblueswir11-32/+51
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir11-0/+58
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir11-20/+76
2007-10-06 More detabificationblueswir11-53/+53
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-26Split DMA controller in twoblueswir11-8/+14
2007-05-19Use full 36-bit physical address space on SS10blueswir11-2/+3