aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-13dma: use ERROR_INT()John Levon1-3/+3
2021-04-07clean up newlines in logs (#423)John Levon1-1/+5
2021-04-07mark vfu_log() with format attribute (#426)John Levon1-1/+2
2021-04-07correct type for dma_sg_t::dma_addr (#425)John Levon1-1/+1
2021-04-06call reset callback on losing client connection (#419)John Levon1-7/+27
2021-04-06implement short read/write, EOF handling (#415)John Levon1-3/+7
2021-03-31rework DMA callbacks (#396)John Levon1-32/+86
2021-03-24_dma_addr_sg_split(): set errno when not found (#402)John Levon1-1/+1
2021-03-09remove vfu_irq_message() (#389)John Levon1-16/+0
2021-02-25don't redefine migration defines (#373)Thanos Makatos1-5/+8
2021-02-18use UNUSED consistently (#350)John Levon1-1/+1
2021-02-18use sizeof() consistently (#351)John Levon1-1/+1
2021-02-15add vfu_get_poll_fd() (#322)John Levon1-0/+7
2021-02-15make file descriptors private to the transport (#321)John Levon1-6/+7
2021-02-10don't expose -errno in public API (#327)John Levon1-7/+15
2021-02-10API error return converged to one func (#325)swapnili1-1/+5
2021-02-10expose migration region (#305)Thanos Makatos1-12/+69
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