Re: [libvirt] [PATCH v2 05/12] qemu: Use qemuDomainSecretInfoPtr in qemuBuildNetworkDriveURI

2016-04-27 Thread Cole Robinson
On 04/16/2016 10:17 AM, John Ferlan wrote: > Rather than take username and password as parameters, now take > a qemuDomainSecretInfoPtr and decode within the function. > > NB: Having secinfo implies having the username for a plain type > from a successful virSecretGetSecretString > > Signed-o

[libvirt] [PATCH v2 05/12] qemu: Use qemuDomainSecretInfoPtr in qemuBuildNetworkDriveURI

2016-04-16 Thread John Ferlan
Rather than take username and password as parameters, now take a qemuDomainSecretInfoPtr and decode within the function. NB: Having secinfo implies having the username for a plain type from a successful virSecretGetSecretString Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 40 +++