Re: [libvirt] [PATCH 13/13] qemu: Set up the migration TLS objects for source

2017-02-22 Thread Jiri Denemark
On Tue, Feb 21, 2017 at 22:47:38 +0100, Jiri Denemark wrote: > On Fri, Feb 17, 2017 at 14:39:30 -0500, John Ferlan wrote: > > https://bugzilla.redhat.com/show_bug.cgi?id=1300769 > > > > Modify the Begin phase to add the checks to determine whether a migration > > wishes to use TLS and whether

Re: [libvirt] [PATCH 13/13] qemu: Set up the migration TLS objects for source

2017-02-21 Thread Jiri Denemark
On Fri, Feb 17, 2017 at 14:39:30 -0500, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1300769 > > Modify the Begin phase to add the checks to determine whether a migration > wishes to use TLS and whether it's configured including adding the secret > into the priv->migSecinfo

[libvirt] [PATCH 13/13] qemu: Set up the migration TLS objects for source

2017-02-17 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1300769 Modify the Begin phase to add the checks to determine whether a migration wishes to use TLS and whether it's configured including adding the secret into the priv->migSecinfo for the source domain. Modify the Perform phase in qemuMigrationRun in