aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-26support VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (#521)Thanos Makatos1-0/+3
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos1-12/+13
2021-05-25more spec updates (#491)John Levon1-7/+7
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle1-1/+7
2021-05-24fix region offset handling (#485)John Levon1-11/+2
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-12/+14
2021-05-14Fix dma read write count (#497)Swapnil Ingle1-1/+1
2021-05-14dma: Use correct len type (#479)Swapnil Ingle1-1/+1
2021-05-14Revert "Merge pull request #493 from swapnili/use-linux-vfio-header"John Levon1-0/+61
2021-05-11Use defines from linux-headers/linux/vfio.hSwapnil Ingle1-61/+0
2021-05-10fix dma unregister callback during region removal (#464)John Levon1-2/+6
2021-05-04stop using struct vfio_device_info (#456)John Levon1-0/+11
2021-04-23correct PM capability definition (#452)John Levon1-11/+19
2021-04-15vfu_ctx_create(): validate flags argument (#442)John Levon1-1/+1
2021-04-14migration: use ERROR_INT() (#432)John Levon1-1/+5
2021-04-13drop use of __u* types (#438)John Levon1-6/+6
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