Re: [libvirt] [PATCH 12/21] qemu: migration: src: add NBD unixSock to iothread

2015-12-14 Thread John Ferlan
On 11/18/2015 01:13 PM, Pavel Boldin wrote: > Pass UNIX socket used as a local NBD server destination to the > migration iothread. > > Signed-off-by: Pavel Boldin > --- > src/qemu/qemu_migration.c | 46 ++ > 1 file changed, 38

[libvirt] [PATCH 12/21] qemu: migration: src: add NBD unixSock to iothread

2015-11-18 Thread Pavel Boldin
Pass UNIX socket used as a local NBD server destination to the migration iothread. Signed-off-by: Pavel Boldin --- src/qemu/qemu_migration.c | 46 ++ 1 file changed, 38 insertions(+), 8 deletions(-) diff --git