[libvirt] [PATCH] doc: Add schema definition for imagelabel

Daniel Veillard veillard at redhat.com
Mon Mar 21 08:23:52 UTC 2011


On Mon, Mar 21, 2011 at 04:00:05PM +0800, Osier Yang wrote:
> ---
>  docs/schemas/domain.rng |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
> index 21c4380..30f673f 100644
> --- a/docs/schemas/domain.rng
> +++ b/docs/schemas/domain.rng
> @@ -64,6 +64,9 @@
>        <element name="label">
>          <text/>
>        </element>
> +      <element name="imagelabel">
> +        <text/>
> +      </element>
>      </element>
>    </define>
>    <define name="hvs">

  ACK, this element is looked for in src/conf/domain_conf.c but
missing from Relax-NG schemas for the domain.
  Please put a small explanation in the git commit please :-)

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