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
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
remove vfu_irq_message() (#389)
John Levon
1
-44
/
+15
2021-02-18
use sizeof() consistently (#351)
John Levon
1
-36
/
+36
2021-02-10
expose migration region (#305)
Thanos Makatos
1
-15
/
+12
2021-02-09
samples/client: fix confusion over region_info argsz (#318)
John Levon
1
-2
/
+2
2021-02-05
use tran_sock_*() namespace (#308)
John Levon
1
-53
/
+55
2021-02-04
client/server: print number of FDs per region (#302)
Thanos Makatos
1
-2
/
+4
2021-02-04
client/server: move mapping sparse areas to separate function (#301)
Thanos Makatos
1
-14
/
+36
2021-01-28
client/server: don't sleep before migrating (#281)
Thanos Makatos
1
-8
/
+0
2021-01-28
client/server: arm timer for a little longer (#283)
Thanos Makatos
1
-3
/
+3
2021-01-28
client/server: don't leak memory in client (#285)
Thanos Makatos
1
-0
/
+6
2021-01-28
client/server: make number of migration iterations deterministic (#277)
Thanos Makatos
1
-10
/
+3
2021-01-28
client/server: don't sleep for fake guest thread (#275)
Thanos Makatos
1
-3
/
+0
2021-01-28
simplify client/server pre-copy phase by always copying entire BAR1 (#273)
Thanos Makatos
1
-22
/
+10
2021-01-27
implement fake guest thread in client/server live migration sample (#264)
Thanos Makatos
1
-20
/
+113
2021-01-25
add pre-copy phase in live migration example (#247)
Thanos Makatos
1
-59
/
+144
2021-01-25
don't assume specific message ID when negotiating (#248)
Thanos Makatos
1
-5
/
+2
2021-01-25
use unique message IDs in client sample (#255)
Thanos Makatos
1
-10
/
+11
2021-01-25
don't use uninitialized memory (#244)
Thanos Makatos
1
-4
/
+7
2021-01-04
re-work PCI config setup API (#198)
John Levon
1
-5
/
+6
2021-01-04
pass vfu_ctx_t to callbacks (#222)
John Levon
1
-1
/
+1
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
1
-17
/
+38
2020-12-14
return region capabilities a la VFIO (#187)
Thanos Makatos
1
-44
/
+59
2020-12-02
use log level defines from syslog
Thanos Makatos
1
-1
/
+1
2020-11-27
rename to libvfio-user (#128)
John Levon
1
-78
/
+79
2020-11-25
PCI regions idx enum renamed to start with LM_PCI (#125)
swapnili
1
-4
/
+4
2020-11-24
Api refactoring (#115)
swapnili
1
-5
/
+5
2020-11-24
clean up headers
John Levon
1
-3
/
+3
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
1
-19
/
+24
2020-11-20
don't expose migration as region
Thanos Makatos
1
-30
/
+40
2020-11-20
drop pci_info from lm_ctx
Thanos Makatos
1
-0
/
+12
2020-11-20
don't assume debug build for running server sample
Thanos Makatos
1
-5
/
+12
2020-11-19
refactor socket code into lib/tran_sock.[ch] (#97)
John Levon
1
-2
/
+21
2020-11-18
implement new negotiation implementation
John Levon
1
-24
/
+94
2020-11-18
implement migration resuming on destination server
Thanos Makatos
1
-61
/
+219
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
client/server sample: trigger IRQ based on alarm
Thanos Makatos
1
-68
/
+67
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-17
Fix compiler errors for non-dbg build
Swapnil Ingle
1
-2
/
+3
2020-11-16
validate argsz
Thanos Makatos
1
-0
/
+3
2020-11-16
eliminate duplicate recv(2) code
Thanos Makatos
1
-0
/
+6
2020-11-12
Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"
Swapnil Ingle
1
-20
/
+20
2020-11-05
experimental support for running the device state and copy iteration protocol
Thanos Makatos
1
-30
/
+198
2020-10-29
support for live migration region and dirty page logging
Thanos Makatos
1
-59
/
+193
2020-10-22
samples/client: move VFIO_USER_REGION_READ/VFIO_USER_REGION_WRITE earlier
Thanos Makatos
1
-12
/
+12
2020-10-22
samples/client: also receive region_access response for region write
Thanos Makatos
1
-3
/
+9
[next]