Re: [libvirt] [PATCH 09/12] util: storagefile: Split out parsing of NBD string into a separate func

2014-11-21 Thread Peter Krempa
On 11/20/14 16:16, John Ferlan wrote: On 11/12/2014 08:47 AM, Peter Krempa wrote: Split out the code so that the function looks homogenous after adding more protocol specific parsers. --- src/util/virstoragefile.c | 141 -- 1 file changed,

Re: [libvirt] [PATCH 09/12] util: storagefile: Split out parsing of NBD string into a separate func

2014-11-20 Thread John Ferlan
On 11/12/2014 08:47 AM, Peter Krempa wrote: Split out the code so that the function looks homogenous after adding more protocol specific parsers. --- src/util/virstoragefile.c | 141 -- 1 file changed, 86 insertions(+), 55 deletions(-) diff

[libvirt] [PATCH 09/12] util: storagefile: Split out parsing of NBD string into a separate func

2014-11-12 Thread Peter Krempa
Split out the code so that the function looks homogenous after adding more protocol specific parsers. --- src/util/virstoragefile.c | 141 -- 1 file changed, 86 insertions(+), 55 deletions(-) diff --git a/src/util/virstoragefile.c