aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_device_get_region_io_fds.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Introduce client object in python tests (#772)Mattias Nissler1-17/+17
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos1-0/+90
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos1-3/+3
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-1/+0
2022-02-18test/py: simplify errno handling (#645)John Levon1-8/+8
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-10/+11
2021-10-22run python code through flake8 (#613)John Levon1-55/+69
2021-09-28disable VFIO_USER_DEVICE_GET_REGION_IO_FDS on invalid region (#607)John Levon1-1/+1
2021-09-28fix issue with get_region_io_fds when fd = -1 (#606)John Levon1-2/+21
2021-09-08initial ioeventfd support (#601)JAKelly101-0/+294