index
:
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
2022-10-04
fix compilation for i386 and ppc64 (#709)
Thanos Makatos
1
-10
/
+18
2022-05-30
allow concurrent dirty bitmap get (#677)
John Levon
1
-6
/
+28
2022-05-27
re-work SGL API (#675)
John Levon
1
-8
/
+4
2022-05-27
remove maps list from DMA controller (#674)
John Levon
1
-21
/
+0
2022-05-27
remove refcnt from region (#673)
John Levon
1
-2
/
+0
2022-04-28
lib: export dma_sg_size symbol in library (#664)
Daniel Berrangé
1
-1
/
+1
2022-03-07
check for allowed operations in quiesce state (#647)
Thanos Makatos
1
-0
/
+4
2022-02-24
additional logging around dirty pages (#650)
Thanos Makatos
1
-0
/
+24
2021-11-30
introduce device quiesce callback (#609)
Thanos Makatos
1
-15
/
+4
2021-11-24
verify region is mapped before acquiring dirty bitmap (#627)
John Levon
1
-0
/
+12
2021-06-10
dma: Fix returned sg array (#564)
Swapnil Ingle
1
-1
/
+1
2021-06-09
clear dirty pages bitmap after getting dirty pages but keep mapped segments d...
Thanos Makatos
1
-4
/
+43
2021-06-01
limit max DMA region size (#545)
John Levon
1
-2
/
+9
2021-06-01
fixes for VFIO_USER_DIRTY_PAGES (#537)
John Levon
1
-4
/
+4
2021-05-25
log dirty pages for new DMA regions as well (#518)
Thanos Makatos
1
-26
/
+48
2021-05-20
migration: various dirty page tracking fixes (#457)
Thanos Makatos
1
-1
/
+5
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
-7
/
+14
2021-04-13
dma: use ERROR_INT()
John Levon
1
-43
/
+35
2021-04-13
correct DMA region add/remove returns (#427)
John Levon
1
-13
/
+17
2021-04-07
clean up newlines in logs (#423)
John Levon
1
-10
/
+9
2021-04-07
mark vfu_log() with format attribute (#426)
John Levon
1
-5
/
+5
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
[next]