aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)Author
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE
2016-03-07i8257: fix Terminal Count statusHervé Poussineau
2016-02-20etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau
2016-02-03i8257: implement the IsaDma interfaceHervé Poussineau
2016-02-03i8257: move state definition to new independent headerHervé Poussineau
2016-02-03i8257: QOM'ifyHervé Poussineau
2016-02-03i8257: add missing constHervé Poussineau
2016-02-03i8257: make the DMA running method per controllerHervé Poussineau
2016-02-03i8257: rename functions to start with i8257_ prefixHervé Poussineau
2016-02-03i8257: rename struct dma_regs to I8257RegsHervé Poussineau
2016-02-03i8257: rename struct dma_cont to I8257StateHervé Poussineau
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau
2016-02-03i82374: device only existed as ISA device, so simplify deviceHervé Poussineau
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