aboutsummaryrefslogtreecommitdiff
path: root/test/unit-tests.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15respond to more of Thanos's commentsWilliam Henderson1-1/+1
2023-09-15refactor: move a number of tests from C to PythonWilliam Henderson1-335/+0
2023-09-15fix: fixes for changes from John's core reviewWilliam Henderson1-2/+1
2023-09-15test: add tests for migration FSM pathsWilliam Henderson1-18/+4
2023-09-15fix: conflict with kernel definitions in testsWilliam Henderson1-51/+51
2023-09-15test: fix memory leak in unit testsWilliam Henderson1-0/+6
2023-09-15test: add test for starting in RESUMING stateWilliam Henderson1-0/+15
2023-09-15test: add tests for `handle_mig_data_write`William Henderson1-2/+80
2023-09-15test: add tests for `handle_mig_data_read`William Henderson1-3/+107
2023-09-15test: add migration state sequence testWilliam Henderson1-1/+37
2023-09-15test: reintroduce migration unit tests for v2William Henderson1-3/+200
2023-09-15test: update existing testsWilliam Henderson1-282/+3
2023-05-24test: don't leave global pointing to stack memory (#735)Jim Harris1-0/+1
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-5/+5
2022-05-27re-work SGL API (#675)John Levon1-13/+13
2022-05-27remove refcnt from region (#673)John Levon1-1/+0
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-2/+2
2022-05-12run scan-build in CI (#680)John Levon1-1/+1
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos1-7/+7
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-3/+0
2021-11-24verify region is mapped before acquiring dirty bitmap (#627)John Levon1-45/+0
2021-08-20pytests for vfu_dma_{map, unmap}_sg (#596)Swapnil Ingle1-68/+0
2021-08-19dma: cleanup dma_{map,unmap}_sg (#591)Swapnil Ingle1-10/+50
2021-06-10dma: Fix returned sg array (#564)Swapnil Ingle1-11/+39
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos1-1/+1
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-3/+1
2021-06-02clean up migration register definitions (#550)John Levon1-1/+2
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-47/+0
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-34/+44
2021-05-26support VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (#521)Thanos Makatos1-0/+45
2021-05-26improve request header handlingJohn Levon1-86/+1
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos1-175/+14
2021-05-25python tests: add vfu_setup_region() tests (#474)John Levon1-103/+0
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon1-209/+0
2021-05-24fix region offset handling (#485)John Levon1-12/+13
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-9/+12
2021-05-20python tests: add VFIO_USER_DEVICE_GET_REGION_INFO (#471)John Levon1-147/+0
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon1-36/+0
2021-05-15move PCI capability testing to Python (#453)John Levon1-416/+0
2021-05-14dma: Use correct len type (#479)Swapnil Ingle1-1/+20
2021-05-10python tests: add vfu_create_ctx(), vfu_realize_ctx() (#448)John Levon1-128/+0
2021-05-04stop using struct vfio_device_info (#456)John Levon1-2/+2
2021-05-04refactor message handling path (#376)John Levon1-653/+656
2021-04-19vfu_realize_ctx(): fix default PCI config space region (#445)John Levon1-0/+12
2021-04-15vfu_ctx_create(): validate flags argument (#442)John Levon1-3/+12
2021-04-14libvfio-user.c: use ERROR_INT() (#433)John Levon1-7/+14
2021-04-14hard-code migration region index (#441)John Levon1-1/+0
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon1-1/+2
2021-04-13pci: use ERROR_INT() (#430)John Levon1-2/+4
2021-04-13drop use of __u* types (#438)John Levon1-2/+2