schema: Add rdma for host migrate transport capability

https://bugzilla.redhat.com/show_bug.cgi?id=1572491

Commit id 'b3fd95e36' added rdma as a valid option for
virCapabilitiesAddHostMigrateTransport, but didn't update
the capabilities schema resulting in possible virt-xml-validate
failure.

While at it, update the capabilityschemadata for caps-qemu-kvm

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
John Ferlan 2018-05-18 18:00:23 -04:00
parent dcd9db75fe
commit 4cfa9309dc
2 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@
<choice> <choice>
<value>vpxmigr</value> <value>vpxmigr</value>
<value>tcp</value> <value>tcp</value>
<value>rdma</value>
</choice> </choice>
</element> </element>
</oneOrMore> </oneOrMore>

View File

@ -8,6 +8,7 @@
<live/> <live/>
<uri_transports> <uri_transports>
<uri_transport>tcp</uri_transport> <uri_transport>tcp</uri_transport>
<uri_transport>rdma</uri_transport>
</uri_transports> </uri_transports>
</migration_features> </migration_features>
<topology> <topology>