index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dma-helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
1
-1
/
+5
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
1
-17
/
+7
2013-06-20
dma: eliminate old-style IOMMU support
Paolo Bonzini
1
-168
/
+10
2013-05-29
memory: add address_space_access_valid
Paolo Bonzini
1
-0
/
+5
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-4
/
+4
2012-10-22
dma: make dma access its own address space
Avi Kivity
1
-13
/
+12
2012-08-16
dma: Fix stupid typo/thinko
Benjamin Herrenschmidt
1
-2
/
+2
2012-08-10
ahci: Fix sglist memleak in ahci_dma_rw_buf()
Jason Baron
1
-0
/
+1
2012-06-27
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
1
-0
/
+2
2012-06-27
iommu: Introduce IOMMU emulation infrastructure
David Gibson
1
-1
/
+171
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
1
-12
/
+12
2012-06-27
iommu: Add universal DMA helper functions
David Gibson
1
-0
/
+16
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