]> Git Repo - qemu.git/commit
vl: remove separate preconfig main_loop
authorPaolo Bonzini <[email protected]>
Tue, 27 Oct 2020 12:44:23 +0000 (08:44 -0400)
committerPaolo Bonzini <[email protected]>
Tue, 15 Dec 2020 17:51:49 +0000 (12:51 -0500)
commitb4e1a342112e50e05b609e857f38c1f2b7aafdc4
tree19d4dd54d72b3a832be7587ec1f398d33f342ae2
parent164dafd1744c69d268b89015977e19d8a9617fdf
vl: remove separate preconfig main_loop

Move post-preconfig initialization to the x-exit-preconfig.  If preconfig
is not requested, just exit preconfig mode immediately with the QMP
command.

As a result, the preconfig loop will run with accel_setup_post
and os_setup_post restrictions (xen_restrict, chroot, etc.)
already done.

Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/sysemu/runstate.h
monitor/qmp-cmds.c
softmmu/vl.c
This page took 0.023842 seconds and 4 git commands to generate.