]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow NBD migration over UNIX socket
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 24 Aug 2020 13:42:31 +0000 (15:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 4 Sep 2020 08:20:49 +0000 (10:20 +0200)
commit49186372dbe800b78ff3c16ac715b06a287e9190
tree474c13960ba0d9cb7138e704891ee090bf2f81bb
parentc5872b9a1b28c18c71f607494a636ad1a3bc035e
qemu: Allow NBD migration over UNIX socket

Adds new typed param for migration and uses this as a UNIX socket path that
should be used for the NBD part of migration.  And also adds virsh support.

Partially resolves: https://bugzilla.redhat.com/1638889

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
docs/manpages/virsh.rst
include/libvirt/libvirt-domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h
tools/virsh-domain.c