aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/sun4m.c
AgeCommit message (Expand)Author
2016-01-29sparc: Clean up includesPeter Maydell
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo
2015-06-03hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-03-25sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-23tcx: Implement hardware accelerationMark Cave-Ayland
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-27sun4m: Add Sun CG3 framebuffer initialisation functionMark Cave-Ayland
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias
2013-11-21sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-21sun4: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster
2013-07-29sun4m: QOM cast cleanup for RamDeviceAndreas Färber
2013-07-29sun4m: QOM cast cleanup for PROMStateAndreas Färber
2013-07-29sun4m: QOM cast cleanup for AFXStateAndreas Färber
2013-07-29sun4m: QOM cast cleanup for IDRegStateAndreas Färber
2013-07-26sun4m: add display width and height to the firmware configurationMark Cave-Ayland
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin
2013-05-26Remove Sun4c, Sun4d and a few CPUsBlue Swirl
2013-04-20qdev: Drop taddr propertiesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-28hw/tcx: Remove unused 'addr' field and the property that sets itPeter Maydell
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini