aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64
AgeCommit message (Expand)Author
2019-02-14hw/sparc64: Explicitly set default_display = "std"Thomas Huth
2019-02-07Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell
2019-02-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2019-02-06sun4u: add power_mem_read routinePrasad J Pandit
2019-02-06hw/sparc64: Create VGA device only if it has really been requestedThomas Huth
2019-02-06hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-02-05hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-10-24hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'Philippe Mathieu-Daudé
2018-09-14sun4u: implement custom FWPathProviderMark Cave-Ayland
2018-08-20sun4u: ensure kernel_top is always initialisedMark Cave-Ayland
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-17hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realizeThomas Huth
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-25sun4u: implement power deviceMark Cave-Ayland
2018-01-25sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland
2018-01-24sun4u: rename apb variables and constantsMark Cave-Ayland
2018-01-24apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland
2018-01-09sun4u_iommu: add trace event for IOMMU translationsMark Cave-Ayland
2018-01-09sun4u_iommu: convert from IOMMU_DPRINTF to trace-eventsMark Cave-Ayland
2018-01-09sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland
2018-01-09apb: QOMify IOMMUMark Cave-Ayland
2018-01-09sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland
2018-01-09sparc64: introduce trace-events for hw/sparc64Mark Cave-Ayland
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland
2018-01-09sun4u: move initialisation of all ISABus devices into ebus_realize()Mark Cave-Ayland
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland
2018-01-09sun4u: move ISABus inside of EBusStateMark Cave-Ayland
2018-01-09sun4u: ebus QOMify tidy-upMark Cave-Ayland
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov
2017-10-19sun4u: fix assert when adding NICs which aren't the in-built modelMark Cave-Ayland
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-21sun4u: use sunhme as default on-board NICMark Cave-Ayland
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov