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

2017-03-23 Thread Jiri Denemark
On Wed, Mar 22, 2017 at 21:42:49 -0400, John Ferlan wrote: > On 03/22/2017 12:26 PM, Jiri Denemark wrote: > > On Fri, Mar 17, 2017 at 14:39:01 -0400, John Ferlan wrote: ... > >> @@ -5075,6 +5086,38 @@ qemuMigrationRun(virQEMUDriverPtr driver, > >> if (qemuDomainMigrateGraphicsRelocate(driver,

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

2017-03-22 Thread John Ferlan
On 03/22/2017 12:26 PM, Jiri Denemark wrote: > On Fri, Mar 17, 2017 at 14:39:01 -0400, John Ferlan wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1300769 >> >> If the migration flags indicate this migration will be using TLS, >> then while we have connection in the Begin phase check and

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

2017-03-22 Thread Jiri Denemark
On Fri, Mar 17, 2017 at 14:39:01 -0400, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1300769 > > If the migration flags indicate this migration will be using TLS, > then while we have connection in the Begin phase check and setup the > TLS environment that will be used by

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

2017-03-17 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1300769 If the migration flags indicate this migration will be using TLS, then while we have connection in the Begin phase check and setup the TLS environment that will be used by virMigrationRun during the Perform phase for the source to configure TLS.