aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18use sizeof() consistently (#351)John Levon1-36/+36
2021-02-10expose migration region (#305)Thanos Makatos1-15/+12
2021-02-09samples/client: fix confusion over region_info argsz (#318)John Levon1-2/+2
2021-02-05use tran_sock_*() namespace (#308)John Levon1-53/+55
2021-02-04client/server: print number of FDs per region (#302)Thanos Makatos1-2/+4
2021-02-04client/server: move mapping sparse areas to separate function (#301)Thanos Makatos1-14/+36
2021-01-28client/server: don't sleep before migrating (#281)Thanos Makatos1-8/+0
2021-01-28client/server: arm timer for a little longer (#283)Thanos Makatos1-3/+3
2021-01-28client/server: don't leak memory in client (#285)Thanos Makatos1-0/+6
2021-01-28client/server: make number of migration iterations deterministic (#277)Thanos Makatos1-10/+3
2021-01-28client/server: don't sleep for fake guest thread (#275)Thanos Makatos1-3/+0
2021-01-28simplify client/server pre-copy phase by always copying entire BAR1 (#273)Thanos Makatos1-22/+10
2021-01-27implement fake guest thread in client/server live migration sample (#264)Thanos Makatos1-20/+113
2021-01-25add pre-copy phase in live migration example (#247)Thanos Makatos1-59/+144
2021-01-25don't assume specific message ID when negotiating (#248)Thanos Makatos1-5/+2
2021-01-25use unique message IDs in client sample (#255)Thanos Makatos1-10/+11
2021-01-25don't use uninitialized memory (#244)Thanos Makatos1-4/+7
2021-01-04re-work PCI config setup API (#198)John Levon1-5/+6
2021-01-04pass vfu_ctx_t to callbacks (#222)John Levon1-1/+1
2020-12-17Fix passing of recv_data (#214)swapnili1-1/+1
2020-12-16fix clang build (#210)John Levon1-12/+19
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-17/+38
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos1-44/+59
2020-12-02use log level defines from syslogThanos Makatos1-1/+1
2020-11-27rename to libvfio-user (#128)John Levon1-78/+79
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili1-4/+4
2020-11-24Api refactoring (#115)swapnili1-5/+5
2020-11-24clean up headersJohn Levon1-3/+3
2020-11-24refactor sock send/recv functions (#114)John Levon1-69/+85
2020-11-24parse VFIO_USER_VERSION JSON stanzaJohn Levon1-19/+24
2020-11-20don't expose migration as regionThanos Makatos1-30/+40
2020-11-20drop pci_info from lm_ctxThanos Makatos1-0/+12
2020-11-20don't assume debug build for running server sampleThanos Makatos1-5/+12
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon1-2/+21
2020-11-18implement new negotiation implementationJohn Levon1-24/+94
2020-11-18implement migration resuming on destination serverThanos Makatos1-61/+219
2020-11-18samples/server: replace fprintf(stdout, ...) with printf for simplicityThanos Makatos1-7/+7
2020-11-18samples/client: use err/errx for simplicityThanos Makatos1-205/+119
2020-11-18client/server sample: trigger IRQ based on alarmThanos Makatos1-68/+67
2020-11-18remove commented out headerThanos Makatos1-1/+0
2020-11-18don't assert on error, instead respond with the relevant bit setThanos Makatos1-0/+8
2020-11-17Fix compiler errors for non-dbg buildSwapnil Ingle1-2/+3
2020-11-16validate argszThanos Makatos1-0/+3
2020-11-16eliminate duplicate recv(2) codeThanos Makatos1-0/+6
2020-11-12Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"Swapnil Ingle1-20/+20
2020-11-05experimental support for running the device state and copy iteration protocolThanos Makatos1-30/+198
2020-10-29support for live migration region and dirty page loggingThanos Makatos1-59/+193
2020-10-22samples/client: move VFIO_USER_REGION_READ/VFIO_USER_REGION_WRITE earlierThanos Makatos1-12/+12
2020-10-22samples/client: also receive region_access response for region writeThanos Makatos1-3/+9
2020-10-22include region header when replying to VFIO_USER_REGION_READ/VFIO_USER_REGION...Thanos Makatos1-1/+3