aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-02-25gpio sample: print error message when device UUID is missingThanos Makatos1-4/+10
2019-11-20print error if device emulation fails in GPIO sampleThanos Makatos1-1/+7
2019-11-02Add missing headersFelipe Franciosi1-0/+33
2019-11-02Fix various format issuesFelipe Franciosi1-1/+1
2019-10-03samples: make test_read slightly more verboseFelipe Franciosi1-1/+2
2019-09-20add license header to files related to Python bindingsThanos Makatos1-0/+29
2019-09-20experimental support for Python bindings plus sampleThanos Makatos1-0/+8
2019-09-05introduce gpio sampleThanos Makatos2-0/+40
2019-09-05sample/test_read: add test for sparse mmap capSwapnil Ingle1-13/+43
2019-09-05Initial commitFelipe Franciosi3-0/+464