Re: [PATCH v3 1/2] qemu: Allow migration over UNIX socket

2020-09-05 Thread Laine Stump
On 9/4/20 11:57 AM, Jiri Denemark wrote: On Fri, Sep 04, 2020 at 10:58:45 +0200, Martin Kletzander wrote: T... @@ -3684,6 +3715,14 @@ qemuMigrationSrcRun(virQEMUDriverPtr driver, if (migrate_flags & (QEMU_MONITOR_MIGRATE_NON_SHARED_DISK |

Re: [PATCH v3 1/2] qemu: Allow migration over UNIX socket

2020-09-04 Thread Jiri Denemark
On Fri, Sep 04, 2020 at 10:58:45 +0200, Martin Kletzander wrote: > This allows: > > a) migration without access to network > > b) complete control of the migration stream > > c) easy migration between containerised libvirt daemons on the same host > > Resolves:

[PATCH v3 1/2] qemu: Allow migration over UNIX socket

2020-09-04 Thread Martin Kletzander
This allows: a) migration without access to network b) complete control of the migration stream c) easy migration between containerised libvirt daemons on the same host Resolves: https://bugzilla.redhat.com/1638889 Signed-off-by: Martin Kletzander --- docs/manpages/virsh.rst |