aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili3-7/+7
2020-11-25Split log setup from lm_create_ctx() to lm_setup_log() (#126)swapnili3-5/+18
2020-11-24fix compile with gcc 4.8.5John Levon1-4/+4
2020-11-24Api refactoring (#115)swapnili4-73/+89
2020-11-24clean up headersJohn Levon4-13/+13
2020-11-24refactor sock send/recv functions (#114)John Levon1-69/+85
2020-11-24parse VFIO_USER_VERSION JSON stanzaJohn Levon2-19/+25
2020-11-23silence false positive Coverity warningThanos Makatos1-0/+1
2020-11-23don't ignore return value from functionThanos Makatos1-2/+6
2020-11-23fix printf argsThanos Makatos1-2/+2
2020-11-20don't expose migration as regionThanos Makatos2-47/+51
2020-11-20drop pci_info from lm_ctxThanos Makatos2-0/+15
2020-11-20don't assume debug build for running server sampleThanos Makatos1-5/+12
2020-11-20move migration into separate fileThanos Makatos1-1/+1
2020-11-19enable assert() in release builds (#98)John Levon2-9/+18
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon5-6/+29
2020-11-18implement new negotiation implementationJohn Levon1-24/+94
2020-11-18samples/server.c: add _GNU_SOURCE for aligned_alloc()John Levon1-0/+1
2020-11-18implement migration resuming on destination serverThanos Makatos2-78/+328
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-18samples/server: use err/errx for simplicityThanos Makatos1-29/+17
2020-11-18client/server sample: trigger IRQ based on alarmThanos Makatos2-74/+80
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-18small cleanups post-muser.ko removalJohn Levon3-12/+8
2020-11-17remove test_dma_map.c,test_mmap.c and test_read.cSwapnil Ingle4-682/+0
2020-11-17Fix compiler errors for non-dbg buildSwapnil Ingle3-15/+23
2020-11-16validate argszThanos Makatos1-0/+3
2020-11-16eliminate duplicate recv(2) codeThanos Makatos1-0/+6
2020-11-13samples/server: don't complain for failure when device reaches stopped migrat...Thanos Makatos1-1/+1
2020-11-12Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"Swapnil Ingle6-49/+54
2020-11-11Merge branch 'vfio-user'Thanos Makatos5-6/+1471
2020-11-05experimental support for running the device state and copy iteration protocolThanos Makatos2-33/+271
2020-10-29support for live migration region and dirty page loggingThanos Makatos2-61/+214
2020-10-26samples/server: don't print invalid errno when failing to realize device emul...Thanos Makatos1-1/+2
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-22samples/server: don't include errnor when printing error via err(3)Thanos Makatos1-2/+2
2020-10-22samples/server: don't use err(3) if errno hasn't been setThanos Makatos1-2/+4
2020-10-07client, server changes for VFIO_USER_DEVICE_RESETSwapnil Ingle2-0/+21
2020-10-07client, server changes for lm_irq_message()Swapnil Ingle2-2/+31
2020-10-05Add test for VFIO_USER_DMA_READ and VFIO_USER_DMA_WRITESwapnil Ingle3-20/+236
2020-10-01add test for VFIO_USER_DEVICE_GET_REGION_INFOSwapnil Ingle1-1/+25
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 Makatos2-21/+103