aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-07client, server changes for VFIO_USER_DEVICE_RESETSwapnil Ingle1-0/+15
2020-10-07client, server changes for lm_irq_message()Swapnil Ingle1-2/+26
2020-10-05Add test for VFIO_USER_DMA_READ and VFIO_USER_DMA_WRITESwapnil Ingle1-14/+140
2020-09-30client: better output messagesSwapnil Ingle1-3/+3
2020-09-29client: reviewed get_device_region_info()Swapnil Ingle1-20/+13
2020-09-29Implementation of VFIO_USER_DEVICE_GET_REGION_INFOSwapnil Ingle1-2/+73
2020-09-29Keep client dev_info for further useSwapnil Ingle1-9/+8
2020-09-29implement VFIO_USER_REGION_READ/VFIO_USER_REGION_WRITEThanos Makatos1-5/+66
2020-09-29fix typoThanos Makatos1-1/+1
2020-09-29remove unnecessary pause from sample clientThanos Makatos1-2/+0
2020-09-29remove unused function map_dma from sample clientThanos Makatos1-6/+0
2020-09-29introduce convinience function send_recv_vfio_user_msgThanos Makatos1-53/+19
2020-09-28implement VFIO_USER_DEVICE_SET_IRQSThanos Makatos1-25/+87
2020-09-28Fix handling of VFIO_USER_DEVICE_GET_INFOSwapnil Ingle1-3/+5