[PATCH v1] docs: migration: remove xenmigr

Olaf Hering posted 1 patch 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210105104124.15138-1-olaf@aepfle.de
docs/migration.html.in | 6 ------
1 file changed, 6 deletions(-)
[PATCH v1] docs: migration: remove xenmigr
Posted by Olaf Hering 3 years, 3 months ago
xenmigr was for xend

Fixes commit 1dac5fbbbb06a0341e8087dc33af75c8352d77a4

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 docs/migration.html.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/migration.html.in b/docs/migration.html.in
index ac38c6e13d..627200f96a 100644
--- a/docs/migration.html.in
+++ b/docs/migration.html.in
@@ -491,7 +491,6 @@ virsh migrate web1 xen+tls://desthost/system
 eg using secondary network interface
 
 virsh migrate web1 qemu://desthost/system tcp://10.0.0.1/
-virsh migrate web1 xen+tcp://desthost/system  xenmigr:10.0.0.1/
     </pre>
 
     <p>
@@ -562,13 +561,8 @@ syntax: virsh migrate GUESTNAME HV-URI
 
 eg using same libvirt URI for all connections
 
-virsh migrate --direct web1 xenmigr://desthost/
     </pre>
 
-    <p>
-      Supported by Xen driver
-    </p>
-
     <h3><a id="nativepeer2peer">Native migration, peer2peer between two libvirtd servers</a></h3>
 
     <p>

Re: [PATCH v1] docs: migration: remove xenmigr
Posted by Michal Privoznik 3 years, 3 months ago
On 1/5/21 11:41 AM, Olaf Hering wrote:
> xenmigr was for xend
> 
> Fixes commit 1dac5fbbbb06a0341e8087dc33af75c8352d77a4
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> ---
>   docs/migration.html.in | 6 ------
>   1 file changed, 6 deletions(-)

Tweaked the commit message a bit and pushed.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal