aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson2-167/+100
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler1-1/+1
2023-08-30Replace protocol header flags bit field with mask (#773)Mattias Nissler1-8/+6
2023-08-15Allow adding MSI capability via vfu_pci_add_capability (#758)Florian Freudiger2-14/+20
2023-07-31docs: document DMA message dirty handling (#755)John Levon1-0/+3
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos2-5/+7
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos2-2/+9
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-05-09build: delete CMake build rulesDaniel P. Berrangé1-41/+0
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé2-0/+29
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
2022-02-04ignore writes to RO MSI-X registers (#642)Thanos Makatos1-8/+11
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)JAKelly102-0/+61
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle1-0/+3
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-07-12basic write support for PXLC, PXSC, PXRS, and PXSC2 (#575)Thanos Makatos1-4/+18
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon1-1/+2
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos1-4/+16
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 Makatos2-3/+1
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-0/+2
2021-06-02clean up migration register definitions (#550)John Levon2-67/+49
2021-06-01limit max DMA region size (#545)John Levon1-2/+0
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-10/+12
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-8/+19
2021-05-27Fix struct pxcap (#534)Swapnil Ingle1-3/+4
2021-05-27Cleanup and fix structs padding (#532)Swapnil Ingle4-91/+91
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