• E
    qemu: allow simple domain save to use fd: protocol · 9497506f
    Eric Blake 提交于
    This allows direct saves (no compression, no root-squash NFS) to use
    the more efficient fd: migration, which in turn avoids a race where
    qemu exec: migration can sometimes fail because qemu does a generic
    waitpid() that conflicts with the pclose() used by exec:.  Further
    patches will solve compression and root-squash NFS.
    
    * src/qemu/qemu_driver.c (qemudDomainSaveFlag): Use new function
    when there is no compression.
    9497506f
qemu_driver.c 219.0 KB