summaryrefslogtreecommitdiff
path: root/hw/sparc64
AgeCommit message (Expand)AuthorFilesLines
2017-03-09sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée1-0/+3
2017-02-26Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into s...Peter Maydell1-10/+23
2017-02-26niagara: check if a serial port is availableArtyom Tarasenko1-3/+4
2017-02-26niagara: fail if a firmware file is missingArtyom Tarasenko1-7/+19
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+2
2017-01-18target-sparc: fix up niagara machineArtyom Tarasenko3-31/+178
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko3-344/+383
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+1
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth1-1/+1
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth1-27/+6
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-4/+0
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-22/+0
2016-02-03sparc64: disable floppy DMAHervé Poussineau1-1/+14
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-01-29sparc: Clean up includesPeter Maydell1-0/+1
2016-01-16target-sparc: Convert to VMStateDescriptionJuan Quintela1-24/+0
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster1-2/+4
2016-01-13isa: Trivially convert remaining PCI-ISA bridges to realize()Markus Armbruster1-4/+2
2016-01-07sun4u: split NPT and INT_DIS accesses between timer and compare registersMark Cave-Ayland1-9/+10
2016-01-07sun4u: split out NPT and INT_DIS into separate CPUTimer fieldsMark Cave-Ayland1-4/+13
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-6/+32
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-30/+28
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-1/+1
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo1-1/+1
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-1/+0
2015-03-10sun4u: switch m48t59 NVRAM to MMIO accessMark Cave-Ayland1-2/+8
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland1-1/+1
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau1-4/+6
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-10/+2
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster1-6/+1
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-5/+2
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau1-1/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-1/+1
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-08-17sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland1-2/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-18/+18
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-5/+5
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori1-37/+15