aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_device_set_irqs.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-21correct IRQ range check (#791)John Levon1-0/+9
2023-08-31Introduce client object in python tests (#772)Mattias Nissler1-33/+33
2023-06-08fix err/req irq fd issue (#731)limiao-intel1-0/+18
2022-06-09test/py: fix the arguments for vfu_dev_irq_state_cb_t (#695)Jag Raman1-0/+3
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman1-0/+19
2022-02-18test/py: simplify errno handling (#645)John Levon1-17/+17
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-20/+36
2021-10-22run python code through flake8 (#613)John Levon1-4/+27
2021-06-10python tests: add msg() utility function (#562)John Levon1-107/+28
2021-06-09test_device_set_irqs: fix bool test (#561)John Levon1-0/+2
2021-05-26improve request header handlingJohn Levon1-0/+6
2021-05-25cleanup some python tests (#482)John Levon1-76/+77
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon1-0/+345