summaryrefslogtreecommitdiff
path: root/include/hw/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-01-09sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland1-1/+1
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland1-0/+50
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-14/+0
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland2-21/+51
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland1-0/+2
2017-10-31sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland1-1/+1
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-16/+0
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland1-0/+5
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland1-1/+1
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland1-0/+12
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland1-0/+3
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland1-0/+3
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland1-0/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland1-0/+37
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov1-2/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko1-0/+5
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau1-8/+0
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-9/+3
2015-02-24leon3: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster1-9/+3
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-2/+2
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin1-73/+0
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini4-0/+247