Re: [Qemu-devel] [PATCH v3 25/27] migration: add support for encrypting data with TLS

2016-03-10 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > This extends the migration_set_incoming_channel and > migration_set_outgoing_channel methods so that they > will automatically wrap the QIOChannel in a > QIOChannelTLS instance if TLS credentials are configured > in the migration parameters. Revi

[Qemu-devel] [PATCH v3 25/27] migration: add support for encrypting data with TLS

2016-02-26 Thread Daniel P. Berrange
This extends the migration_set_incoming_channel and migration_set_outgoing_channel methods so that they will automatically wrap the QIOChannel in a QIOChannelTLS instance if TLS credentials are configured in the migration parameters. This allows TLS to work for tcp, unix, fd and exec migration pro