index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dma-helpers.c
Age
Commit message (
Expand
)
Author
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
dma: eliminate old-style IOMMU support
Paolo Bonzini
2013-05-29
memory: add address_space_access_valid
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-22
dma: make dma access its own address space
Avi Kivity
2012-08-16
dma: Fix stupid typo/thinko
Benjamin Herrenschmidt
2012-08-10
ahci: Fix sglist memleak in ahci_dma_rw_buf()
Jason Baron
2012-06-27
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
2012-06-27
iommu: Introduce IOMMU emulation infrastructure
David Gibson
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
2012-06-27
iommu: Add universal DMA helper functions
David Gibson
2012-04-05
Use DMADirection type for dma_bdrv_io
David Gibson
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
2012-02-22
dma-helpers: add accounting wrappers
Paolo Bonzini
2012-02-22
dma-helpers: add dma_buf_read and dma_buf_write
Paolo Bonzini
2011-12-15
dma: the passed io_func does not return NULL
Paolo Bonzini
2011-12-05
dma-helpers: Add trace events
Kevin Wolf
2011-11-01
Use dma_addr_t type for scatter/gather code
David Gibson
2011-09-20
dma-helpers: rewrite completion/cancellation
Paolo Bonzini
2011-09-19
dma-helpers: rename is_write to to_dev
Paolo Bonzini
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-06-15
make dma_bdrv_io available to drivers
Christoph Hellwig
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
2009-04-07
Fix a few Sparse warnings
blueswir1
2009-03-28
Fix DMA API when handling an immediate error from block layer (Avi Kivity)
aliguori
2009-03-20
Move block dma helpers aiocb to store dma state (Avi Kivity)
aliguori
2009-03-20
Implement cancellation method for dma async I/O (Avi Kivity)
aliguori
2009-02-05
Introduce block dma helpers (Avi Kivity)
aliguori
2009-02-05
Add a scatter-gather list type and accessors (Avi Kivity)
aliguori