mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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:
parent
1085819368
commit
e7bdf659c1
1 changed files with 0 additions and 1 deletions
1
vl.c
1
vl.c
|
|
@ -4415,7 +4415,6 @@ int main(int argc, char **argv, char **envp)
|
||||||
|
|
||||||
os_setup_post();
|
os_setup_post();
|
||||||
|
|
||||||
resume_all_vcpus();
|
|
||||||
main_loop();
|
main_loop();
|
||||||
bdrv_close_all();
|
bdrv_close_all();
|
||||||
pause_all_vcpus();
|
pause_all_vcpus();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue