]> git.proxmox.com Git - qemu.git/history - dma-helpers.c
update VERSION for 1.1.2
[qemu.git] / dma-helpers.c
2012-08-21 Jason Baronahci: Fix sglist memleak in ahci_dma_rw_buf()
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-05 David GibsonUse DMADirection type for dma_bdrv_io
2012-04-05 Paolo Bonziniaio: move BlockDriverAIOCB to qemu-aio.h
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-win32-pull...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio-scsi'...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-22 Paolo Bonzinidma-helpers: add accounting wrappers
2012-02-22 Paolo Bonzinidma-helpers: add dma_buf_read and dma_buf_write
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/exec...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/xen'...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15 Paolo Bonzinidma: the passed io_func does not return NULL
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
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)