summaryrefslogtreecommitdiff
path: root/hw/sparc64
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-5/+5
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-10/+10
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-2/+2
2013-08-21sun4: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster1-37/+15
2013-07-29sun4u: QOM cast cleanup for RamDeviceAndreas Färber1-7/+10
2013-07-29sun4u: QOM cast cleanup for PROMStateAndreas Färber1-4/+8
2013-07-25ebus: do not use isa_mmioPaolo Bonzini1-2/+4
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2