aboutsummaryrefslogtreecommitdiff
path: root/hw/slavio_misc.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24slavio_misc: convert aux2 to memory APIBenoît Canet
2011-11-24slavio_misc: convert aux1 to memory APIBenoît Canet
2011-11-24slavio_misc: convert system control to memory APIBenoît Canet
2011-11-24slavio_misc: convert leds to memory APIBenoît Canet
2011-11-24slavio_misc: convert modem to memory APIBenoît Canet
2011-11-24slavio_misc: convert diagnostic to memory APIBenoît Canet
2011-11-24slavio_misc: convert configuration to memory APIBenoît Canet
2011-11-24slavio_misc: convert apc to memory APIBenoît Canet
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-24sparc32: convert slavio_misc to reset + vmsdBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-29Sparc32: port Slavio misc devices to VMState designBlue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-09Sparc32: use qemu_irq for system_powerdownBlue Swirl
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-13Sparc32: convert slavio_misc to qdevBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
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-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-21hw/slavio_misc.c remove address from debug trace (Robert Reif)blueswir1
2008-12-02Remove address masking after some rearrangingblueswir1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-02Halt the CPU using a qemu_irqblueswir1
2008-05-10Fix compiler warningsblueswir1
2008-03-21 Wire up TC signal from Aux1 to FDCblueswir1
2008-01-27Rearrange slavio_misc code to prepare for different addressesblueswir1
2008-01-01 Register only valid register access widthsblueswir1
2007-12-01 Fix SS-600MP led device typosblueswir1
2007-12-01 Improve power management device addressingblueswir1
2007-12-01 Name the magic constants, use correct value for AUX2_PWRFAILblueswir1
2007-11-17Break up vl.h.pbrook
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir1
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir1
2007-10-06 More detabificationblueswir1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-26Split DMA controller in twoblueswir1
2007-05-19Use full 36-bit physical address space on SS10blueswir1