mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-30 08:08:11 -05:00
conf: Add availability of s390-pv in domain capabilities
Adding availability of s390-pv in domain capabilities and adjust tests. Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
committed by
Pavel Hrdina
parent
b823f7a781
commit
248a30c0c0
@@ -257,6 +257,9 @@
|
||||
<optional>
|
||||
<ref name="backup"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="s390-pv"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="sev"/>
|
||||
</optional>
|
||||
@@ -294,6 +297,12 @@
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="s390-pv">
|
||||
<element name="s390-pv">
|
||||
<ref name="supported"/>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="sev">
|
||||
<element name="sev">
|
||||
<ref name="supported"/>
|
||||
|
||||
Reference in New Issue
Block a user