[libvirt] [PATCH 2/5] Update capabilities schema to allow multiple machines per domain

Daniel Veillard veillard at redhat.com
Thu Sep 10 11:28:45 UTC 2009


On Thu, Sep 10, 2009 at 09:59:02AM +0100, Mark McLoughlin wrote:
> * docs/schemas/capabilities.rng: allow multiple machines per domain
>   just like they are allowed for guests
> ---
>  docs/schemas/capability.rng |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
> index dbfe1c5..a9daa40 100644
> --- a/docs/schemas/capability.rng
> +++ b/docs/schemas/capability.rng
> @@ -224,9 +224,9 @@
>        <optional>
>  	<ref name='emulator'/>
>        </optional>
> -      <optional>
> +      <zeroOrMore>
>  	<ref name='machine'/>
> -      </optional>
> +      </zeroOrMore>
>      </element>
>    </define>
>  

  ACK, good catch too !

   thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list