]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow migration over UNIX socket
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 2 Sep 2020 10:06:12 +0000 (12:06 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Sat, 5 Sep 2020 05:55:45 +0000 (07:55 +0200)
commitf51cbe92c0d84e29ea1f158ad544a4d69ec1cee3
tree2ac6399d88ab9b9ff7fdddb646e3eb623905ed29
parentee6c936fbbfb217175326f0201d59cc6727a0678
qemu: Allow migration over UNIX socket

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 <mkletzan@redhat.com>
docs/manpages/virsh.rst
docs/migration.html.in
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration_params.c
src/qemu/qemu_migration_params.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h