docs: schemas: Decouple the virtio options from each other

Currently, all of the VirtioOptions are under a single <optional>
element, however, neither our parser/formatter or QEMU driver requires
the presence of all the options if only a single one from the set has
been specified, so fix it and silence the schema validator.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Erik Skultety 2019-01-04 10:40:48 +01:00
parent c99e954973
commit 87b4e1cd7e

View File

@ -5498,6 +5498,8 @@
<attribute name="iommu"> <attribute name="iommu">
<ref name="virOnOff"/> <ref name="virOnOff"/>
</attribute> </attribute>
</optional>
<optional>
<attribute name="ats"> <attribute name="ats">
<ref name="virOnOff"/> <ref name="virOnOff"/>
</attribute> </attribute>