aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-5/+5
2022-05-13samples/client.c: fix implicit casting of const char pointers (#682)Jag Raman1-2/+2
2022-05-12run scan-build in CI (#680)John Levon1-11/+11
2022-05-09drop usage of MD5_*() (#667)John Levon1-28/+16
2021-12-22fix coverity issues (#636)John Levon1-0/+2
2021-11-11enable options in Valgrind that improve tracking uninit values (#617)Thanos Makatos1-3/+3
2021-10-20fix coverity warnings (#611)John Levon1-9/+14
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle1-0/+13
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-1/+1
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-41/+69
2021-06-02clean up migration register definitions (#550)John Levon1-11/+11
2021-06-01samples/client: free bitmap data (#547)John Levon1-0/+2
2021-06-01samples/client: check for reply cmd value (#546)John Levon1-5/+2
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-47/+39
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-19/+18
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