Re: [libvirt] [PATCH 09/21] qemu: migration: src: nbdtunnel unix socket

2015-12-14 Thread John Ferlan
On 11/18/2015 01:13 PM, Pavel Boldin wrote: > Create a UNIX socket that will be a target for outgoing NBD connection > from the QEMU side. > > Signed-off-by: Pavel Boldin > --- > src/qemu/qemu_migration.c | 24 +++- > 1 file changed, 23 insertions(+),

[libvirt] [PATCH 09/21] qemu: migration: src: nbdtunnel unix socket

2015-11-18 Thread Pavel Boldin
Create a UNIX socket that will be a target for outgoing NBD connection from the QEMU side. Signed-off-by: Pavel Boldin --- src/qemu/qemu_migration.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_migration.c