[libvirt] [PATCH 07/19] util: Introduce virSecretFormatSecret

Peter Krempa pkrempa at redhat.com
Tue Jun 21 14:08:14 UTC 2016


On Mon, Jun 13, 2016 at 20:27:46 -0400, John Ferlan wrote:
> Add utility to format the virSecretLookupTypeDefPtr in XML
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  src/libvirt_private.syms  |  1 +
>  src/util/virsecret.c      | 26 ++++++++++++++++++++++++++
>  src/util/virsecret.h      |  3 +++
>  src/util/virstoragefile.c | 19 +------------------
>  4 files changed, 31 insertions(+), 18 deletions(-)
> 
> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
> index ca65885..fdf06ae 100644
> --- a/src/libvirt_private.syms
> +++ b/src/libvirt_private.syms
> @@ -2209,6 +2209,7 @@ virSecurityLabelDefNew;
>  
>  
>  # util/virsecret.h
> +virSecretFormatSecret;

ACK if you pick a more reasonable name.




More information about the libvir-list mailing list