]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/ram: Add incoming 'mapped-ram' migration
authorFabiano Rosas <farosas@suse.de>
Thu, 29 Feb 2024 15:30:04 +0000 (12:30 -0300)
committerPeter Xu <peterx@redhat.com>
Fri, 1 Mar 2024 07:42:04 +0000 (15:42 +0800)
commit2f6b8826a542a5a2e8eb3fbf097ea6982ba5bf31
tree2ff0db4609ab32899c037887b0df196dcf8a0e62
parentc2d5c4a7cb7f59125c34e5b883d5d91336761661
migration/ram: Add incoming 'mapped-ram' migration

Add the necessary code to parse the format changes for the
'mapped-ram' capability.

One of the more notable changes in behavior is that in the
'mapped-ram' case ram pages are restored in one go rather than
constantly looping through the migration stream.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240229153017.2221-11-farosas@suse.de
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/ram.c