aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sun4m.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-16qdev: rework device properties.Gerd Hoffmann1-13/+23
2009-07-16Sparc32: convert slavio interrupt controller to qdevBlue Swirl1-7/+14
2009-07-16Sparc32: refactor CPU initBlue Swirl1-45/+30
2009-07-16Sparc32: convert memory to qdevBlue Swirl1-36/+56
2009-07-16Sparc32: convert boot prom to qdevBlue Swirl1-87/+67
2009-07-16Sparc32: convert cs4231 to qdevBlue Swirl1-2/+4
2009-07-15Sparc32: convert sparc32_dma to qdevBlue Swirl1-9/+9
2009-07-13Sparc32: convert slavio_misc to qdevBlue Swirl1-9/+11
2009-07-13Sparc32: convert idreg to qdevBlue Swirl1-8/+42
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-5/+5
2009-05-30Use relative path for biosPaul Brook1-18/+39
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-5/+5
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Refactor how display drivers are selectedAnthony Liguori1-3/+3
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-12/+30
2009-05-14ESP SCSI qdev conversionPaul Brook1-35/+12
2009-05-14PCI network qdev conversionPaul Brook1-1/+19
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3