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
/
samples
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
3
-358
/
+325
2023-09-15
Pass server->client command over a separate socket pair (#762)
Mattias Nissler
1
-1
/
+1
2023-08-02
fix: server sample not marking dirty pages (#748)
William Henderson
2
-66
/
+173
2023-07-31
fix: CRC calculation in client sample (#750)
William Henderson
1
-5
/
+1
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-11-22
shadow ioeventfd: add demo (#722)
Thanos Makatos
3
-0
/
+290
2022-11-16
check spelling (#720)
John Levon
1
-1
/
+1
2022-10-04
fix compilation for i386 and ppc64 (#709)
Thanos Makatos
2
-33
/
+59
2022-08-08
delete socket on vfu_ctx_destroy (#702)
Thanos Makatos
1
-0
/
+3
2022-05-27
re-work SGL API (#675)
John Levon
2
-8
/
+8
2022-05-23
libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)
Jag Raman
1
-5
/
+5
2022-05-13
samples/client.c: fix implicit casting of const char pointers (#682)
Jag Raman
1
-2
/
+2
2022-05-12
run scan-build in CI (#680)
John Levon
1
-11
/
+11
2022-05-09
build: delete CMake build rules
Daniel P. Berrangé
1
-48
/
+0
2022-05-09
build: introduce Meson build file rules
Daniel P. Berrangé
1
-0
/
+94
2022-05-09
drop usage of MD5_*() (#667)
John Levon
4
-52
/
+503
2022-04-21
support AFL++ fuzzing (#623)
John Levon
2
-2
/
+9
2021-12-22
fix coverity issues (#636)
John Levon
2
-0
/
+5
2021-11-30
introduce device quiesce callback (#609)
Thanos Makatos
2
-6
/
+2
2021-11-11
enable options in Valgrind that improve tracking uninit values (#617)
Thanos Makatos
1
-3
/
+3
2021-10-20
fix coverity warnings (#611)
John Levon
2
-15
/
+23
2021-08-27
Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)
Swapnil Ingle
1
-0
/
+13
2021-06-09
clear dirty pages bitmap after getting dirty pages but keep mapped segments d...
Thanos Makatos
1
-4
/
+4
2021-06-09
drop mappable flag from DMA map (#553)
Thanos Makatos
1
-1
/
+1
2021-06-02
replace max_msg_size with max_data_xfer_size (#541)
John Levon
1
-41
/
+69
2021-06-02
clean up migration register definitions (#550)
John Levon
1
-11
/
+11
2021-06-01
samples/client: free bitmap data (#547)
John Levon
1
-0
/
+2
2021-06-01
samples/client: check for reply cmd value (#546)
John Levon
1
-5
/
+2
2021-06-01
fixes for VFIO_USER_DIRTY_PAGES (#537)
John Levon
1
-47
/
+39
2021-05-28
restore argsz for DMA map/unmap (#523)
Thanos Makatos
1
-19
/
+18
2021-05-28
gpio: optionally disable migration (#536)
Thanos Makatos
1
-10
/
+16
2021-05-27
Fix struct pxcap (#534)
Swapnil Ingle
1
-1
/
+4
2021-05-26
don't support multiple DMA regions per map/unmap (#520)
Thanos Makatos
1
-17
/
+16
2021-05-24
fix region offset handling (#485)
John Levon
3
-43
/
+52
2021-05-21
gpio-pci-idio-16: default to keep running (#470)
John Levon
1
-7
/
+18
2021-05-20
migration: various dirty page tracking fixes (#457)
Thanos Makatos
1
-10
/
+16
2021-05-11
some specification updates (#465)
John Levon
1
-1
/
+1
2021-05-11
samples/server: correct double mmap() (#483)
John Levon
1
-5
/
+0
2021-05-04
stop using struct vfio_device_info (#456)
John Levon
1
-3
/
+3
2021-05-04
refactor message handling path (#376)
John Levon
1
-1
/
+1
2021-04-14
libvfio-user.c: use ERROR_INT() (#433)
John Levon
1
-6
/
+1
2021-04-14
hard-code migration region index (#441)
John Levon
1
-44
/
+28
2021-04-13
tran_sock: use ERROR_INT() (#431)
John Levon
3
-64
/
+40
2021-04-13
drop use of __u* types (#438)
John Levon
3
-19
/
+22
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
2
-2
/
+2
2021-04-07
clean up newlines in logs (#423)
John Levon
2
-10
/
+10
2021-04-06
call reset callback on losing client connection (#419)
John Levon
1
-1
/
+1
[next]