• E
    snapshot: fine-tune qemu saved images starting paused · 7381aaff
    Eric Blake 提交于
    Implement the new running/paused overrides for saved state management.
    
    Unfortunately, for virDomainSaveImageDefineXML, the saved state
    updates are write-only - I don't know of any way to expose a way
    to query the current run/pause setting of an existing save image
    file to the user without adding a new API or modifying the domain
    xml of virDomainSaveImageGetXMLDesc to include a new element to
    reflect the state bit encoded into the save image.  However, I
    don't think this is a show-stopper, since the API is designed to
    leave the state bit alone unless an explicit flag is used to
    change it.
    
    * src/qemu/qemu_driver.c (qemuDomainSaveInternal)
    (qemuDomainSaveImageOpen): Adjust signature.
    (qemuDomainSaveFlags, qemuDomainManagedSave)
    (qemuDomainRestoreFlags, qemuDomainSaveImageGetXMLDesc)
    (qemuDomainSaveImageDefineXML, qemuDomainObjRestore): Adjust
    callers.
    7381aaff
qemu_driver.c 297.4 KB