• M
    qemu: Fix startupPolicy for snapshot-revert · b819b3b7
    Michal Privoznik 提交于
    Currently, startupPolicy='requisite' was determining cold boot
    by migrateFrom != NULL. That means, if domain was started up
    with migrateFrom set we didn't require disk source path and allowed
    it to be dropped. However, on snapshot-revert domain wasn't migrated
    but according to documentation, requisite should drop disk source
    as well.
    b819b3b7
qemu_migration.c 103.9 KB