aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/pl330.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+8
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian1-4/+22
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-2/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-23dma/pl330: Convert to support tracingGuenter Roeck1-40/+48
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-26pl330: fix vmstate descriptionDamien Hedde1-8/+9
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-4/+4
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-03-10pl330.c: remove superfluous '\n' around error_setgGonglei1-2/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-5/+0
2014-02-26dma/pl330: implement dmaadnh instructionPeter Crosthwaite1-3/+16
2014-02-26dma/pl330: Fix buffer depthPeter Crosthwaite1-1/+1
2014-02-26dma/pl330: Add event debugging printfsPeter Crosthwaite1-0/+2
2014-02-26dma/pl330: Rename parent_objPeter Crosthwaite1-1/+2
2014-02-26dma/pl330: printf format type sweep.Peter Crosthwaite1-12/+14
2014-02-26dma/pl330: Fix misleading typePeter Crosthwaite1-1/+1
2014-02-26dma/pl330: Delete overly verbose debug printfPeter Crosthwaite1-1/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-4/+4
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1653