]> git.proxmox.com Git - mirror_qemu.git/commit
migration/postcopy: remove redundant cpu_synchronize_all_post_init
authorWei Yang <richardw.yang@linux.intel.com>
Mon, 15 Jul 2019 08:07:51 +0000 (16:07 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jul 2019 13:45:59 +0000 (15:45 +0200)
commit40277ca807d72b9403c18b0921809a69b491afae
treed0f1f5f48319e87aca9f3168ba79c154df277710
parent89dab31b277936d8808ffa0bd55a070027728e0f
migration/postcopy: remove redundant cpu_synchronize_all_post_init

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>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20190715080751.24304-1-richardw.yang@linux.intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/savevm.c