aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15changes from Thanos's reviewWilliam Henderson4-63/+58
2023-09-15respond to Thanos's reviewWilliam Henderson3-24/+36
2023-09-15respond to John's reviewWilliam Henderson5-74/+117
2023-09-15fix: clear uninitialized output on argsz errorWilliam Henderson1-0/+4
2023-09-15fix: argsz semantics in implementationWilliam Henderson2-3/+35
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-15fix: read semantics in commentWilliam Henderson1-2/+2
2023-09-15refactor: move transition definitions to migration.cWilliam Henderson2-83/+83
2023-09-15refactor: respond to John's reviewWilliam Henderson8-327/+143
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 Henderson4-16/+87
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 Henderson6-58/+32
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 Henderson6-181/+248
2023-09-15fix: further fixes in response to commentsWilliam Henderson6-19/+31
2023-09-15fix: make migration data size 32-bitWilliam Henderson2-2/+2
2023-09-15fix: more fixes and responses to commentsWilliam Henderson4-13/+23
2023-09-15fix: more implementation changes for commentsWilliam Henderson2-4/+22
2023-09-15fix: implementation fixes from commentsWilliam Henderson5-65/+107
2023-09-15implement migration v2 in libvfio-userWilliam Henderson6-676/+263
2023-08-18initial spec changes based on qemu-devel review (#767)William Henderson1-16/+16
2023-07-26add support for migration v2 to the spec (#745)William Henderson1-17/+396
2023-07-17update to latest version of the spec (#744)William Henderson1-381/+88
2023-07-03Fix address calculation for message-based DMA (#740)Mattias Nissler2-25/+39
2023-06-22fix build instructions for samples (#739)William Henderson1-5/+5
2023-06-21Fix some python tests (#737)Axel PASCON3-6/+6
2023-06-08fix err/req irq fd issue (#731)limiao-intel2-17/+64
2023-05-24test: don't leave global pointing to stack memory (#735)Jim Harris1-0/+1
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos3-1/+111
2023-01-03fix FLR reset callback (#729)John Levon6-33/+64
2023-01-01test: use `grep -E` instead of `egrep` (#728)Ville Skyttä1-1/+1
2022-11-22shadow ioeventfd: add demo (#722)Thanos Makatos5-0/+329
2022-11-22vfu_pci_init: initialize PCI config space flags (#724)Thanos Makatos2-0/+74
2022-11-22add debugging to handle_device_get_region_io_fds (#723)Thanos Makatos1-0/+4
2022-11-22fix shadow ioeventfd unit test (#726)Thanos Makatos2-3/+3