[libvirt] [PATCH 11/26] schema: Allow <target index='...'/>

Laine Stump laine at laine.org
Tue Jun 13 21:53:52 UTC 2017


On 06/02/2017 12:07 PM, Andrea Bolognani wrote:
> ---
>  docs/schemas/domaincommon.rng | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> index 4d9f8d1..cff595b 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -1996,6 +1996,11 @@
>                    </attribute>
>                  </optional>
>                  <optional>
> +                  <attribute name='index'>
> +                    <ref name='uint8'/>
> +                  </attribute>
> +                </optional>
> +                <optional>
>                    <element name='node'>
>                      <ref name='unsignedInt'/>
>                    </element>
> 

I always just put the schema changes in the same patch as the
parser/formatter changes (along with documentation in
formatdomain.html.in - I know you said in your epic synopsis that you
have documentation patches planned, but in the past we've required an
addition to format*.html.in before ACKing any patch that added to the
parser/formatter/schema).




More information about the libvir-list mailing list