Re: [Qemu-devel] [PATCH v1 10/22] migration: convert tcp socket protocol to use QIOChannel

2016-02-03 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > On Tue, Feb 02, 2016 at 06:19:03PM +, Dr. David Alan Gilbert wrote: > > * Daniel P. Berrange (berra...@redhat.com) wrote: > > > Convert the tcp socket migration protocol driver to use > > > QIOChannel and QEMUFileChannel, instead of plain sock

Re: [Qemu-devel] [PATCH v1 10/22] migration: convert tcp socket protocol to use QIOChannel

2016-02-03 Thread Daniel P. Berrange
On Tue, Feb 02, 2016 at 06:19:03PM +, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > Convert the tcp socket migration protocol driver to use > > QIOChannel and QEMUFileChannel, instead of plain sockets > > APIs. > > > > While this now looks pretty similar

Re: [Qemu-devel] [PATCH v1 10/22] migration: convert tcp socket protocol to use QIOChannel

2016-02-02 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > Convert the tcp socket migration protocol driver to use > QIOChannel and QEMUFileChannel, instead of plain sockets > APIs. > > While this now looks pretty similar to the migration/unix.c > file from the previous patch, it was decided not to merge

[Qemu-devel] [PATCH v1 10/22] migration: convert tcp socket protocol to use QIOChannel

2016-01-12 Thread Daniel P. Berrange
Convert the tcp socket migration protocol driver to use QIOChannel and QEMUFileChannel, instead of plain sockets APIs. While this now looks pretty similar to the migration/unix.c file from the previous patch, it was decided not to merge the two, because when TLS is added to the TCP impl later, thi