On 12/03/14 17:49, Eric Blake wrote:
On 12/03/2014 08:02 AM, Peter Krempa wrote:
> Reconnect to the VM is a possibly long-running job spawned in a separate
> thread. We should reload the snapshot defs and managedsave state prior
> to spawning the thread to avoid blocking of the daemon startup which
> would serialize on the VM lock.
>
> Also the reloading code would violate the domain job held while
> reconnecting as the loader functions don't create jobs.
> ---
> src/qemu/qemu_driver.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
ACK
Pushed; Thanks.
Peter