mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Make drive unit attribute optional in the XML schema
The "unit" attribute of a drive address is optional in the code, so should also be in the XML schema. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
This commit is contained in:
parent
c9abfadf37
commit
8611d9c3d8
@ -2320,9 +2320,11 @@
|
|||||||
<ref name="driveBus"/>
|
<ref name="driveBus"/>
|
||||||
</attribute>
|
</attribute>
|
||||||
</optional>
|
</optional>
|
||||||
|
<optional>
|
||||||
<attribute name="unit">
|
<attribute name="unit">
|
||||||
<ref name="driveUnit"/>
|
<ref name="driveUnit"/>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
</optional>
|
||||||
</define>
|
</define>
|
||||||
<define name="virtioserialaddress">
|
<define name="virtioserialaddress">
|
||||||
<attribute name="controller">
|
<attribute name="controller">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user