aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_dirty_pages.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-229/+145
2023-08-31Introduce client object in python tests (#772)Mattias Nissler1-25/+25
2023-06-21Fix some python tests (#737)Axel PASCON1-1/+1
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-47/+63
2022-05-30allow concurrent dirty bitmap get (#677)John Levon1-30/+74
2022-05-27re-work SGL API (#675)John Levon1-20/+19
2022-05-27remove maps list from DMA controller (#674)John Levon1-1/+1
2022-05-27re-work SG dirty tracking (#672)John Levon1-29/+26
2022-05-27require quiesce for VFIO_USER_DIRTY_PAGES (#671)John Levon1-6/+87
2022-02-18test/py: simplify errno handling (#645)John Levon1-11/+11
2022-02-14test/py: don't stop logging twice (#644)John Levon1-5/+0
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-14/+23
2021-11-24verify region is mapped before acquiring dirty bitmap (#627)John Levon1-0/+19
2021-11-24check ->argsz for VFIO_USER_DIRTY_PAGES (#628)John Levon1-0/+12
2021-10-22run python code through flake8 (#613)John Levon1-3/+20
2021-06-10python tests: add msg() utility function (#562)John Levon1-75/+30
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos1-18/+76
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-3/+1
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-0/+298