[PATCH v3 0/2] qemu: Allow migration over UNIX sockets

Martin Kletzander mkletzan at redhat.com
Fri Sep 4 08:58:44 UTC 2020


v3:
 - Forbid listen-address with unix: desturi

v2:
 - Allow TLS and parallel migration as well
 - Use simpler unix socket URIs

Resolves: https://bugzilla.redhat.com/1638889

Martin Kletzander (2):
  qemu: Allow migration over UNIX socket
  news: qemu: Allow migration over UNIX sockets

 NEWS.rst                         |   6 ++
 docs/manpages/virsh.rst          |  13 ++-
 docs/migration.html.in           |  33 ++++++++
 src/qemu/qemu_driver.c           |  22 ++++-
 src/qemu/qemu_migration.c        | 138 +++++++++++++++++++++++--------
 src/qemu/qemu_migration_params.c |   9 ++
 src/qemu/qemu_migration_params.h |   3 +
 src/qemu/qemu_monitor.c          |  15 ++++
 src/qemu/qemu_monitor.h          |   4 +
 9 files changed, 204 insertions(+), 39 deletions(-)

-- 
2.28.0




More information about the libvir-list mailing list