Re: [Qemu-devel] [PATCH v1 RFC 00/34] Generic support for TLS protocol & I/O channels

2015-04-23 Thread Stefan Hajnoczi
On Fri, Apr 17, 2015 at 03:22:03PM +0100, Daniel P. Berrange wrote: > While I will probably start work on it, I'm not intending to submit > the update of the NBD/migration code, until this series has been > positively reviewed and looks like it is close to accepted for merge, > as there are already

[Qemu-devel] [PATCH v1 RFC 00/34] Generic support for TLS protocol & I/O channels

2015-04-17 Thread Daniel P. Berrange
The following series is a work-in-progress of my effort to bring TLS encryption support to all the QEMU socket based backends. The current patches just illustrate changes to the chardev backends, but future patches will cover NBD client/server and the migration client/server code. The original disc