Re: [PATCH 02/15] vl: remove separate preconfig main_loop

2020-12-07 Thread Igor Mammedov
On Wed, 2 Dec 2020 03:18:41 -0500 Paolo Bonzini wrote: > 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

[PATCH 02/15] vl: remove separate preconfig main_loop

2020-12-02 Thread Paolo Bonzini
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.