aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)Author
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth
2016-10-17Reducing stack frame size in stream_process_mem2s()Rutuja Shah
2016-09-29hw/dma: vmstateify rc4030Dr. David Alan Gilbert
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13i8257: Make device "i8257" unavailable with -deviceMarkus Armbruster
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev
2016-09-08portio: keep references on portioMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-04dma: Add Xilinx Zynq devcfg device modelAlistair Francis
2016-06-20trace: split out trace events for hw/dma/ directoryDaniel P. Berrange
2016-06-14introduce xlnx-dpdmaKONRAD Frederic
2016-06-14hw/dma: QOM'ify pxa2xx_dma.cxiaoqiang zhao
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