aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2021-01-27 10:36:24 +0000
committerGitHub <noreply@github.com>2021-01-27 10:36:24 +0000
commit4bf6d3aaf40f10dcc4b3e9587db7531b44dd1fb8 (patch)
tree274b7fc9b5fa7f1ab578860ebeb0b6797ef8dfbd /README.md
parent6fd7eea5a9b177813832fa386eea794a659789f0 (diff)
downloadlibvfio-user-4bf6d3aaf40f10dcc4b3e9587db7531b44dd1fb8.zip
libvfio-user-4bf6d3aaf40f10dcc4b3e9587db7531b44dd1fb8.tar.gz
libvfio-user-4bf6d3aaf40f10dcc4b3e9587db7531b44dd1fb8.tar.bz2
implement fake guest thread in client/server live migration sample (#264)
* add fake guest thread in migration sample This patch adds a thread that pretends to be the guest VM (while the client itself is the VMM) in the live migration sample. Our goal is to have the fake guest modifying device state while live migration is ongoing and when live migration has finished the device state should be correct in the destination server. Currently this doesn't work because the server blindly applies device state when resuming, which is wrong because some device state must be applied to specific offsets. To fix this we have to include the offset and length (along with BAR1 data) in the migration stream. Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions