aboutsummaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
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 Raman2-0/+36
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos2-0/+30
2021-06-10python tests: add msg() utility function (#562)John Levon9-271/+98
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos2-20/+94
2021-06-09test_device_set_irqs: fix bool test (#561)John Levon1-0/+2
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos2-4/+1
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon2-5/+19
2021-06-01limit max DMA region size (#545)John Levon2-0/+105
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon4-45/+474
2021-05-28don't return non-zero caps for zero-sized regions (#543)Thanos Makatos1-0/+78
2021-05-27Fix struct pxcap (#534)Swapnil Ingle1-1/+1
2021-05-26python tests: add VFIO_USER_DEVICE_GET_IRQ_INFO (#500)John Levon2-0/+159
2021-05-26improve request header handlingJohn Levon3-1/+131
2021-05-25cleanup some python tests (#482)John Levon4-128/+183
2021-05-25more spec updates (#491)John Levon2-8/+8
2021-05-25python tests: add vfu_irq_trigger() (#475)John Levon2-0/+92
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle2-3/+41
2021-05-25python tests: add vfu_setup_region() tests (#474)John Levon2-4/+130
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon2-2/+359
2021-05-24fix region offset handling (#485)John Levon2-13/+10
2021-05-20python tests: add VFIO_USER_DEVICE_GET_REGION_INFO (#471)John Levon2-38/+318
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon2-0/+93
2021-05-15move PCI capability testing to Python (#453)John Levon5-24/+755
2021-05-11some specification updates (#465)John Levon1-5/+5
2021-05-10python tests: add vfu_create_ctx(), vfu_realize_ctx() (#448)John Levon3-4/+292
2021-05-10start python-based testing framework (#447)John Levon4-0/+360