Re: [libvirt] [PATCH 12/12] qemu: driver: allow remote destinations for block copy

2019-08-15 Thread Ján Tomko
On Thu, Aug 08, 2019 at 06:00:42PM +0200, Peter Krempa wrote: Now that we support blockdev for qemuDomainBlockCopy we can allow copying to remote destinations as well. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 47 -- 1 file changed, 32

[libvirt] [PATCH 12/12] qemu: driver: allow remote destinations for block copy

2019-08-08 Thread Peter Krempa
Now that we support blockdev for qemuDomainBlockCopy we can allow copying to remote destinations as well. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 47 -- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git