Re: [libvirt] [PATCH 11/21] qemu: migration: src: qemuSock for running thread

2015-12-14 Thread John Ferlan
On 11/18/2015 01:13 PM, Pavel Boldin wrote: > Tunnelled drive mirroring requires an active thread to accept incoming > connections from the QEMU and pumping them to the remote host through > the tunnel. > > For this, we need to split thread's QEMU socket initialization from > the start of the

[libvirt] [PATCH 11/21] qemu: migration: src: qemuSock for running thread

2015-11-18 Thread Pavel Boldin
Tunnelled drive mirroring requires an active thread to accept incoming connections from the QEMU and pumping them to the remote host through the tunnel. For this, we need to split thread's QEMU socket initialization from the start of the thread and introduce qemuMigrationSetQEMUSocket to specify