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
2021-01-20
re-work API for adding capabilities (#200)
John Levon
1
-9
/
+19
2021-01-04
re-work PCI config setup API (#198)
John Levon
5
-29
/
+23
2021-01-04
pass vfu_ctx_t to callbacks (#222)
John Levon
4
-45
/
+44
2021-01-04
remove Python bindings (#223)
John Levon
1
-37
/
+0
2020-12-17
Fix passing of recv_data (#214)
swapnili
1
-1
/
+1
2020-12-16
fix clang build (#210)
John Levon
1
-12
/
+19
2020-12-15
send file descriptors for sparse areas in get region info (#201)
Thanos Makatos
3
-28
/
+48
2020-12-14
return region capabilities a la VFIO (#187)
Thanos Makatos
2
-48
/
+69
2020-12-14
don't leak memory in server sample
Thanos Makatos
1
-0
/
+1
2020-12-11
add support PCI vendor-specific capability
Thanos Makatos
1
-3
/
+6
2020-12-10
Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)
swapnili
3
-3
/
+3
2020-12-08
Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)
swapnili
3
-0
/
+30
2020-12-08
build a static libvfio-user (#173)
John Levon
1
-6
/
+6
2020-12-07
lspci: fix build with gcc 4 (#172)
John Levon
1
-4
/
+4
2020-12-07
add lspci sample
Thanos Makatos
2
-0
/
+81
2020-12-07
setup an IRQ for the gpio sample server (#169)
John Levon
1
-0
/
+5
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
2
-3
/
+3
2020-12-02
use log level defines from syslog
Thanos Makatos
4
-13
/
+13
2020-12-02
introduce PCI types
Thanos Makatos
3
-2
/
+11
2020-12-02
introduce device type
Thanos Makatos
3
-3
/
+6
2020-11-30
Misc cleanup (#138)
swapnili
3
-3
/
+3
2020-11-30
Update API's to accept sparse mmap areas as array and its count (#134)
swapnili
2
-17
/
+9
2020-11-27
rename to libvfio-user (#128)
John Levon
6
-177
/
+178
2020-11-25
PCI regions idx enum renamed to start with LM_PCI (#125)
swapnili
3
-7
/
+7
2020-11-25
Split log setup from lm_create_ctx() to lm_setup_log() (#126)
swapnili
3
-5
/
+18
2020-11-24
fix compile with gcc 4.8.5
John Levon
1
-4
/
+4
2020-11-24
Api refactoring (#115)
swapnili
4
-73
/
+89
2020-11-24
clean up headers
John Levon
4
-13
/
+13
2020-11-24
refactor sock send/recv functions (#114)
John Levon
1
-69
/
+85
2020-11-24
parse VFIO_USER_VERSION JSON stanza
John Levon
2
-19
/
+25
2020-11-23
silence false positive Coverity warning
Thanos Makatos
1
-0
/
+1
2020-11-23
don't ignore return value from function
Thanos Makatos
1
-2
/
+6
2020-11-23
fix printf args
Thanos Makatos
1
-2
/
+2
2020-11-20
don't expose migration as region
Thanos Makatos
2
-47
/
+51
2020-11-20
drop pci_info from lm_ctx
Thanos Makatos
2
-0
/
+15
2020-11-20
don't assume debug build for running server sample
Thanos Makatos
1
-5
/
+12
2020-11-20
move migration into separate file
Thanos Makatos
1
-1
/
+1
2020-11-19
enable assert() in release builds (#98)
John Levon
2
-9
/
+18
2020-11-19
refactor socket code into lib/tran_sock.[ch] (#97)
John Levon
5
-6
/
+29
2020-11-18
implement new negotiation implementation
John Levon
1
-24
/
+94
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
2
-78
/
+328
2020-11-18
samples/server: replace fprintf(stdout, ...) with printf for simplicity
Thanos Makatos
1
-7
/
+7
2020-11-18
samples/client: use err/errx for simplicity
Thanos Makatos
1
-205
/
+119
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
2
-74
/
+80
2020-11-18
remove commented out header
Thanos Makatos
1
-1
/
+0
2020-11-18
don't assert on error, instead respond with the relevant bit set
Thanos Makatos
1
-0
/
+8
2020-11-18
small cleanups post-muser.ko removal
John Levon
3
-12
/
+8
[next]