]> Git Repo - qemu.git/commit
postcopy: Allow shared memory
authorDr. David Alan Gilbert <[email protected]>
Mon, 12 Mar 2018 17:21:22 +0000 (17:21 +0000)
committerMichael S. Tsirkin <[email protected]>
Tue, 20 Mar 2018 14:40:37 +0000 (16:40 +0200)
commit29d8fa7f734ec4c55135e85e2d25d1650c8c5985
tree1770ce9327ed526a640b699e3fdfc2cb28ff3d1d
parentc1ece84e7c930a12eccff56c7482e4068ec00eb7
postcopy: Allow shared memory

Now that we have the mechanisms in here, allow shared memory in a
postcopy.

Note that QEMU can't tell who all the users of shared regions are
and thus can't tell whether all the users of the shared regions
have appropriate support for postcopy.  Those devices that explicitly
support shared memory (e.g. vhost-user) must check, but it doesn't
stop weirder configurations causing problems.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
migration/postcopy-ram.c
This page took 0.02574 seconds and 4 git commands to generate.