summaryrefslogtreecommitdiffstats
path: root/hw/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-1/+1
|\
| * hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth2019-03-181-1/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
|/
* sparc64-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+13
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
* hw/sparc64: Explicitly set default_display = "std"Thomas Huth2019-02-141-0/+2
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-071-1/+15
|\
| * sun4u: add power_mem_read routinePrasad J Pandit2019-02-061-0/+6
| * hw/sparc64: Create VGA device only if it has really been requestedThomas Huth2019-02-061-1/+9
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-02-071-1/+0Star
|\ \
| * | hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| |/
* | hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong2019-02-051-3/+3
* | elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+2
|/
* hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'Philippe Mathieu-Daudé2018-10-241-2/+2
* sun4u: implement custom FWPathProviderMark Cave-Ayland2018-09-141-0/+58
* sun4u: ensure kernel_top is always initialisedMark Cave-Ayland2018-08-201-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-022-3/+4
|\
| * hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-3/+4
* | loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-2/+2
|/
* hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realizeThomas Huth2018-06-171-6/+12
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-261-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-262-3/+3
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-0/+1
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-121-4/+0Star
* 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