aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-09allow DMA funcs to be called in quiesced state (#635)Thanos Makatos1-5/+36
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-32/+62
2021-10-29fix vfu_run_ctx() docs (#616)John Levon1-1/+0
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos1-0/+22
2021-09-27clarify LIBVFIO_USER_FLAG_ATTACH_NB behavior (#603)John Levon1-0/+4
2021-09-08initial ioeventfd support (#601)JAKelly101-0/+19
2021-08-18improve API docs a little bit (#587)John Levon1-2/+9
2021-08-17fix dma_{map,unmap}_sg() array handling (#586)John Levon1-9/+9
2021-07-14check for valid vfu_setup_region() flags (#579)John Levon1-5/+8
2021-07-13add VFU_REGION_FLAG_ALWAYS_CB to receive callback always (#583)Jag Raman1-0/+3
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon1-1/+2
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos1-12/+19
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-2/+1
2021-06-02clean up migration register definitions (#550)John Levon1-26/+41
2021-06-01limit max DMA region size (#545)John Levon1-2/+0
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-14dma: Use correct len type (#479)Swapnil Ingle1-1/+1
2021-05-10fix dma unregister callback during region removal (#464)John Levon1-2/+6
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-18use UNUSED consistently (#350)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-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-21Misc fixes for DMA_MAP region prot (#233)swapnili1-4/+6
2021-01-20support extended capabilities (#226)John Levon1-3/+4
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 Levon1-1/+1
2021-01-04remove vestigial vfu_mmap() (#221)John Levon1-14/+1