summaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-29puv3_dma: QOM cast cleanupAndreas Färber1-4/+8
2013-07-29pl080: QOM'ify pl080 and pl081Andreas Färber1-31/+20
2013-07-29pl080: Rename pl080_state to PL080StateAndreas Färber1-22/+22
2013-07-15hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell1-5/+6
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini7-7/+9
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini11-14/+14
2013-07-04i82374: replace register_ioport*Jan Kiszka1-5/+13
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-4/+4
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-8/+5
2013-06-10xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang1-1/+2
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-8/+5
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-2/+2
2013-04-29i82374: QOM'ifyAndreas Färber1-3/+7
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-19Remove unneeded type castsStefan Weil2-3/+3
2013-04-16stream: Remove app argument hackPeter Crosthwaite1-29/+70
2013-04-16xilinx_axienet/dma: Implement rx path flow controlPeter Crosthwaite1-8/+41
2013-04-16stream: Add flow control APIPeter Crosthwaite1-1/+2
2013-04-16xilinx_axidma: Fix rx/tx halted bit.Peter Crosthwaite1-2/+2
2013-04-16xilinx_axidma: Create Proxy object for streamPeter Crosthwaite1-5/+58
2013-04-16xilinx_axidma: converted init->realizePeter Crosthwaite1-13/+13
2013-04-16xilinx_axidma: Register reset properlyPeter Crosthwaite1-1/+11
2013-04-16xilinx_axidma: Defined and use type cast macroPeter Crosthwaite1-4/+9
2013-04-16xilinx_axidma: typedef XilinxAXIDMA structPeter Crosthwaite1-7/+9
2013-04-08hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini7-0/+4530
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini8-0/+4306
2013-04-08hw: make subdirectories for devicesPaolo Bonzini1-0/+0