Re: [libvirt] [PATCH v2 01/14] qemu: Introduce qemuDomainSecretInfoNew

2017-02-24 Thread John Ferlan
On 02/24/2017 09:00 AM, Jiri Denemark wrote: > On Thu, Feb 23, 2017 at 13:42:03 -0500, John Ferlan wrote: >> Create a helper which will create the secinfo used for disks, hostdevs, >> and chardevs. >> >> Signed-off-by: John Ferlan >> --- >> src/qemu/qemu_domain.c | 140 >>

Re: [libvirt] [PATCH v2 01/14] qemu: Introduce qemuDomainSecretInfoNew

2017-02-24 Thread Jiri Denemark
On Thu, Feb 23, 2017 at 13:42:03 -0500, John Ferlan wrote: > Create a helper which will create the secinfo used for disks, hostdevs, > and chardevs. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_domain.c | 140 > ++--- > 1

[libvirt] [PATCH v2 01/14] qemu: Introduce qemuDomainSecretInfoNew

2017-02-23 Thread John Ferlan
Create a helper which will create the secinfo used for disks, hostdevs, and chardevs. Signed-off-by: John Ferlan --- src/qemu/qemu_domain.c | 140 ++--- 1 file changed, 74 insertions(+), 66 deletions(-) diff --git