Re: [libvirt] [PATCH v2 5/8] qemu: Separate network URI command building code

2016-05-05 Thread Daniel P. Berrange
On Mon, May 02, 2016 at 05:51:12PM -0400, John Ferlan wrote: > Create helper API's in order to build the network URI as shortly we will > be adding a new SecretInfo type > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 90 > + > 1

[libvirt] [PATCH v2 5/8] qemu: Separate network URI command building code

2016-05-02 Thread John Ferlan
Create helper API's in order to build the network URI as shortly we will be adding a new SecretInfo type Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 90 + 1 file changed, 69 insertions(+), 21 deletions(-) diff --git a/src/qemu/qemu_co