On (Thu) 26 May 2016 [09:05:37], Eric Blake wrote: > > @@ -667,6 +702,21 @@ > > # auto-converge detects that migration is not > > making > > # progress. The default value is 10. (Since 2.7) > > # > > +# @tls-creds: ID of the 'tls-creds' object that provides credentials for > > +# establishing a TLS connection over the migration data > > channel. > > +# On the outgoing side of the migration, the credentials must > > +# be for a 'client' endpoint, while for the incoming side the > > +# credentials must be for a 'server' endpoint. Setting this > > +# will enable TLS for all migrations. The default is unset, > > +# resulting in unsecured migration at the QEMU level. (Since > > 2.6) > > Missed a swap to call out 2.7
Ugh, I did miss a few didn't I? Dan, can you please follow up with the fixes Eric sugests? Thanks, Amit