<vmcoreinfo supported='yes'/>
<genid supported='yes'/>
<backingStoreInput supported='yes'/>
+ <backup supported='yes'/>
<sev>
<cbitpos>47</cbitpos>
<reduced-phys-bits>1</reduced-phys-bits>
the disk to a running guest, or similar.
</p>
+ <h4><a id="featureBackup">backup</a></h4>
+
+ <p>Reports whether the hypervisor supports the backup, checkpoint, and
+ related features. (<code>virDomainBackupBegin</code>,
+ <code>virDomainCheckpointCreateXML</code> etc).
+ </p>
+
<h4><a id="elementsSEV">SEV capabilities</a></h4>
<p>AMD Secure Encrypted Virtualization (SEV) capabilities are exposed under
<optional>
<ref name='backingStoreInput'/>
</optional>
+ <optional>
+ <ref name='backup'/>
+ </optional>
<optional>
<ref name='sev'/>
</optional>
</element>
</define>
+ <define name='backup'>
+ <element name='backup'>
+ <ref name='supported'/>
+ </element>
+ </define>
+
<define name='sev'>
<element name='sev'>
<ref name='supported'/>
VIR_DOMAIN_CAPS_FEATURE_VMCOREINFO,
VIR_DOMAIN_CAPS_FEATURE_GENID,
VIR_DOMAIN_CAPS_FEATURE_BACKING_STORE_INPUT,
+ VIR_DOMAIN_CAPS_FEATURE_BACKUP,
VIR_DOMAIN_CAPS_FEATURE_LAST
} virDomainCapsFeature;