aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
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-11-11enable options in Valgrind that improve tracking uninit values (#617)Thanos Makatos1-1/+1
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
2021-09-28disable VFIO_USER_DEVICE_GET_REGION_IO_FDS on invalid region (#607)John Levon1-1/+1
2021-09-28fix issue with get_region_io_fds when fd = -1 (#606)John Levon1-2/+21
2021-09-08initial ioeventfd support (#601)JAKelly102-1/+392
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle2-1/+35
2021-08-26Fix err path of handle_dma_unmap() (#597)Swapnil Ingle2-0/+88
2021-08-20pytests for vfu_dma_{map, unmap}_sg (#596)Swapnil Ingle4-92/+145
2021-08-19dma: cleanup dma_{map,unmap}_sg (#591)Swapnil Ingle1-10/+50
2021-07-14check for valid vfu_setup_region() flags (#579)John Levon1-0/+11
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-30return process request count in vfu_run_ctx() (#574)John Levon1-13/+0
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos2-0/+30
2021-06-10dma: Fix returned sg array (#564)Swapnil Ingle1-11/+39
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 Makatos3-21/+95
2021-06-09test_device_set_irqs: fix bool test (#561)John Levon1-0/+2
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos3-7/+2
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon2-5/+19
2021-06-02clean up migration register definitions (#550)John Levon1-1/+2
2021-06-01limit max DMA region size (#545)John Levon2-0/+105
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon6-123/+474
2021-05-28don't return non-zero caps for zero-sized regions (#543)Thanos Makatos1-0/+78