aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16add github settings configuration (#207)John Levon1-0/+113
2020-12-16don't treat non-zero return value of dma_controller_add_region as failure (#206)Thanos Makatos2-1/+29
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos10-145/+340
2020-12-15add CentOS 7 build to github pull_request workflow (#194)John Levon3-3/+17
2020-12-15clean up the API header file (#197)John Levon2-242/+240
2020-12-15remove vfu_get_pci_non_std_config_space() (#195)John Levon3-33/+11
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos5-67/+160
2020-12-14unit-tests: fix GCC4 build (#193)John Levon1-1/+1
2020-12-14add unit test for device get info (#192)Thanos Makatos3-1/+19
2020-12-14don't return memory allocated on the stackThanos Makatos1-16/+30
2020-12-14don't leak memory in server sampleThanos Makatos1-0/+1
2020-12-11add support PCI vendor-specific capabilityThanos Makatos6-20/+147
2020-12-11minor comment fixesThanos Makatos2-4/+11
2020-12-11remove unused typedefThanos Makatos1-18/+0
2020-12-11allow over-riding "cmake" (#184)John Levon1-1/+3
2020-12-10add docs on running the gpio server back to README (#181)John Levon1-3/+36
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili8-44/+68
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)swapnili7-54/+86
2020-12-08add shared library versioning (#174)John Levon1-4/+18
2020-12-08build a static libvfio-user (#173)John Levon2-15/+19
2020-12-07lspci: fix build with gcc 4 (#172)John Levon1-4/+4
2020-12-07replace travis with github actions (#171)John Levon2-7/+19
2020-12-07add lspci sampleThanos Makatos3-6/+120
2020-12-07rename prepare_ctx into vfio_realize_ctx and make it publicThanos Makatos2-12/+24
2020-12-07assorted PCI capabilities improvementsThanos Makatos2-3/+14
2020-12-07don't ignore PCI type set by userThanos Makatos1-0/+1
2020-12-07convert vfu_ctx->read to boolThanos Makatos2-4/+4
2020-12-07don't return invalid errnoThanos Makatos1-1/+1
2020-12-07group PCI membersThanos Makatos2-24/+28
2020-12-07Remove obsolete comment (#167)swapnili1-2/+0
2020-12-07setup an IRQ for the gpio sample server (#169)John Levon1-0/+5
2020-12-07Remove sock_flags from struct vfu_ctx (#163)swapnili2-7/+5
2020-12-07move vfu_cap_t closer to where it's usedThanos Makatos1-8/+8
2020-12-04implement VFIO_USER_FLAG_NO_REPLY (#157)John Levon1-6/+14
2020-12-03document mailing listThanos Makatos1-0/+8
2020-12-02don't spam logs when closing unexpected file descriptorThanos Makatos1-7/+3
2020-12-02add pre-push target (#150)John Levon2-6/+7
2020-12-02replace struct vfu_mmap_area with struct iovecThanos Makatos4-17/+12
2020-12-02emit warning when receiving extraneous file descriptorsThanos Makatos1-1/+7
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon7-18/+17
2020-12-02use log level defines from syslogThanos Makatos15-193/+189
2020-12-02Merge pull request #144 from tmakatos/issues/106Thanos7-30/+92
2020-12-02introduce PCI typesThanos Makatos6-18/+69
2020-12-02introduce device typeThanos Makatos6-5/+23
2020-12-02resue PCI config space size from system headerThanos Makatos1-7/+0
2020-12-01Check for truncated response in get_request_sock() (#142)swapnili1-0/+4
2020-12-01drop unnecessary restore_fdThanos Makatos3-17/+13
2020-12-01log when closing unused file descriptorThanos Makatos1-0/+1