index
:
rocket-tools/riscv-gnu-toolchain/qemu/subprojects/libvfio-user.git
master
master-migv2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-06
vfu_reset_ctx(): tear down DMA and IRQs (#418)
John Levon
1
-1
/
+1
2021-04-06
dma_controller_remove_regions: reset region array (#413)
John Levon
1
-0
/
+3
2021-03-31
rework DMA callbacks (#396)
John Levon
1
-137
/
+139
2021-03-25
re-work unit test mocking (#400)
John Levon
1
-19
/
+11
2021-03-24
_dma_addr_sg_split(): set errno when not found (#402)
John Levon
1
-1
/
+2
2021-03-23
add -Wmissing-declarations (#399)
John Levon
1
-4
/
+5
2021-03-04
don't munmap(2) unmapped DMA region (#384)
Thanos Makatos
1
-21
/
+22
2021-02-18
use sizeof() consistently (#351)
John Levon
1
-1
/
+1
2021-01-21
Misc fixes for DMA_MAP region prot (#233)
swapnili
1
-2
/
+8
2021-01-08
Fix error path (#229)
swapnili
1
-0
/
+1
2021-01-08
Use prot flags sent by client to map dma regions (#227)
swapnili
1
-4
/
+11
2020-12-17
add mappable bit in DMA segment (#215)
Thanos Makatos
1
-7
/
+1
2020-12-02
use log level defines from syslog
Thanos Makatos
1
-11
/
+11
2020-11-27
rename to libvfio-user (#128)
John Levon
1
-16
/
+17
2020-11-27
add unit tests for DMA regions without file descriptor
Thanos Makatos
1
-1
/
+14
2020-11-27
allow DMA regions without file descriptor
Thanos Makatos
1
-24
/
+22
2020-11-27
add assert
Thanos Makatos
1
-0
/
+2
2020-11-24
Api refactoring (#115)
swapnili
1
-2
/
+2
2020-11-23
fix printf args
Thanos Makatos
1
-5
/
+6
2020-11-23
don't pass -1 to fstat
Thanos Makatos
1
-0
/
+10
2020-11-23
don't omit argument from printf
Thanos Makatos
1
-1
/
+1
2020-11-11
Merge branch 'vfio-user'
Thanos Makatos
1
-38
/
+210
2020-10-29
support for live migration region and dirty page logging
Thanos Makatos
1
-1
/
+122
2020-10-05
dma: add api to validate dma region
Swapnil Ingle
1
-0
/
+17
2020-09-25
remove extraneous newline
Thanos Makatos
1
-1
/
+1
2020-08-12
dma: Cope with dma being NULL in destructor
Felipe Franciosi
1
-0
/
+4
2020-07-08
fix assertion
Thanos Makatos
1
-1
/
+1
2020-07-08
dma: notify device of DMA removal events
Thanos Makatos
1
-26
/
+50
2020-06-24
don't blindly trust region_hint
Thanos Makatos
1
-0
/
+4
2020-03-25
don't close invalid fds and log error if close fails
Thanos Makatos
1
-4
/
+9
2020-03-24
don't use fd for matching DMA region for unmap
Thanos Makatos
1
-3
/
+2
2020-03-09
ignore NULL arg in dma_controller_destroy
Thanos Makatos
1
-0
/
+3
2020-02-28
log error messages when failing to remove DMA
Thanos Makatos
1
-9
/
+17
2020-02-28
don't dup DMA region fd
Thanos Makatos
1
-7
/
+1
2019-11-21
lib/dma: remove DMA_MAP_FAST_IMPL
Swapnil Ingle
1
-5
/
+1
2019-11-07
enable -Wall, -Wextra, and -Werror and fix all warnings
Thanos Makatos
1
-1
/
+1
2019-11-04
Standardise function signatures
Felipe Franciosi
1
-14
/
+12
2019-11-02
Fix various format issues
Felipe Franciosi
1
-2
/
+2
2019-09-05
rename dma_scattergather_t to dma_sg_t to improve readability
Thanos Makatos
1
-1
/
+1
2019-09-05
replace nr_dma_regions with a define
Thanos Makatos
1
-1
/
+1
2019-09-05
Initial commit
Felipe Franciosi
1
-0
/
+331