aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-02define full PCI Express capability struct (#289)John Levon1-5/+116
2021-01-27allow device to specify data_offset when resuming (#272)Thanos Makatos1-15/+24
2021-01-25explain migration workflow when saving state (#252)Thanos Makatos1-0/+14
2021-01-25minor rephrasing of get_pending_bytes documentation (#259)Thanos Makatos1-5/+6
2021-01-22install dsn.h (#242)John Levon1-0/+1
2021-01-21Misc fixes for DMA_MAP region prot (#233)swapnili1-4/+6
2021-01-20support extended capabilities (#226)John Levon3-3/+83
2021-01-20add whole-region mmap area for vfu_setup_region() (#225)John Levon1-4/+4
2021-01-20re-work API for adding capabilities (#200)John Levon1-21/+55
2021-01-13make vfu_region_to_offset public (#228)Thanos Makatos1-0/+10
2021-01-07re-work access handling (#220)John Levon1-40/+36
2021-01-05re-work capability-locating API (#199)John Levon1-5/+26
2021-01-04re-work PCI config setup API (#198)John Levon1-15/+31
2021-01-04move PCI-specific code to pci.c (#219)John Levon3-5/+7
2021-01-04remove vestigial vfu_mmap() (#221)John Levon1-14/+1
2021-01-04pass vfu_ctx_t to callbacks (#222)John Levon1-19/+32
2020-12-17add mappable bit in DMA segment (#215)Thanos Makatos1-0/+1
2020-12-17General fixes (#213)swapnili1-1/+3
2020-12-16enable ERR and REQ IRQs by default (#209)Thanos Makatos1-1/+2
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-28/+31
2020-12-15clean up the API header file (#197)John Levon1-242/+237
2020-12-15remove vfu_get_pci_non_std_config_space() (#195)John Levon2-22/+10
2020-12-11add support PCI vendor-specific capabilityThanos Makatos3-12/+30
2020-12-11minor comment fixesThanos Makatos1-4/+3
2020-12-11remove unused typedefThanos Makatos1-18/+0
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili1-20/+10
2020-12-08Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)swapnili1-16/+15
2020-12-07rename prepare_ctx into vfio_realize_ctx and make it publicThanos Makatos1-1/+13
2020-12-07assorted PCI capabilities improvementsThanos Makatos1-0/+4
2020-12-07move vfu_cap_t closer to where it's usedThanos Makatos1-8/+8
2020-12-02replace struct vfu_mmap_area with struct iovecThanos Makatos1-8/+3
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon1-6/+5
2020-12-02use log level defines from syslogThanos Makatos1-10/+6
2020-12-02introduce PCI typesThanos Makatos1-3/+26
2020-12-02introduce device typeThanos Makatos1-1/+8
2020-12-02resue PCI config space size from system headerThanos Makatos1-7/+0
2020-12-01fix copyrightThanos Makatos1-27/+31
2020-11-30Misc cleanup (#138)swapnili1-1/+1
2020-11-30Update API's to accept sparse mmap areas as array and its count (#134)swapnili1-11/+8
2020-11-27rename to libvfio-user (#128)John Levon9-222/+245
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili1-11/+11
2020-11-25Split log setup from lm_create_ctx() to lm_setup_log() (#126)swapnili1-4/+9
2020-11-24fix a comment referencing the kernel moduleJohn Levon1-1/+1
2020-11-24Api refactoring (#115)swapnili1-172/+158
2020-11-24clean up headersJohn Levon9-0/+1491