aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)Author
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-29unicore: Clean up includesPeter Maydell
2016-01-11hw/dma/xilinx_axidma: remove dead codeAndrew Jones
2015-12-17arm: soc-dma: use hwaddr instead of target_ulong in printfPaolo Bonzini
2015-11-06hw/dma/pxa2xx: Remove superfluous memsetThomas Huth
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11typofixes - v4Veres Lajos
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
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
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-03-19omap: Fix warnings from SparseStefan Weil
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-09-16hw/dma/i8257: Silence phony error messagePhilipp Hahn
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw/dma/xilinx_axidma: Remove unused stream_halted() functionPeter Maydell
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
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
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster