projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82954e
)
migration: clear BDRV_O_INCOMING flags on end of incoming live migration
author
Benoît Canet
<benoit.canet@gmail.com>
Fri, 23 Mar 2012 07:36:52 +0000
(08:36 +0100)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 5 Apr 2012 14:28:49 +0000
(16:28 +0200)
Signed-off-by: Benoît Canet <benoit.canet@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
migration.c
patch
|
blob
|
history
diff --git
a/migration.c
b/migration.c
index 8c119ba8ffc215041fad56a7ffc44e26ae65e0f5..94f7839e8b54114870eb418071b8bc6778fbe039 100644
(file)
--- a/
migration.c
+++ b/
migration.c
@@
-91,6
+91,7
@@
void process_incoming_migration(QEMUFile *f)
qemu_announce_self();
DPRINTF("successfully loaded vm state\n");
+ bdrv_clear_incoming_migration_all();
/* Make sure all file formats flush their mutable metadata */
bdrv_invalidate_cache_all();