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
/
samples
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
fix: minor memory bugs #784
William Henderson
1
-2
/
+2
2023-09-15
adapt to VFIO live migration v2 (#782)
William Henderson
1
-134
/
+73
2023-08-02
fix: server sample not marking dirty pages (#748)
William Henderson
1
-19
/
+80
2023-07-24
refactor: remove private includes from server.c (#752)
William Henderson
1
-2
/
+0
2023-07-03
Fix address calculation for message-based DMA (#740)
Mattias Nissler
1
-24
/
+38
2022-10-04
fix compilation for i386 and ppc64 (#709)
Thanos Makatos
1
-6
/
+9
2022-05-27
re-work SGL API (#675)
John Levon
1
-7
/
+7
2022-05-09
drop usage of MD5_*() (#667)
John Levon
1
-22
/
+11
2022-04-21
support AFL++ fuzzing (#623)
John Levon
1
-1
/
+6
2021-12-22
fix coverity issues (#636)
John Levon
1
-0
/
+3
2021-11-30
introduce device quiesce callback (#609)
Thanos Makatos
1
-4
/
+1
2021-10-20
fix coverity warnings (#611)
John Levon
1
-6
/
+9
2021-06-09
clear dirty pages bitmap after getting dirty pages but keep mapped segments d...
Thanos Makatos
1
-4
/
+4
2021-05-24
fix region offset handling (#485)
John Levon
1
-38
/
+45
2021-05-11
samples/server: correct double mmap() (#483)
John Levon
1
-5
/
+0
2021-04-13
drop use of __u* types (#438)
John Levon
1
-7
/
+9
2021-04-13
dma: use ERROR_INT()
John Levon
1
-7
/
+7
2021-04-08
Fix compiler error comparison is always true (#434)
Michael Piszczek
1
-1
/
+1
2021-04-07
clean up newlines in logs (#423)
John Levon
1
-7
/
+7
2021-04-06
call reset callback on losing client connection (#419)
John Levon
1
-1
/
+1
2021-04-06
samples client/server: log more consistently (#420)
John Levon
1
-6
/
+6
2021-03-31
rework DMA callbacks (#396)
John Levon
1
-23
/
+23
2021-03-23
globally define _GNU_SOURCE (#401)
John Levon
1
-1
/
+0
2021-03-23
add -Wmissing-declarations (#399)
John Levon
1
-7
/
+10
2021-03-09
remove vfu_irq_message() (#389)
John Levon
1
-8
/
+2
2021-02-18
use sizeof() consistently (#351)
John Levon
1
-4
/
+4
2021-02-10
don't expose -errno in public API (#327)
John Levon
1
-8
/
+11
2021-02-10
expose migration region (#305)
Thanos Makatos
1
-21
/
+63
2021-02-04
client/server: misc comments (#304)
Thanos Makatos
1
-1
/
+12
2021-01-28
client/server: disarm timer when device is stopped (#276)
Thanos Makatos
1
-0
/
+5
2021-01-28
simplify client/server pre-copy phase by always copying entire BAR1 (#273)
Thanos Makatos
1
-88
/
+43
2021-01-27
allow device to specify data_offset when resuming (#272)
Thanos Makatos
1
-10
/
+4
2021-01-27
implement fake guest thread in client/server live migration sample (#264)
Thanos Makatos
1
-0
/
+16
2021-01-26
store BAR1 in pre-copy and BAR0 in stop-and-copy (#256)
Thanos Makatos
1
-6
/
+17
2021-01-26
drop data_size and migr_data (#245)
Thanos Makatos
1
-20
/
+14
2021-01-26
minor comments and assertions (#258)
Thanos Makatos
1
-1
/
+3
2021-01-25
add pre-copy phase in live migration example (#247)
Thanos Makatos
1
-53
/
+104
2021-01-21
Misc fixes for DMA_MAP region prot (#233)
swapnili
1
-1
/
+3
2021-01-04
re-work PCI config setup API (#198)
John Levon
1
-6
/
+5
2021-01-04
pass vfu_ctx_t to callbacks (#222)
John Levon
1
-40
/
+39
2020-12-15
send file descriptors for sparse areas in get region info (#201)
Thanos Makatos
1
-10
/
+9
2020-12-14
return region capabilities a la VFIO (#187)
Thanos Makatos
1
-4
/
+10
2020-12-14
don't leak memory in server sample
Thanos Makatos
1
-0
/
+1
2020-12-10
Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)
swapnili
1
-1
/
+1
2020-12-08
Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)
swapnili
1
-0
/
+10
2020-12-02
replace struct vfu_mmap_area with struct iovec
Thanos Makatos
1
-3
/
+3
2020-12-02
rename VFU_REG_FLAG_* (#145)
John Levon
1
-2
/
+2
2020-12-02
use log level defines from syslog
Thanos Makatos
1
-8
/
+8
2020-12-02
introduce PCI types
Thanos Makatos
1
-1
/
+2
2020-12-02
introduce device type
Thanos Makatos
1
-1
/
+2
[next]