aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-149/+13
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler1-1/+1
2023-08-15Allow adding MSI capability via vfu_pci_add_capability (#758)Florian Freudiger1-0/+1
2023-07-31docs: document DMA message dirty handling (#755)John Levon1-0/+3
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos1-3/+4
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-2/+8
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman1-0/+25
2022-05-27re-work SGL API (#675)John Levon1-40/+38
2022-05-27re-work SG dirty tracking (#672)John Levon1-0/+13
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-7/+25
2022-04-21support AFL++ fuzzing (#623)John Levon1-0/+2
2022-02-24clarify some semantics of migration callbacks (#651)Thanos Makatos1-3/+20
2022-02-24fix typo (#648)Thanos Makatos1-1/+1
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