Re: [libvirt] [PATCH 10/21] qemu: migration: src: qemu `drive-mirror` to UNIX

2015-12-14 Thread John Ferlan
On 11/18/2015 01:13 PM, Pavel Boldin wrote: > Make qemuMigrationDriveMirror able to instruct QEMU to connect to > a local UNIX socket used for tunnelling. > > Signed-off-by: Pavel Boldin > --- > src/qemu/qemu_migration.c | 45 ++---

[libvirt] [PATCH 10/21] qemu: migration: src: qemu `drive-mirror` to UNIX

2015-11-18 Thread Pavel Boldin
Make qemuMigrationDriveMirror able to instruct QEMU to connect to a local UNIX socket used for tunnelling. Signed-off-by: Pavel Boldin --- src/qemu/qemu_migration.c | 45 ++--- 1 file changed, 30 insertions(+), 15 deletions(-) diff