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

Jiri Denemark posted 4 patches 4 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1575387200.git.jdenemar@redhat.com
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(-)
[libvirt] [PATCH 0/4] Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
Posted by Jiri Denemark 4 years, 3 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/4] Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
Posted by Pavel Hrdina 4 years, 3 months ago
On Tue, Dec 03, 2019 at 04:33:54PM +0100, Jiri Denemark wrote:
> 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

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list