aboutsummaryrefslogtreecommitdiff
path: root/test/unit-tests.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16fix clang build (#210)John Levon1-28/+32
2020-12-16don't treat non-zero return value of dma_controller_add_region as failure (#206)Thanos Makatos1-1/+28
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-8/+69
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos1-0/+63
2020-12-14unit-tests: fix GCC4 build (#193)John Levon1-1/+1
2020-12-14add unit test for device get info (#192)Thanos Makatos1-0/+14
2020-12-11add support PCI vendor-specific capabilityThanos Makatos1-1/+92
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili1-0/+30
2020-12-09unit tests: fix gcc4 build (#182)John Levon1-1/+1
2020-12-08Better vfu_attach_ctx() UT (#176)swapnili1-3/+12
2020-12-08Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)swapnili1-0/+33
2020-12-01drop unnecessary restore_fdThanos Makatos1-2/+6
2020-12-01make consume_fd to return the fd it consumesThanos Makatos1-3/+3
2020-12-01introduce consume_fd to simplify tracking of passed file descriptorsThanos Makatos1-22/+16
2020-12-01don't leak passed file descriptors on failureThanos Makatos1-4/+156
2020-11-27rename to libvfio-user (#128)John Levon1-20/+21
2020-11-27add unit tests for DMA regions without file descriptorThanos Makatos1-4/+149
2020-11-25add "make test"; run it in pre-commit (#127)John Levon1-0/+60