aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
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 Makatos4-39/+249
2020-09-28Fix handling of VFIO_USER_DEVICE_GET_INFOSwapnil Ingle1-3/+5
2020-09-25implement VFIO_USER_DEVICE_GET_IRQ_INFOThanos Makatos1-17/+41
2020-09-25implement VFIO_USER_DMA_UNMAPThanos Makatos1-7/+26
2020-09-24implement VFIO_USER_DMA_MAPThanos Makatos2-41/+77
2020-09-23Initial implementation of VFIO_USER_DEVICE_GET_INFOSwapnil Ingle1-0/+47
2020-09-23start handling MAP_DMA, FDs not yet receivedThanos Makatos1-33/+34
2020-09-23refactor send/recv of message plus fixesThanos Makatos3-46/+80
2020-09-23drop newline from gpio logging functionThanos Makatos1-1/+1
2020-09-23refactor initializing socket and setting version into separate functionsThanos Makatos1-15/+37
2020-09-23add simple client application for testing vfio-userThanos Makatos2-0/+114
2020-08-12samples/test_dma_map: Style fixesFelipe Franciosi1-2/+2
2020-07-20update gpio's command lineThanos Makatos1-1/+1
2020-07-08null device: add muser prefix in log callbackThanos Makatos1-1/+1
2020-07-06pass log level to log functionThanos Makatos2-2/+2
2020-03-25trap SIGINT in gpio sampleThanos Makatos1-2/+26
2020-03-25introduce vfio-over-socket transportThanos Makatos1-3/+29
2020-02-28add sample to test #47Thanos Makatos2-0/+111
2020-02-25add test to repro issue #29Thanos Makatos2-0/+219