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
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
2020-11-30
Misc cleanup (#138)
swapnili
1
-1
/
+1
2020-11-30
Update API's to accept sparse mmap areas as array and its count (#134)
swapnili
1
-16
/
+8
2020-11-27
rename to libvfio-user (#128)
John Levon
1
-59
/
+60
2020-11-25
PCI regions idx enum renamed to start with LM_PCI (#125)
swapnili
1
-2
/
+2
2020-11-25
Split log setup from lm_create_ctx() to lm_setup_log() (#126)
swapnili
1
-1
/
+6
2020-11-24
Api refactoring (#115)
swapnili
1
-46
/
+59
2020-11-24
clean up headers
John Levon
1
-4
/
+4
2020-11-23
silence false positive Coverity warning
Thanos Makatos
1
-0
/
+1
2020-11-23
fix printf args
Thanos Makatos
1
-2
/
+2
2020-11-20
don't expose migration as region
Thanos Makatos
1
-17
/
+11
2020-11-20
drop pci_info from lm_ctx
Thanos Makatos
1
-0
/
+3
2020-11-19
enable assert() in release builds (#98)
John Levon
1
-3
/
+6
2020-11-19
refactor socket code into lib/tran_sock.[ch] (#97)
John Levon
1
-1
/
+2
2020-11-18
samples/server.c: add _GNU_SOURCE for aligned_alloc()
John Levon
1
-0
/
+1
2020-11-18
implement migration resuming on destination server
Thanos Makatos
1
-17
/
+109
2020-11-18
samples/server: use err/errx for simplicity
Thanos Makatos
1
-29
/
+17
2020-11-18
client/server sample: trigger IRQ based on alarm
Thanos Makatos
1
-6
/
+13
2020-11-18
small cleanups post-muser.ko removal
John Levon
1
-3
/
+2
2020-11-17
Fix compiler errors for non-dbg build
Swapnil Ingle
1
-9
/
+19
2020-11-13
samples/server: don't complain for failure when device reaches stopped migrat...
Thanos Makatos
1
-1
/
+1
2020-11-12
Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"
Swapnil Ingle
1
-13
/
+19
2020-11-05
experimental support for running the device state and copy iteration protocol
Thanos Makatos
1
-3
/
+73
2020-10-29
support for live migration region and dirty page logging
Thanos Makatos
1
-2
/
+21
2020-10-26
samples/server: don't print invalid errno when failing to realize device emul...
Thanos Makatos
1
-1
/
+2
2020-10-22
samples/server: don't include errnor when printing error via err(3)
Thanos Makatos
1
-2
/
+2
2020-10-22
samples/server: don't use err(3) if errno hasn't been set
Thanos Makatos
1
-2
/
+4
2020-10-07
client, server changes for VFIO_USER_DEVICE_RESET
Swapnil Ingle
1
-0
/
+6
2020-10-07
client, server changes for lm_irq_message()
Swapnil Ingle
1
-0
/
+5
2020-10-05
Add test for VFIO_USER_DMA_READ and VFIO_USER_DMA_WRITE
Swapnil Ingle
1
-5
/
+95
2020-10-01
add test for VFIO_USER_DEVICE_GET_REGION_INFO
Swapnil Ingle
1
-1
/
+25
2020-09-29
implement VFIO_USER_REGION_READ/VFIO_USER_REGION_WRITE
Thanos Makatos
1
-16
/
+37
2020-09-28
implement VFIO_USER_DEVICE_SET_IRQS
Thanos Makatos
1
-0
/
+160