Re: [libvirt] [PATCH v2 06/14] qemu: Introduce privateData for _virStorageSource

2017-09-24 Thread John Ferlan
On 09/22/2017 11:12 AM, John Ferlan wrote: > > > On 09/21/2017 10:31 AM, Peter Krempa wrote: >> On Fri, Sep 15, 2017 at 20:30:09 -0400, John Ferlan wrote: >>> Since the secret information is really _virStorageSource specific >>> piece of data, let's create a privateData object for _virStorageSo

Re: [libvirt] [PATCH v2 06/14] qemu: Introduce privateData for _virStorageSource

2017-09-22 Thread John Ferlan
On 09/21/2017 10:31 AM, Peter Krempa wrote: > On Fri, Sep 15, 2017 at 20:30:09 -0400, John Ferlan wrote: >> Since the secret information is really _virStorageSource specific >> piece of data, let's create a privateData object for _virStorageSource >> and move the @secinfo from _qemuDomainDiskPriv

Re: [libvirt] [PATCH v2 06/14] qemu: Introduce privateData for _virStorageSource

2017-09-21 Thread Peter Krempa
On Fri, Sep 15, 2017 at 20:30:09 -0400, John Ferlan wrote: > Since the secret information is really _virStorageSource specific > piece of data, let's create a privateData object for _virStorageSource > and move the @secinfo from _qemuDomainDiskPrivate into a new > _qemuDomainDiskSrcPrivate structur

[libvirt] [PATCH v2 06/14] qemu: Introduce privateData for _virStorageSource

2017-09-15 Thread John Ferlan
Since the secret information is really _virStorageSource specific piece of data, let's create a privateData object for _virStorageSource and move the @secinfo from _qemuDomainDiskPrivate into a new _qemuDomainDiskSrcPrivate structure and manage it from there. Signed-off-by: John Ferlan --- src/c