Re: [libvirt] [PATCH 1/7] storage: rework qemu-img command line generation

2013-06-17 Thread Ján Tomko
On 06/10/2013 04:12 PM, Martin Kletzander wrote: > On 06/10/2013 02:10 PM, Ján Tomko wrote: >> Split out option string generation to make adding new options easier >> and simplify the code. >> --- >> src/storage/storage_backend.c | 111 >> ++ >> 1 file chan

Re: [libvirt] [PATCH 1/7] storage: rework qemu-img command line generation

2013-06-10 Thread Martin Kletzander
On 06/10/2013 02:10 PM, Ján Tomko wrote: > Split out option string generation to make adding new options easier > and simplify the code. > --- > src/storage/storage_backend.c | 111 > ++ > 1 file changed, 59 insertions(+), 52 deletions(-) > [...] > @@ -795

[libvirt] [PATCH 1/7] storage: rework qemu-img command line generation

2013-06-10 Thread Ján Tomko
Split out option string generation to make adding new options easier and simplify the code. --- src/storage/storage_backend.c | 111 ++ 1 file changed, 59 insertions(+), 52 deletions(-) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backen