• P
    qemu: driver: Reload snapshots and managedsaves prior to reconnecting · 48a05560
    Peter Krempa 提交于
    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.
    48a05560
qemu_driver.c 611.0 KB