aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-30Replace protocol header flags bit field with mask (#773)Mattias Nissler1-1/+1
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-08-15Add another lspci test output variant (#761)Sandro-Alessio Gierens2-1/+31
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-05-24test: don't leave global pointing to stack memory (#735)Jim Harris1-0/+1
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos2-0/+97
2023-01-03fix FLR reset callback (#729)John Levon3-14/+37
2023-01-01test: use `grep -E` instead of `egrep` (#728)Ville Skyttä1-1/+1
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-11-16check spelling (#720)John Levon1-0/+11
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 Makatos11-108/+158
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos1-0/+1
2022-07-21disable client-server test by default (#700)John Levon1-12/+14
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 Levon7-68/+68
2022-05-27remove maps list from DMA controller (#674)John Levon2-3/+1
2022-05-27remove refcnt from region (#673)John Levon1-1/+0
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 Raman4-15/+15
2022-05-17tests: add checks to confirm test environment (#688)Jag Raman2-3/+8
2022-05-12run scan-build in CI (#680)John Levon1-1/+1
2022-05-09build: delete CMake build rulesDaniel P. Berrangé2-67/+1
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé2-0/+170
2022-05-09test: pass in location of libvfio-user.so libraryDaniel P. Berrangé1-0/+2
2022-05-09test: optionally pass in 'client' and 'server' pathDaniel P. Berrangé1-2/+8
2022-05-09test: optionally pass in 'lspci' pathDaniel P. Berrangé1-1/+5
2022-04-28test library linkage (#665)John Levon2-0/+56
2022-04-28lib: export dma_sg_size symbol in library (#664)Daniel Berrangé2-0/+10
2022-04-21support AFL++ fuzzing (#623)John Levon3-1/+6
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos1-7/+7
2022-03-24use --exit-on-first-error=yes with valgrind (#655)John Levon1-1/+1
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 Makatos22-281/+1048
2021-11-24verify region is mapped before acquiring dirty bitmap (#627)John Levon3-47/+61