aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/rc4030.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-17hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2019-12-16mips: jazz: Renovate coding styleFilip Bozuta
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-26dma/rc4030: Minor code style cleanupAleksandar Markovic
2019-06-26dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-03-20dma/rc4030: fix a mixed declarations and code warningYongbok Kim
2017-03-20dma/rc4030: translate memory accesses only when they occurHervé Poussineau
2017-03-20dma: rc4030: limit interval timer reload valuePrasad J Pandit
2016-09-29hw/dma: vmstateify rc4030Dr. David Alan Gilbert
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-01-29hw: Clean up includesPeter Maydell
2015-06-11dma/rc4030: convert to QOMHervé Poussineau
2015-06-11dma/rc4030: use trace events instead of custom loggingHervé Poussineau
2015-06-11dma/rc4030: document register at offset 0x210Hervé Poussineau
2015-06-11dma/rc4030: do not use old_mmio accessesHervé Poussineau
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau
2015-06-11dma/rc4030: create custom DMA address spaceHervé Poussineau
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini