</gic>
<vmcoreinfo supported='yes'/>
<genid supported='yes'/>
+ <backingStoreInput supported='yes'/>
<sev>
<cbitpos>47</cbitpos>
<reduced-phys-bits>1</reduced-phys-bits>
<p>Reports whether the genid feature can be used by the domain.</p>
+ <h4><a id="featureBackingStoreInput">backingStoreInput</a></h4>
+
+ <p>Reports whether the hypervisor will obey the <backingStore>
+ elements configured for a <disk> when booting the guest, hotplugging
+ the disk to a running guest, or similar.
+ </p>
+
<h4><a id="elementsSEV">SEV capabilities</a></h4>
<p>AMD Secure Encrypted Virtualization (SEV) capabilities are exposed under
<optional>
<ref name='vmgenid'/>
</optional>
+ <optional>
+ <ref name='backingStoreInput'/>
+ </optional>
<optional>
<ref name='sev'/>
</optional>
</element>
</define>
+ <define name='backingStoreInput'>
+ <element name='backingStoreInput'>
+ <ref name='supported'/>
+ </element>
+ </define>
+
<define name='sev'>
<element name='sev'>
<ref name='supported'/>
VIR_DOMAIN_CAPS_FEATURE_IOTHREADS = 0,
VIR_DOMAIN_CAPS_FEATURE_VMCOREINFO,
VIR_DOMAIN_CAPS_FEATURE_GENID,
+ VIR_DOMAIN_CAPS_FEATURE_BACKING_STORE_INPUT,
VIR_DOMAIN_CAPS_FEATURE_LAST
} virDomainCapsFeature;