Re: [libvirt] [PATCH 07/10] secret: Introduce virSecretObjListExport

2016-03-21 Thread Eric Blake
On 03/02/2016 11:55 AM, John Ferlan wrote: > Add function to return a "match" filtered list of secret objects. This > function replaces the guts of secretConnectListAllSecrets. > > Need to also move and make global virSecretUsageIDForDef since it'll > be used by both secret_driver.c and secret_con

[libvirt] [PATCH 07/10] secret: Introduce virSecretObjListExport

2016-03-02 Thread John Ferlan
Add function to return a "match" filtered list of secret objects. This function replaces the guts of secretConnectListAllSecrets. Need to also move and make global virSecretUsageIDForDef since it'll be used by both secret_driver.c and secret_conf.c Signed-off-by: John Ferlan --- src/conf/secret