[libvirt] [PATCH 0/4] Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param

Jiri Denemark jdenemar at redhat.com
Tue Dec 3 15:33:54 UTC 2019


Normally the TLS certificate from the destination host must match the
host's name for TLS verification to succeed. When the certificate does
not match the destination hostname and the expected cetificate's
hostname is known, this parameter can be used to pass this expected
hostname when starting the migration.

Jiri Denemark (4):
  qemu: Add support for setting string migration params
  Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
  qemu: Implement VIR_MIGRATE_PARAM_TLS_DESTINATION
  virsh: Add --tls-destination option for migrate command

 include/libvirt/libvirt-domain.h | 14 +++++++
 src/qemu/qemu_migration.h        |  1 +
 src/qemu/qemu_migration_params.c | 65 +++++++++++++++++++++++++++++++-
 tools/virsh-domain.c             | 11 ++++++
 tools/virsh.pod                  |  8 +++-
 5 files changed, 96 insertions(+), 3 deletions(-)

-- 
2.24.0




More information about the libvir-list mailing list