[libvirt] [PATCH v2 2/8] schema: Remove xenmigr from host migrate transport capability

John Ferlan jferlan at redhat.com
Mon May 21 12:40:39 UTC 2018


Commit id '1dac5fbb' removed xenmigr as a capability option
for virCapabilitiesAddHostMigrateTransport but didn't update
the schema resulting in possible failure for virt-xml-validate.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 docs/schemas/capability.rng | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
index e1ab5c2240..e11dd51150 100644
--- a/docs/schemas/capability.rng
+++ b/docs/schemas/capability.rng
@@ -162,7 +162,6 @@
               <choice>
                 <value>esx</value>
                 <value>tcp</value>
-                <value>xenmigr</value>
               </choice>
             </element>
           </oneOrMore>
-- 
2.14.3




More information about the libvir-list mailing list