aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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