aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4m.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-28/+9
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-22/+28
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-23/+55
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-4/+8
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-4/+4
2011-10-17sun4m: convert to memory APIAvi Kivity1-17/+32
2011-10-16monitor: Restrict pic/irq_info to supporting targetsJan Kiszka1-2/+2
2011-08-21sun4m: avoid structure holes spotted by paholeBlue Swirl1-10/+10
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini1-2/+8
2010-12-18sparc32: ledma extra registersBob Breuer1-7/+9
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl1-13/+5
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl1-9/+14
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-08-03sparc32: use FW_CFG_CMDLINE_SIZEBlue Swirl1-0/+3
2010-07-20Sparc32: reserve addresses for unimplemented devices on SS-20Bob Breuer1-2/+51
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-4/+4
2010-05-29Pad iommu with an empty slot (necessary for SunOS 4.1.4)Artyom Tarasenko1-1/+13
2010-05-22Compile dma only onceBlue Swirl1-1/+5
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko1-0/+5
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-4/+15
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl1-3/+3
2010-01-13Sparc32: remove unused env/envs variables, spotted by clangBlue Swirl1-10/+5
2009-12-27sparc: make command line available also via firmware configuration deviceBlue Swirl1-0/+9
2009-12-13Sparc32: implement AFX for SS-5Artyom Tarasenko1-1/+41
2009-11-09scsi: move scsi.h -> esp.hGerd Hoffmann1-1/+1
2009-10-27pcnet: use qdev properties for configuration.Gerd Hoffmann1-1/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-6/+8
2009-10-07New qdev_init_nofail()Markus Armbruster1-14/+14
2009-10-05floppy: add drive properties.Gerd Hoffmann1-12/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-59/+59
2009-10-01Get rid of _t suffixmalc1-59/+59
2009-09-20Compile loader only onceBlue Swirl1-3/+14
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-3/+6
2009-08-25Sparc32: improve interrupt handlingBlue Swirl1-5/+2
2009-08-23Sparc32: fix monitor commands 'info pic' and 'info irq'Blue Swirl1-8/+7
2009-08-10qdev/prop: convert sun4m.c to helper macros.Gerd Hoffmann1-6/+2
2009-08-09Use qemu_irq for system_powerdownBlue Swirl1-8/+1
2009-08-09Sparc32: use qemu_irq for system_powerdownBlue Swirl1-18/+16
2009-08-08Sparc32: move sparc32_dma init to sun4m.cBlue Swirl1-19/+40
2009-08-08Sparc32: remove VRAM and NVRAM sizes from hwdefBlue Swirl1-36/+6
2009-08-08Sparc32: remove IRQ numbers from hwdefBlue Swirl1-135/+25
2009-08-08Sparc32: move intbit_to_level table back to slavio_intctl.cBlue Swirl1-41/+0
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-0/+217
2009-07-27kill drives_tableGerd Hoffmann1-8/+8
2009-07-21Sparc32: convert Sun4c interrupt controller to qdevBlue Swirl1-3/+8
2009-07-21Sparc32: convert SBI to qdevBlue Swirl1-3/+11
2009-07-21Sparc32/64: use 64 bit type for memory sizeBlue Swirl1-2/+2
2009-07-21Sparc32: Fix lanceBlue Swirl1-0/+1
2009-07-17Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-1/+1