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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
dma: cleanup dma_{map,unmap}_sg (#591)
Swapnil Ingle
1
-20
/
+28
2021-08-17
fix dma_{map,unmap}_sg() array handling (#586)
John Levon
1
-6
/
+6
2021-06-09
clear dirty pages bitmap after getting dirty pages but keep mapped segments d...
Thanos Makatos
1
-14
/
+26
2021-06-01
limit max DMA region size (#545)
John Levon
1
-1
/
+2
2021-05-25
don't treat DMA segment as absolute when determining dirty page bit (#519)
Thanos Makatos
1
-28
/
+2
2021-05-14
dma: Use correct len type (#479)
Swapnil Ingle
1
-3
/
+4
2021-05-10
fix dma unregister callback during region removal (#464)
John Levon
1
-1
/
+3
2021-04-14
libvfio-user.c: use ERROR_INT() (#433)
John Levon
1
-1
/
+1
2021-04-13
dma: use ERROR_INT()
John Levon
1
-7
/
+6
2021-04-13
correct DMA region add/remove returns (#427)
John Levon
1
-3
/
+1
2021-04-07
clean up newlines in logs (#423)
John Levon
1
-2
/
+2
2021-04-07
mark vfu_log() with format attribute (#426)
John Levon
1
-3
/
+4
2021-04-06
vfu_reset_ctx(): tear down DMA and IRQs (#418)
John Levon
1
-0
/
+3
2021-03-31
rework DMA callbacks (#396)
John Levon
1
-76
/
+32
2021-03-25
re-work unit test mocking (#400)
John Levon
1
-9
/
+10
2021-03-23
add -Wmissing-declarations (#399)
John Levon
1
-11
/
+10
2021-02-18
use UNUSED consistently (#350)
John Levon
1
-3
/
+0
2021-01-21
Misc fixes for DMA_MAP region prot (#233)
swapnili
1
-4
/
+18
2021-01-08
Use prot flags sent by client to map dma regions (#227)
swapnili
1
-1
/
+4
2020-12-17
add mappable bit in DMA segment (#215)
Thanos Makatos
1
-7
/
+16
2020-12-17
fail to map segment if DMA region isn't backed by file descriptor
Thanos Makatos
1
-1
/
+4
2020-12-17
validate region is segment
Thanos Makatos
1
-0
/
+8
2020-12-02
use log level defines from syslog
Thanos Makatos
1
-2
/
+2
2020-11-27
rename to libvfio-user (#128)
John Levon
1
-10
/
+10
2020-11-24
Api refactoring (#115)
swapnili
1
-1
/
+2
2020-11-24
clean up headers
John Levon
1
-3
/
+3
2020-11-17
Fix compiler errors for non-dbg build
Swapnil Ingle
1
-1
/
+3
2020-10-29
support for live migration region and dirty page logging
Thanos Makatos
1
-6
/
+79
2020-10-05
dma: add api to validate dma region
Swapnil Ingle
1
-0
/
+4
2020-07-08
dma: notify device of DMA removal events
Thanos Makatos
1
-8
/
+35
2020-06-24
don't blindly trust region_hint
Thanos Makatos
1
-1
/
+2
2020-03-24
don't use fd for matching DMA region for unmap
Thanos Makatos
1
-1
/
+1
2020-02-28
log error messages when failing to remove DMA
Thanos Makatos
1
-3
/
+3
2019-11-21
lib/dma: remove DMA_MAP_FAST_IMPL
Swapnil Ingle
1
-46
/
+15
2019-11-07
enable -Wall, -Wextra, and -Werror and fix all warnings
Thanos Makatos
1
-8
/
+13
2019-11-04
Standardise function signatures
Felipe Franciosi
1
-22
/
+29
2019-09-05
Minor style fixes
Felipe Franciosi
1
-1
/
+1
2019-09-05
rename dma_scattergather_t to dma_sg_t to improve readability
Thanos Makatos
1
-7
/
+7
2019-09-05
Initial commit
Felipe Franciosi
1
-0
/
+241