aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_migration.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-15refactor migration transition testWilliam Henderson1-2/+8
2023-09-15refactor bad pythonWilliam Henderson1-2/+2
2023-09-15refactor migration tests and small test fixesWilliam Henderson1-110/+91
2023-09-15respond to more of Thanos's commentsWilliam Henderson1-131/+181
2023-09-15fix: authors of test_migration.pyWilliam Henderson1-1/+2
2023-09-15test: add more tests for bad argszWilliam Henderson1-1/+51
2023-09-15fix: argsz semantics in testsWilliam Henderson1-10/+10
2023-09-15test: improve test coverageWilliam Henderson1-1/+146
2023-09-15refactor: move a number of tests from C to PythonWilliam Henderson1-49/+126
2023-09-15fix: fixes for changes from John's core reviewWilliam Henderson1-1/+1
2023-09-15test: add test for nonexistent stateWilliam Henderson1-0/+15
2023-09-15test: add tests for migration FSM pathsWilliam Henderson1-0/+244
2023-09-15test: add migration state sequence testWilliam Henderson1-33/+0
2023-09-15test: update existing testsWilliam Henderson1-136/+3
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-2/+2
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-5/+5
2022-02-18test/py: simplify errno handling (#645)John Levon1-2/+2
2021-12-09allow DMA funcs to be called in quiesced state (#635)Thanos Makatos1-1/+1
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-51/+73
2021-10-22run python code through flake8 (#613)John Levon1-1/+2
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos1-0/+143