projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163b866
)
migration: In case of postcopy, the memory ends in res_postcopy_only
author
Juan Quintela
<quintela@redhat.com>
Wed, 8 Feb 2023 13:34:24 +0000
(14:34 +0100)
committer
Juan Quintela
<quintela@redhat.com>
Wed, 15 Feb 2023 19:04:30 +0000
(20:04 +0100)
So remove last assignation of res_compatible.
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c
patch
|
blob
|
history
diff --git
a/migration/ram.c
b/migration/ram.c
index 521912385dfa3d8fd1e77aa0d5b3b08597dfd369..ecf697a58d6397e98defc82fdbc7562eff771d17 100644
(file)
--- a/
migration/ram.c
+++ b/
migration/ram.c
@@
-3528,7
+3528,7
@@
static void ram_state_pending_exact(void *opaque,
if (migrate_postcopy_ram()) {
/* We can do postcopy, and all the data is postcopiable */
- *res_
compatible
+= remaining_size;
+ *res_
postcopy_only
+= remaining_size;
} else {
*res_precopy_only += remaining_size;
}