[libvirt] [PATCH 1/5] Add esx and tcp migration uri transports to capabilities schema

Daniel Veillard veillard at redhat.com
Thu Sep 10 11:27:17 UTC 2009


On Thu, Sep 10, 2009 at 09:59:01AM +0100, Mark McLoughlin wrote:
> * docs/schemas/capabilities.rng: include esx and tcp uri_transport
> ---
>  docs/schemas/capability.rng |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
> index 1e3c5f3..dbfe1c5 100644
> --- a/docs/schemas/capability.rng
> +++ b/docs/schemas/capability.rng
> @@ -79,6 +79,8 @@
>  	  <oneOrMore>
>  	    <element name='uri_transport'>
>  	      <choice>
> +		<value>esx</value>
> +		<value>tcp</value>
>  		<value>xenmigr</value>
>  	      </choice>
>  	    </element>

  ACK good catch, I checked the source for potential others
  virCapabilitiesAddHostMigrateTransport() but it looks complete to me
  too now :-)

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