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

Eric Blake eblake at redhat.com
Fri Jan 13 22:13:22 UTC 2012


On 01/12/2012 08:39 PM, Michael Ellerman wrote:
> 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 at ellerman.id.au>
> ---
>  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 e93ae77..b9da906 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -2307,9 +2307,11 @@
>          <ref name="driveBus"/>
>        </attribute>
>      </optional>
> -    <attribute name="unit">
> -      <ref name="driveUnit"/>
> -    </attribute>
> +    <optional>
> +      <attribute name="unit">
> +        <ref name="driveUnit"/>
> +      </attribute>
> +    </optional>

ACK and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120113/eeca8cc9/attachment-0001.sig>


More information about the libvir-list mailing list