Re: [libvirt] [PATCH 6/9] qemu: command: Split out formatting of disk source commandline

2018-07-10 Thread Ján Tomko
On Tue, Jul 10, 2018 at 10:44:46AM +0200, Peter Krempa wrote: Further split qemuBuildDiskCommandLine to separate formatting of the source part. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 37 ++--- 1 file changed, 26 insertions(+), 11 deletions(-)

[libvirt] [PATCH 6/9] qemu: command: Split out formatting of disk source commandline

2018-07-10 Thread Peter Krempa
Further split qemuBuildDiskCommandLine to separate formatting of the source part. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 37 ++--- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c