[PATCH 1/4] Make drive unit attribute optional in the XML schema

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxx>
---
 docs/schemas/domaincommon.rng |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 553a6f0..f35eb0b 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -2241,9 +2241,11 @@
         <ref name="driveBus"/>
       </attribute>
     </optional>
-    <attribute name="unit">
-      <ref name="driveUnit"/>
-    </attribute>
+    <optional>
+      <attribute name="unit">
+        <ref name="driveUnit"/>
+      </attribute>
+    </optional>
   </define>
   <define name="virtioserialaddress">
     <attribute name="controller">
-- 
1.7.7.3

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]