summaryrefslogtreecommitdiffstats
path: root/hw/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-121-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-2/+0Star
* hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-062-7/+7
* sun4u: implement power deviceMark Cave-Ayland2018-01-251-1/+63
* sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland2018-01-252-51/+52
* apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-241-1/+1
* sun4u: rename apb variables and constantsMark Cave-Ayland2018-01-241-20/+21
* apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2018-01-241-3/+3
* sun4u_iommu: add trace event for IOMMU translationsMark Cave-Ayland2018-01-092-0/+3
* sun4u_iommu: convert from IOMMU_DPRINTF to trace-eventsMark Cave-Ayland2018-01-092-14/+7Star
* sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland2018-01-091-17/+18
* sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2018-01-093-0/+352
* apb: QOMify IOMMUMark Cave-Ayland2018-01-091-1/+6
* sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland2018-01-092-10/+5Star
* sparc64: introduce trace-events for hw/sparc64Mark Cave-Ayland2018-01-091-0/+1
* ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland2018-01-091-24/+25
* apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland2018-01-091-1/+5
* apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland2018-01-091-1/+4
* apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-092-4/+10
* apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland2018-01-091-2/+4
* sun4u: move initialisation of all ISABus devices into ebus_realize()Mark Cave-Ayland2018-01-091-32/+46
* sun4u: remove pci_ebus_init() functionMark Cave-Ayland2018-01-091-15/+14Star
* sun4u: move ISABus inside of EBusStateMark Cave-Ayland2018-01-091-2/+5
* sun4u: ebus QOMify tidy-upMark Cave-Ayland2018-01-091-7/+12
* sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov2017-10-273-13/+7Star
* sun4u: fix assert when adding NICs which aren't the in-built modelMark Cave-Ayland2017-10-191-2/+2
* sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland2017-10-191-17/+43
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* sun4u: use sunhme as default on-board NICMark Cave-Ayland2017-09-211-4/+21
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* apb: fix up PCI bus nomenclatureMark Cave-Ayland2017-09-041-4/+4
* sun4u: expose fw_cfg and NVRAM on ebus PCI IO address spaceMark Cave-Ayland2017-09-041-5/+4Star
* sun4u: switch to using qdev to instantiate fw_cfg interfaceMark Cave-Ayland2017-09-041-1/+9
* sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBusMark Cave-Ayland2017-09-041-4/+4
* 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-2/+2
* hw/sparc: use ARRAY_SIZE() macroPhilippe Mathieu-Daudé2017-06-041-1/+1
* hw/sparc64: QOM'ify sun4u.cxiaoqiang zhao2017-06-021-11/+9Star
* sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée2017-03-091-0/+3
* Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into s...Peter Maydell2017-02-261-10/+23
|\
| * niagara: check if a serial port is availableArtyom Tarasenko2017-02-261-3/+4
| * niagara: fail if a firmware file is missingArtyom Tarasenko2017-02-261-7/+19
* | hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+2
|/
* target-sparc: fix up niagara machineArtyom Tarasenko2017-01-183-31/+178
* target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko2017-01-183-344/+383
* 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
* sun4uv: fix serial initialization regressionMarc-André Lureau2016-10-241-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1