aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_dirty_pages.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-0/+298
- we should only accept one range, not multiple ones - clearly define and implement argsz behaviour - we need to check if migration is configured - add proper test coverage; move existing testing to python Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>