[libvirt] [PATCH 2/5] Add virSwitch to data types

John Ferlan jferlan at redhat.com
Mon Sep 15 21:56:07 UTC 2014



On 09/11/2014 07:43 AM, Ján Tomko wrote:
> Just to make this series work until Martin pushes his more complete
> cleanup:
> https://www.redhat.com/archives/libvir-list/2014-September/msg00391.html
> ---
>  docs/schemas/basictypes.rng | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Looks like this goes away with Martin's virOnOff

John
> diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng
> index 75d5238..3e90262 100644
> --- a/docs/schemas/basictypes.rng
> +++ b/docs/schemas/basictypes.rng
> @@ -446,4 +446,10 @@
>      </optional>
>    </define>
>  
> +  <define name="virSwitch">
> +    <choice>
> +      <value>on</value>
> +      <value>off</value>
> +    </choice>
> +  </define>
>  </grammar>
> 




More information about the libvir-list mailing list