aboutsummaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2024-05-30bump MAX_DMA_REGIONS (#800)HEADmasterJohn Levon1-1/+1
2024-03-29Support 64 bits and prefetchable BARs (#792)jfgd2-2/+27
2024-03-21correct IRQ range check (#791)John Levon1-0/+9
2024-01-24Fix DMA message size calculation (#788)Mattias Nissler1-1/+1
2023-10-02fix VFIO_USER_DEVICE_GET_REGION_IO_FDS allocation (#785)John Levon1-0/+28
2023-09-18test_negotiate: add migration testing (#781)John Levon1-8/+6
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson9-536/+815
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler3-5/+254
2023-08-31Introduce client object in python tests (#772)Mattias Nissler21-351/+365
2023-08-31Prepare python test helpers for receiving commands (#774)Mattias Nissler1-21/+56
2023-08-15Revise iovec_t.__eq__ and vfu_dma_info_t.__eq__ to fix flake8 E721Sandro-Alessio Gierens1-2/+2
2023-08-15Allow adding MSI capability via vfu_pci_add_capability (#758)Florian Freudiger2-0/+65
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
2021-11-24check ->argsz for VFIO_USER_DIRTY_PAGES (#628)John Levon1-0/+12
2021-11-24fix dma unmap validation (#626)John Levon1-2/+21
2021-11-24is_valid_region_access(): account for wrap-around (#624)John Levon2-0/+21
2021-11-12don't assert in dev_get_caps() (#621)John Levon1-0/+30
2021-11-11Fix reply of VFIO_USER_DEVICE_GET_REGION_INFO (#619)Swapnil Ingle1-2/+6
2021-10-22run python code through flake8 (#613)John Levon20-201/+446
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos2-6/+165