From: Jan Kiszka <jan.kis...@siemens.com>

VCPUs are either resumed directly via vm_start(), after the incoming
migration is done, or when a continue command is issued. We don't need
the explicit resume before entering main_loop().

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
Signed-off-by: Andreas Färber <afaer...@suse.de>
---
 vl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vl.c b/vl.c
index 41c367d..6e6225f 100644
--- a/vl.c
+++ b/vl.c
@@ -4415,7 +4415,6 @@ int main(int argc, char **argv, char **envp)
 
     os_setup_post();
 
-    resume_all_vcpus();
     main_loop();
     bdrv_close_all();
     pause_all_vcpus();
-- 
1.8.1.4


Reply via email to