Re: [Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS

2016-01-20 Thread Daniel P. Berrange
ping, any thoughts on this series. This native encryption is pretty important to the openstack community, along with NBD encryption, so I'd like to try and get it ready in time for 2.6. Regards, Daniel On Tue, Jan 12, 2016 at 11:43:54AM +, Daniel P. Berrange wrote: > This is a formal posting

Re: [Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS

2016-01-12 Thread Daniel P. Berrange
BTW, also available at https://github.com/berrange/qemu/tree/io-channel-migration-1 On Tue, Jan 12, 2016 at 11:43:54AM +, Daniel P. Berrange wrote: > This is a formal posting of patches that were previously > previewed at: > > FYI: https://lists.gnu.org/archive/html/qemu-devel/2015-09/ms

[Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS

2016-01-12 Thread Daniel P. Berrange
This is a formal posting of patches that were previously previewed at: FYI: https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg00829.html The primary goal of this series of patches is to support TLS on the migration data channel. The bulk of the work in this series though, is converting t