summary refs log tree commit diff stats
path: root/hw/sparc/sun4m.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+19
* tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland2017-04-211-1/+0
* cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2017-04-211-1/+0
* 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/+0
* 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/+6
* intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau2016-10-041-14/+1
* 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/+0
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2
* dma: remove now useless DMA_* functionsHervé Poussineau2016-02-031-22/+0
* 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/+2
* sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller2015-03-251-3/+2
* fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-1/+0
* m48t59: introduce new base-year qdev propertyMark Cave-Ayland2015-03-101-1/+1
* m48t59: let init functions return a Nvram objectHervé Poussineau2015-03-101-3/+5
* hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-2/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-221-1/+1
* bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-2/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* tcx: Implement hardware accelerationMark Cave-Ayland2014-09-231-19/+37
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-4/+6
* tcx: move initialisation from realizefn to initfnMark Cave-Ayland2014-06-051-5/+5
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-34/+34
* sun4m: Add Sun CG3 framebuffer initialisation functionMark Cave-Ayland2014-02-271-3/+59
* exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias2014-02-111-1/+2
* sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland2013-11-211-7/+10
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-11/+11
* sun4: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster2013-08-211-88/+25
* sun4m: QOM cast cleanup for RamDeviceAndreas Färber2013-07-291-6/+9
* sun4m: QOM cast cleanup for PROMStateAndreas Färber2013-07-291-4/+8
* sun4m: QOM cast cleanup for AFXStateAndreas Färber2013-07-291-4/+8
* sun4m: QOM cast cleanup for IDRegStateAndreas Färber2013-07-291-4/+11
* sun4m: add display width and height to the firmware configurationMark Cave-Ayland2013-07-261-0/+4