summaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
2015-11-06hw/dma/pxa2xx: Remove superfluous memsetThomas Huth1-2/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-19/+17
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini2-13/+5
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-6/+12
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+2
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-11dma/rc4030: convert to QOMHervé Poussineau1-26/+89
2015-06-11dma/rc4030: use trace events instead of custom loggingHervé Poussineau1-65/+16
2015-06-11dma/rc4030: document register at offset 0x210Hervé Poussineau1-8/+8
2015-06-11dma/rc4030: do not use old_mmio accessesHervé Poussineau1-96/+16
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau1-11/+4
2015-06-11dma/rc4030: create custom DMA address spaceHervé Poussineau1-37/+126
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2-5/+18
2015-03-19omap: Fix warnings from SparseStefan Weil1-3/+5
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-09-16hw/dma/i8257: Silence phony error messagePhilipp Hahn1-2/+2
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite1-4/+6
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2014-06-10hw/dma/xilinx_axidma: Remove unused stream_halted() functionPeter Maydell1-5/+0
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2-4/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2-4/+2
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell1-6/+6
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2-7/+0
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov1-3/+4
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster1-8/+8
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+4
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-4/+12
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
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini2-2/+2
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2-5/+7
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-9/+4
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite1-9/+4
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster1-0/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-2/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh3-9/+9
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-29sun4m_iommu: QOM cast cleanupAndreas Färber1-4/+8
2013-07-29sparc32_dma: QOM cast cleanupAndreas Färber1-9/+14
2013-07-29pxa2xx_dma: QOM cast cleanupAndreas Färber1-8/+12