summaryrefslogtreecommitdiffstats
path: root/include/hw/sparc
Commit message (Expand)AuthorAgeFilesLines
* include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedefPeter Maydell2021-01-061-2/+0Star
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-2/+0Star
* sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland2020-10-281-1/+1
* sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland2020-10-281-1/+1
* sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland2020-10-281-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-12/+4Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-10/+12
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-11/+19
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+2
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* grlib, apbuart: get rid of the old-style create functionKONRAD Frederic2019-05-171-19/+1Star
* grlib, gptimer: get rid of the old-style create functionKONRAD Frederic2019-05-171-26/+1Star
* grlib, irqmp: get rid of the old-style create functionKONRAD Frederic2019-05-171-29/+2Star
* sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland2018-01-091-1/+1
* sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2018-01-091-0/+50
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-14/+0Star
* sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland2018-01-092-21/+51
* apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-091-0/+2
* sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland2017-10-311-1/+1
* sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland2017-10-311-16/+0Star
* sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2017-10-311-0/+5
* sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland2017-10-311-1/+1
* sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2017-10-311-0/+12
* sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2017-10-311-0/+3
* sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2017-10-311-0/+3
* sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2017-10-311-0/+16
* sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2017-10-311-0/+37
* sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov2017-10-271-2/+1Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko2017-01-181-0/+5
* intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau2016-10-041-8/+0Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-03-021-9/+3Star
|\
| * leon3: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster2015-02-241-9/+3Star
* | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-2/+2
|/
* firmware_abi: move to include/hw/nvram/Michael S. Tsirkin2013-06-021-73/+0Star
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+2
* hw: move headers to include/Paolo Bonzini2013-04-084-0/+247