summaryrefslogtreecommitdiffstats
path: root/hw/dma/rc4030.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-2/+2
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+3
* Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-2/+2
* mips: jazz: Renovate coding styleFilip Bozuta2019-12-161-5/+7
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* dma/rc4030: Minor code style cleanupAleksandar Markovic2019-06-261-7/+11
* dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic2019-06-261-1/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-6/+20
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-4/+4
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+1
* dma/rc4030: fix a mixed declarations and code warningYongbok Kim2017-03-201-1/+1
* dma/rc4030: translate memory accesses only when they occurHervé Poussineau2017-03-201-122/+36Star
* dma: rc4030: limit interval timer reload valuePrasad J Pandit2017-03-201-1/+1
* hw/dma: vmstateify rc4030Dr. David Alan Gilbert2016-09-291-54/+27Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* dma/rc4030: convert to QOMHervé Poussineau2015-06-111-26/+89
* dma/rc4030: use trace events instead of custom loggingHervé Poussineau2015-06-111-65/+16Star
* dma/rc4030: document register at offset 0x210Hervé Poussineau2015-06-111-8/+8
* dma/rc4030: do not use old_mmio accessesHervé Poussineau2015-06-111-96/+16Star
* dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau2015-06-111-11/+4Star
* dma/rc4030: create custom DMA address spaceHervé Poussineau2015-06-111-37/+126
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+825