]> git.proxmox.com Git - qemu.git/history - dma-helpers.c
dma-helpers: Add trace events
[qemu.git] / dma-helpers.c
2011-12-05 Kevin Wolfdma-helpers: Add trace events
2011-11-02 Blue SwirlMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'afaerber/cocoa-for-upstre...
2011-11-01 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-11-01 David GibsonUse dma_addr_t type for scatter/gather code
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Paolo Bonzinidma-helpers: rewrite completion/cancellation
2011-09-19 Paolo Bonzinidma-helpers: rename is_write to to_dev
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-06-15 Blue SwirlMerge branch 'cocoa-for-upstream' of git://repo.or...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.16' into staging
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-06-15 Christoph Hellwigmake dma_bdrv_io available to drivers
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-04-07 blueswir1Fix a few Sparse warnings
2009-03-28 aliguoriFix DMA API when handling an immediate error from block...
2009-03-20 aliguoriMove block dma helpers aiocb to store dma state (Avi...
2009-03-20 aliguoriImplement cancellation method for dma async I/O (Avi...
2009-02-05 aliguoriIntroduce block dma helpers (Avi Kivity)
2009-02-05 aliguoriAdd a scatter-gather list type and accessors (Avi Kivity)