aboutsummaryrefslogtreecommitdiff
path: root/test/unit-tests.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-202/+9
2023-08-30Replace protocol header flags bit field with mask (#773)Mattias Nissler1-1/+1
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
2021-04-13irq.c: use ERROR_INT() (#429)John Levon1-15/+30
2021-04-13dma: use ERROR_INT()John Levon1-4/+13
2021-03-31rework DMA callbacks (#396)John Levon1-89/+121
2021-03-25re-work unit test mocking (#400)John Levon1-154/+154
2021-03-24_dma_addr_sg_split(): set errno when not found (#402)John Levon1-1/+1
2021-03-23add -Wmissing-declarations (#399)John Levon1-2/+3
2021-03-10fix IRQ disable path (#386)John Levon1-1/+167
2021-03-04don't munmap(2) unmapped DMA region (#384)Thanos Makatos1-17/+44
2021-03-01add unit test for PCI config space accesses (#362)John Levon1-0/+36
2021-03-01don't call user's unmap_dma callback when removing DMA region (#370)Thanos Makatos1-4/+49