Drop redundant resume_all_vcpus() from main()

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.kiszka@siemens.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Jan Kiszka 2012-08-20 20:11:36 +02:00 committed by Andreas Färber
parent 1085819368
commit e7bdf659c1

1
vl.c
View file

@ -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();