aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-15fix: not checking bitmap size validWilliam Henderson1-0/+3
2023-09-15revert dirty bitmap log message bugfix to put in new PRWilliam Henderson1-1/+1
2023-09-15fix: buffer overflow in DMA report generatorWilliam Henderson1-1/+2
2023-09-15refactor: device feature handling and minor changesWilliam Henderson3-116/+155
2023-09-15fix: bug with return values of MIG_DATA_READ/WRITEWilliam Henderson1-5/+12
2023-09-15fix: allow custom page size in dma_controller_dirty_page_getWilliam Henderson2-13/+57
2023-09-15refactor: move transition definitions to migration.cWilliam Henderson2-83/+83
2023-09-15refactor: respond to John's reviewWilliam Henderson6-316/+135
2023-09-15fix: out of bounds readWilliam Henderson1-1/+7
2023-09-15fix: disallow STOP_COPY to PRE_COPY transitionWilliam Henderson1-1/+1
2023-09-15fix: make state transitions idempotentWilliam Henderson1-3/+3
2023-09-15fix: error returns incorrectly not using ERROR_INTWilliam Henderson2-18/+18
2023-09-15fix: migration FSM transitionsWilliam Henderson2-10/+85
2023-09-15fix: prevent uninitialised bytes being sent on errorWilliam Henderson1-0/+4
2023-09-15fix: crash when not logging all DMA regionsWilliam Henderson2-1/+6
2023-09-15fix: conflict with kernel definitionsWilliam Henderson4-18/+19
2023-09-15fix: set argsz when getting dirty bitmapWilliam Henderson1-0/+2
2023-09-15fix: don't try to log non-mapped regionsWilliam Henderson1-1/+31
2023-09-15fix: prevent uninitialized return valueWilliam Henderson1-0/+6
2023-09-15fix: wrong size for dirty page bitmapWilliam Henderson1-1/+3
2023-09-15fix: dirty page logging bug fixesWilliam Henderson1-8/+33
2023-09-15fix: bugs in dirty page loggingWilliam Henderson1-9/+9
2023-09-15feat: begin implementing DMA dirty page logging (WIP)William Henderson5-168/+229
2023-09-15fix: further fixes in response to commentsWilliam Henderson4-14/+10
2023-09-15fix: make migration data size 32-bitWilliam Henderson1-1/+1
2023-09-15fix: more fixes and responses to commentsWilliam Henderson3-10/+20
2023-09-15fix: more implementation changes for commentsWilliam Henderson2-4/+22
2023-09-15fix: implementation fixes from commentsWilliam Henderson4-54/+93
2023-09-15implement migration v2 in libvfio-userWilliam Henderson4-544/+197
2023-07-03Fix address calculation for message-based DMA (#740)Mattias Nissler1-1/+1
2023-06-08fix err/req irq fd issue (#731)limiao-intel1-17/+46
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos1-1/+14
2023-01-03fix FLR reset callback (#729)John Levon3-19/+27
2022-11-22vfu_pci_init: initialize PCI config space flags (#724)Thanos Makatos1-0/+1
2022-11-22add debugging to handle_device_get_region_io_fds (#723)Thanos Makatos1-0/+4
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos2-8/+10
2022-11-16check spelling (#720)John Levon1-1/+1
2022-10-05add some unlikely (#717)Thanos Makatos1-13/+16
2022-10-05only call debug_region_access if in debug mode (#716)Thanos Makatos1-1/+9
2022-10-05don't duplicate FD in get region info (#715)Thanos Makatos1-9/+3
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos10-63/+102
2022-08-18make SGL error-checking DEBUG-only (#706)John Levon1-3/+11
2022-08-18avoid vfu_log() in SGL hot path (#705)John Levon1-0/+10
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos2-5/+9
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos2-3/+22
2022-06-09report function in quiesce_check_allowed() (#693)John Levon1-7/+10
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman3-2/+44
2022-05-30allow all LOG_* levels (#691)John Levon1-2/+1
2022-05-30allow concurrent dirty bitmap get (#677)John Levon3-15/+87
2022-05-27re-work SGL API (#675)John Levon3-52/+61