aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos1-17/+16
2021-05-24fix region offset handling (#485)John Levon1-3/+5
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-10/+16
2021-05-11some specification updates (#465)John Levon1-1/+1
2021-05-04stop using struct vfio_device_info (#456)John Levon1-3/+3
2021-05-04refactor message handling path (#376)John Levon1-1/+1
2021-04-14libvfio-user.c: use ERROR_INT() (#433)John Levon1-6/+1
2021-04-14hard-code migration region index (#441)John Levon1-44/+28
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon1-62/+40
2021-04-13drop use of __u* types (#438)John Levon1-5/+5
2021-04-07clean up newlines in logs (#423)John Levon1-3/+3
2021-04-06samples client/server: log more consistently (#420)John Levon1-19/+24
2021-03-23globally define _GNU_SOURCE (#401)John Levon1-1/+0
2021-03-09remove vfu_irq_message() (#389)John Levon1-44/+15
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