mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-31 09:50:07 +03:00
schema: Add virtio-mmio address type into RNG
The "virtio-mmio" is perfectly valid address type which we parse and format correctly, but it's missing in our RNG schemas, hence editing a domain with device having such address fails the validation. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@ -4415,6 +4415,11 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
<ref name="isaaddress"/>
|
<ref name="isaaddress"/>
|
||||||
</group>
|
</group>
|
||||||
|
<group>
|
||||||
|
<attribute name="type">
|
||||||
|
<value>virtio-mmio</value>
|
||||||
|
</attribute>
|
||||||
|
</group>
|
||||||
</choice>
|
</choice>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
Reference in New Issue
Block a user