aboutsummaryrefslogtreecommitdiff
path: root/test/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 Henderson4-114/+111
2023-09-15respond to more of Thanos's commentsWilliam Henderson5-206/+309
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 Henderson2-16/+20
2023-09-15test: improve test coverageWilliam Henderson3-5/+176
2023-09-15test: add missing tests for different dirty page sizesWilliam Henderson2-6/+33
2023-09-15refactor: move a number of tests from C to PythonWilliam Henderson3-51/+195
2023-09-15fix: fixes for changes from John's core reviewWilliam Henderson3-53/+4
2023-09-15test: add test for nonexistent stateWilliam Henderson1-0/+15
2023-09-15test: add tests for migration FSM pathsWilliam Henderson3-0/+271
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-15fix: conflict with kernel definitions in testsWilliam Henderson1-6/+0
2023-09-15test: add tests for dirty page loggingWilliam Henderson3-3/+367
2023-09-15test: add migration state sequence testWilliam Henderson2-34/+0
2023-09-15test: update existing testsWilliam Henderson10-902/+37
2023-06-21Fix some python tests (#737)Axel PASCON3-6/+6
2023-06-08fix err/req irq fd issue (#731)limiao-intel1-0/+18
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos2-0/+97
2023-01-03fix FLR reset callback (#729)John Levon3-14/+37
2022-11-22vfu_pci_init: initialize PCI config space flags (#724)Thanos Makatos1-0/+73
2022-11-22fix shadow ioeventfd unit test (#726)Thanos Makatos2-3/+3
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos3-15/+17
2022-10-05don't duplicate FD in get region info (#715)Thanos Makatos1-13/+2
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos9-101/+151
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos1-0/+1
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos5-8/+121
2022-06-09test/py: fix the arguments for vfu_dev_irq_state_cb_t (#695)Jag Raman2-4/+7
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman2-0/+38
2022-05-30allow concurrent dirty bitmap get (#677)John Levon1-30/+74
2022-05-27re-work SGL API (#675)John Levon6-55/+55
2022-05-27remove maps list from DMA controller (#674)John Levon2-3/+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-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman3-13/+13
2022-05-09build: delete CMake build rulesDaniel P. Berrangé1-4/+1
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé1-0/+71
2022-05-09test: pass in location of libvfio-user.so libraryDaniel P. Berrangé1-0/+2
2022-04-28lib: export dma_sg_size symbol in library (#664)Daniel Berrangé2-0/+10
2022-04-21support AFL++ fuzzing (#623)John Levon2-1/+4
2022-02-18test/py: simplify errno handling (#645)John Levon15-109/+102
2022-02-14test/py: don't stop logging twice (#644)John Levon1-5/+0
2022-02-04ignore writes to RO MSI-X registers (#642)Thanos Makatos2-2/+74
2021-12-09allow DMA funcs to be called in quiesced state (#635)Thanos Makatos3-11/+168
2021-12-02test more region access validation code (#634)John Levon1-1/+25
2021-11-30introduce device quiesce callback (#609)Thanos Makatos19-275/+1046
2021-11-24verify region is mapped before acquiring dirty bitmap (#627)John Levon2-2/+61