[libvirt] [PATCHv1.5 05/27] qemu: Split out formatting of network disk source URI

2013-11-26 Thread Peter Krempa
The snapshot code will need to use qemu-style formatted URIs of network disks. Split out the code to avoid duplication. --- src/qemu/qemu_command.c | 146 src/qemu/qemu_command.h | 6 ++ 2 files changed, 91 insertions(+), 61 deletions(-) diff

Re: [libvirt] [PATCHv1.5 05/27] qemu: Split out formatting of network disk source URI

2013-11-26 Thread Michal Privoznik
On 26.11.2013 17:48, Peter Krempa wrote: The snapshot code will need to use qemu-style formatted URIs of network disks. Split out the code to avoid duplication. --- src/qemu/qemu_command.c | 146 src/qemu/qemu_command.h | 6 ++ 2 files