* [Qemu-devel] [PATCH] migration/postcopy: remove redundant cpu_synchronize_all_post_init
@ 2019-07-15 8:07 Wei Yang
0 siblings, 0 replies; only message in thread
From: Wei Yang @ 2019-07-15 8:07 UTC (permalink / raw)
To: qemu-devel; +Cc: Wei Yang, dgilbert, quintela
cpu_synchronize_all_post_init() is called twice in
loadvm_postcopy_handle_run_bh(), so remove one redundant call.
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
---
migration/savevm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/migration/savevm.c b/migration/savevm.c
index 1d4fe7544d..863f5416ac 100644
--- a/migration/savevm.c
+++ b/migration/savevm.c
@@ -1889,7 +1889,6 @@ static void loadvm_postcopy_handle_run_bh(void *opaque)
}
trace_loadvm_postcopy_handle_run_cpu_sync();
- cpu_synchronize_all_post_init();
trace_loadvm_postcopy_handle_run_vmstart();
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-15 8:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 8:07 [Qemu-devel] [PATCH] migration/postcopy: remove redundant cpu_synchronize_all_post_init Wei Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).