aboutsummaryrefslogtreecommitdiff
path: root/lib/migration_priv.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-15refactor: move transition definitions to migration.cWilliam Henderson1-83/+0
2023-09-15refactor: respond to John's reviewWilliam Henderson1-5/+5
2023-09-15fix: disallow STOP_COPY to PRE_COPY transitionWilliam Henderson1-1/+1
2023-09-15fix: migration FSM transitionsWilliam Henderson1-4/+71
2023-09-15fix: conflict with kernel definitionsWilliam Henderson1-2/+2
2023-09-15fix: further fixes in response to commentsWilliam Henderson1-2/+2
2023-09-15fix: more fixes and responses to commentsWilliam Henderson1-4/+8
2023-09-15fix: implementation fixes from commentsWilliam Henderson1-12/+10
2023-09-15implement migration v2 in libvfio-userWilliam Henderson1-82/+14
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-25/+25
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-3/+0
2021-06-02clean up migration register definitions (#550)John Levon1-1/+1
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-1/+19
2021-04-13drop use of __u* types (#438)John Levon1-4/+4
2021-02-18unit test exec_command and friends w.r.t. migration device state (#346)Thanos Makatos1-0/+117