index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dma.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-4
/
+4
*
dma: make dma access its own address space
Avi Kivity
2012-10-22
1
-9
/
+8
*
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-10-04
1
-1
/
+1
*
Avoid returning void
Blue Swirl
2012-07-28
1
-3
/
+3
*
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
2012-06-27
1
-2
/
+51
*
iommu: Introduce IOMMU emulation infrastructure
David Gibson
2012-06-27
1
-21
/
+87
*
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
2012-06-27
1
-1
/
+2
*
iommu: Add universal DMA helper functions
David Gibson
2012-06-27
1
-0
/
+95
*
Better support for dma_addr_t variables
David Gibson
2012-06-27
1
-0
/
+1
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-04-10
1
-6
/
+6
|
\
|
*
Use DMADirection type for dma_bdrv_io
David Gibson
2012-04-05
1
-6
/
+6
*
|
remove useless comments in dma
Wanpeng Li
2012-04-07
1
-1
/
+0
|
/
*
dma-helpers: add accounting wrappers
Paolo Bonzini
2012-02-22
1
-0
/
+3
*
dma-helpers: add dma_buf_read and dma_buf_write
Paolo Bonzini
2012-02-22
1
-0
/
+3
*
dma-helpers: make QEMUSGList target independent
Paolo Bonzini
2012-02-22
1
-7
/
+7
*
Use dma_addr_t type for scatter/gather code
David Gibson
2011-11-01
1
-5
/
+4
*
Define DMA address and direction types
David Gibson
2011-11-01
1
-0
/
+9
*
dma-helpers: allow including from target-independent code
Paolo Bonzini
2011-09-20
1
-2
/
+6
*
dma-helpers: rename is_write to to_dev
Paolo Bonzini
2011-09-19
1
-1
/
+1
*
move QEMUSGList typedef
Gerd Hoffmann
2011-08-04
1
-2
/
+2
*
make dma_bdrv_io available to drivers
Christoph Hellwig
2011-06-15
1
-0
/
+8
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-5
/
+5
*
Get rid of _t suffix
malc
2009-10-01
1
-5
/
+5
*
fully split aio_pool from BlockDriver
Christoph Hellwig
2009-05-27
1
-2
/
+0
*
Hardware convenience library
Paul Brook
2009-05-19
1
-1
/
+2
*
Implement cancellation method for dma async I/O (Avi Kivity)
aliguori
2009-03-20
1
-0
/
+1
*
Introduce block dma helpers (Avi Kivity)
aliguori
2009-02-05
1
-0
/
+8
*
Add a scatter-gather list type and accessors (Avi Kivity)
aliguori
2009-02-05
1
-0
/
+33