summaryrefslogtreecommitdiffstats
path: root/hw/sparc/sun4m.c
Commit message (Expand)AuthorAgeFilesLines
* hw/sparc/sun4m: Fix problems with device introspectionThomas Huth2018-06-171-17/+50
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-121-4/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* hw/sparc/sun4m: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-081-0/+1
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-4/+30
* hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-9/+7Star
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0Star
* sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland2018-01-091-0/+1
* misc: drop old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2017-10-311-34/+32Star
* sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2017-10-311-24/+7Star
* sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2017-10-311-11/+8Star
* sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2017-10-311-2/+2
* sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland2017-10-311-13/+16
* sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2017-10-311-2/+1Star
* sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2017-10-311-1/+1
* sparc: sparc: use generic cpu_model parsingIgor Mammedov2017-10-271-17/+12Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-3/+3
* hw/sparc: QOM'ify sun4m.cxiaoqiang zhao2017-06-021-35/+19Star
* tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland2017-04-211-1/+0Star
* cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2017-04-211-1/+0Star
* sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée2017-03-091-0/+3
* hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster2017-02-211-5/+0Star
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-0/+1
* nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth2016-10-281-1/+1
* sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth2016-10-281-27/+6Star
* intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau2016-10-041-14/+1Star
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-4/+0Star
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2
* dma: remove now useless DMA_* functionsHervé Poussineau2016-02-031-22/+0Star
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-031-1/+1
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-18/+86
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-81/+85
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-3/+3
* i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-091-1/+1
* i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-091-1/+1
* fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo2015-06-101-1/+1
* hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2Star
* sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller2015-03-251-3/+2Star
* fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-1/+0Star
* m48t59: introduce new base-year qdev propertyMark Cave-Ayland2015-03-101-1/+1