aboutsummaryrefslogtreecommitdiff
path: root/test/py/libvfio_user.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)jfgd1-0/+9
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-89/+138
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler1-5/+61
2023-08-31Introduce client object in python tests (#772)Mattias Nissler1-19/+32
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 Freudiger1-0/+7
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos1-0/+7
2023-01-03fix FLR reset callback (#729)John Levon1-0/+10
2022-11-22fix shadow ioeventfd unit test (#726)Thanos Makatos1-1/+1
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos1-8/+9
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-7/+22
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-3/+12
2022-06-09test/py: fix the arguments for vfu_dev_irq_state_cb_t (#695)Jag Raman1-4/+4
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman1-0/+19
2022-05-27re-work SGL API (#675)John Levon1-14/+15
2022-05-27remove maps list from DMA controller (#674)John Levon1-2/+0
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-4/+4
2022-05-09build: delete CMake build rulesDaniel P. Berrangé1-4/+1
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é1-0/+5
2022-04-21support AFL++ fuzzing (#623)John Levon1-0/+3
2022-02-18test/py: simplify errno handling (#645)John Levon1-27/+27
2022-02-04ignore writes to RO MSI-X registers (#642)Thanos Makatos1-0/+9
2021-12-09allow DMA funcs to be called in quiesced state (#635)Thanos Makatos1-9/+21
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-41/+249
2021-11-24is_valid_region_access(): account for wrap-around (#624)John Levon1-0/+2
2021-10-22run python code through flake8 (#613)John Levon1-50/+122
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos1-6/+22
2021-09-08initial ioeventfd support (#601)JAKelly101-1/+98
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle1-0/+2
2021-08-26Fix err path of handle_dma_unmap() (#597)Swapnil Ingle1-0/+9
2021-08-20pytests for vfu_dma_{map, unmap}_sg (#596)Swapnil Ingle1-2/+25
2021-07-14check vfu_run_ctx() in python tests (#582)John Levon1-6/+9
2021-07-13add VFU_REGION_FLAG_ALWAYS_CB to receive callback always (#583)Jag Raman1-0/+1
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos1-0/+3
2021-06-10python tests: add msg() utility function (#562)John Levon1-0/+13
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos1-2/+18
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-1/+0
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-2/+5
2021-06-01limit max DMA region size (#545)John Levon1-0/+4
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-41/+174
2021-05-26python tests: add VFIO_USER_DEVICE_GET_IRQ_INFO (#500)John Levon1-0/+10
2021-05-26improve request header handlingJohn Levon1-1/+1
2021-05-25cleanup some python tests (#482)John Levon1-22/+66
2021-05-25more spec updates (#491)John Levon1-7/+7
2021-05-25python tests: add vfu_irq_trigger() (#475)John Levon1-0/+6
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle1-0/+12
2021-05-25python tests: add vfu_setup_region() tests (#474)John Levon1-4/+12