[libvirt] [PATCH 09/10] secret: Use the hashed virSecretObjList

Cole Robinson crobinso at redhat.com
Mon Apr 18 21:45:24 UTC 2016


On 03/02/2016 01:55 PM, John Ferlan wrote:
> This patch replaces most of the guts of secret_driver.c with recently
> added secret_conf.c APIs in order manage secret lists and objects
> using the hashed virSecretObjList* lookup API's.
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  src/conf/secret_conf.h     |   3 +-
>  src/libvirt_private.syms   |   9 +
>  src/secret/secret_driver.c | 437 ++++++---------------------------------------
>  3 files changed, 61 insertions(+), 388 deletions(-)
> 

ACK, mirrors the network driver usage (where similar), and all the custom
logic beats seem to be handled in the previous patches

- Cole




More information about the libvir-list mailing list