From: Michael Ellerman Date: Fri, 13 Jan 2012 03:39:23 +0000 (+1100) Subject: Make drive unit attribute optional in the XML schema X-Git-Tag: v0.9.10-rc1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8611d9c3d8c76df2c4631c262734fb87bf341dc6;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index db02603cd2..6d265f3c2c 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2320,9 +2320,11 @@ - - - + + + + +