aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/pl330.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-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-23dma/pl330: Convert to support tracingGuenter Roeck
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-26pl330: fix vmstate descriptionDamien Hedde
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29arm: Clean up includesPeter Maydell
2015-03-10pl330.c: remove superfluous '\n' around error_setgGonglei
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-02-26dma/pl330: implement dmaadnh instructionpull-target-arm-20140226Peter Crosthwaite
2014-02-26dma/pl330: Fix buffer depthPeter Crosthwaite
2014-02-26dma/pl330: Add event debugging printfsPeter Crosthwaite
2014-02-26dma/pl330: Rename parent_objPeter Crosthwaite
2014-02-26dma/pl330: printf format type sweep.Peter Crosthwaite
2014-02-26dma/pl330: Fix misleading typePeter Crosthwaite
2014-02-26dma/pl330: Delete overly verbose debug printfPeter Crosthwaite
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini