index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dma-helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
Use DMADirection type for dma_bdrv_io
David Gibson
1
-8
/
+12
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
1
-1
/
+0
2012-02-22
dma-helpers: add accounting wrappers
Paolo Bonzini
1
-0
/
+6
2012-02-22
dma-helpers: add dma_buf_read and dma_buf_write
Paolo Bonzini
1
-0
/
+31
2011-12-15
dma: the passed io_func does not return NULL
Paolo Bonzini
1
-3
/
+1
2011-12-05
dma-helpers: Add trace events
Kevin Wolf
1
-0
/
+10
2011-11-01
Use dma_addr_t type for scatter/gather code
David Gibson
1
-3
/
+2
2011-09-20
dma-helpers: rewrite completion/cancellation
Paolo Bonzini
1
-13
/
+31
2011-09-19
dma-helpers: rename is_write to to_dev
Paolo Bonzini
1
-7
/
+7
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-3
/
+3
2011-06-15
make dma_bdrv_io available to drivers
Christoph Hellwig
1
-13
/
+10
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-4
/
+4
2009-10-01
Get rid of _t suffix
malc
1
-4
/
+4
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-17
/
+15
2009-04-07
Fix a few Sparse warnings
blueswir1
1
-1
/
+1
2009-03-28
Fix DMA API when handling an immediate error from block layer (Avi Kivity)
aliguori
1
-6
/
+21
2009-03-20
Move block dma helpers aiocb to store dma state (Avi Kivity)
aliguori
1
-17
/
+20
2009-03-20
Implement cancellation method for dma async I/O (Avi Kivity)
aliguori
1
-1
/
+14
2009-02-05
Introduce block dma helpers (Avi Kivity)
aliguori
1
-1
/
+118
2009-02-05
Add a scatter-gather list type and accessors (Avi Kivity)
aliguori
1
-0
/
+38