aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2023-09-18Add some notes on live migration version and SPDK usage. (#783)John Levon1-0/+5
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-373/+463
2023-09-15Describe the twin-socket feature in the spec (#775)Mattias Nissler1-8/+83
2023-08-31update SDPK version spdk.md (#769)Thanos Makatos1-5/+5
2023-08-02docs: document test debugging with GDB (#756)William Henderson1-0/+12
2023-07-31docs: document DMA message dirty handling (#755)John Levon1-2/+6
2022-11-22shadow ioeventfd: add demo (#722)Thanos Makatos1-0/+31
2022-10-03document how to run individual Python unit tests (#712)Thanos Makatos1-0/+7
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-0/+25
2022-05-27add some documentation on memory handling (#676)John Levon1-0/+139
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-25/+25
2022-05-16add a diagram to README.md (#686)John Levon2-0/+1
2022-05-09docs: rewrite to refer to meson commands instead of cmakeDaniel P. Berrangé1-11/+64
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé1-0/+9
2022-05-09docs: drop mention of libssl-dev package for testingDaniel P. Berrangé1-1/+2
2022-04-21support AFL++ fuzzing (#623)John Levon1-0/+35
2022-04-06document live migration for SPDK (#659)Thanos Makatos1-0/+54
2022-01-25fix a small typo in docs (#638)John Levon1-1/+1
2021-12-01add SPDK instructions (#632)Thanos Makatos1-0/+61
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-0/+7
2021-11-12add a doc on testingJohn Levon1-0/+17
2021-09-08initial ioeventfd support (#601)JAKelly101-6/+6
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle1-0/+5
2021-08-19docs/vfio-user.rst: Fix typo (#592)Swapnil Ingle1-1/+1
2021-06-09don't allow portion of DMA region to be removed (#560)Thanos Makatos1-2/+1
2021-06-09spec: require DMA unmap to match exactly previous mapping (#559)Thanos Makatos1-1/+2
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-12/+9
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-82/+85
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-25/+50
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-70/+75
2021-05-27spec: allow exactly one DMA region to be added/removed per command (#530)Thanos Makatos1-45/+31
2021-05-26spec: allow transitioning from stopped/stop-and-copy to running state (#516)Thanos Makatos1-2/+2
2021-05-25more spec updates (#491)John Levon1-923/+850
2021-05-24fix region offset handling (#485)John Levon1-3/+3
2021-05-17fix DMA unmap dirty page bitmap section (#492)Thanos Makatos1-29/+38
2021-05-14Fix dma read write count (#497)Swapnil Ingle1-2/+2
2021-05-11some specification updates (#465)John Levon1-65/+69
2021-05-04stop using struct vfio_device_info (#456)John Levon1-7/+7
2021-04-13add ioeventfd/ioregionfd support to vfio-user spec (#437)John Levon1-40/+217
2021-03-10fix IRQ disable path (#386)John Levon1-2/+4
2021-02-16fix DEVICE_GET_INFO specification and handling (#344)John Levon1-5/+6
2021-01-20reword explanation of how dirty bitmaps are returned for clarity (#234)Thanos Makatos1-16/+20
2020-12-17add copy of vfio-user protocol specification (v8)Thanos Makatos1-0/+1670