aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_dirty_pages.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-15refactor migration tests and small test fixesWilliam Henderson1-2/+2
2023-09-15respond to more of Thanos's commentsWilliam Henderson1-58/+65
2023-09-15fix: argsz semantics in testsWilliam Henderson1-6/+10
2023-09-15test: improve test coverageWilliam Henderson1-4/+25
2023-09-15test: add missing tests for different dirty page sizesWilliam Henderson1-6/+28
2023-09-15fix: fixes for changes from John's core reviewWilliam Henderson1-40/+0
2023-09-15fix: memory leak in dirty page tracking testsWilliam Henderson1-5/+9
2023-09-15test: add tests for logging specific pagesWilliam Henderson1-14/+84
2023-09-15test: add tests for dirty page loggingWilliam Henderson1-0/+324
2023-09-15test: update existing testsWilliam Henderson1-498/+0
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