aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-01-26use names for migration states when logging (#250)Thanos Makatos1-1/+68
2021-01-22fix compilation on newer GCC versions (#241)John Levon4-11/+53
2021-01-21Misc fixes for DMA_MAP region prot (#233)swapnili1-2/+33
2021-01-20support extended capabilities (#226)John Levon5-0/+255
2021-01-20add whole-region mmap area for vfu_setup_region() (#225)John Levon1-9/+8
2021-01-20re-work API for adding capabilities (#200)John Levon2-52/+136
2021-01-13don't fail vfio_device_info if incoming struct has more fields (#232)Thanos Makatos1-0/+23
2021-01-08Use prot flags sent by client to map dma regions (#227)swapnili2-9/+26
2021-01-07re-work access handling (#220)John Levon1-16/+28
2021-01-05re-work capability-locating API (#199)John Levon1-16/+59
2021-01-04re-work PCI config setup API (#198)John Levon1-6/+2
2020-12-17add mappable bit in DMA segment (#215)Thanos Makatos1-0/+26
2020-12-17General fixes (#213)swapnili1-1/+11
2020-12-17unit test for validating arguments in dma_map_sgThanos Makatos1-1/+32
2020-12-16enable ERR and REQ IRQs by default (#209)Thanos Makatos1-0/+2
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 Makatos2-11/+77
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)swapnili3-1/+46
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 Makatos3-6/+239
2020-11-27rename to libvfio-user (#128)John Levon2-25/+26
2020-11-27fix test build (#132)John Levon1-7/+13
2020-11-27add unit tests for DMA regions without file descriptorThanos Makatos4-6/+325
2020-11-25add "make test"; run it in pre-commit (#127)John Levon2-2/+5
2020-11-25introduce cmocka unit test framework and first unit testThanos Makatos2-0/+90