• J
    Add MIGRATABLE flag for virDomainGetXMLDesc · 28f8dfdc
    Jiri Denemark 提交于
    Using VIR_DOMAIN_XML_MIGRATABLE flag, one can request domain's XML
    configuration that is suitable for migration or save/restore. Such XML
    may contain extra run-time stuff internal to libvirt and some default
    configuration may be removed for better compatibility of the XML with
    older libvirt releases.
    
    This flag may serve as an easy way to get the XML that can be passed
    (after desired modifications) to APIs that accept custom XMLs, such as
    virDomainMigrate{,ToURI}2 or virDomainSaveFlags.
    28f8dfdc
qemu_domain.h 13.4 KB