[libvirt] [PATCH v3 7/9] util: add virTypedParamsAddStringList

John Ferlan jferlan at redhat.com
Fri May 29 13:35:55 UTC 2015



On 05/26/2015 09:01 AM, Michal Privoznik wrote:
> From: Pavel Boldin <pboldin at mirantis.com>
> 
> The `virTypedParamsAddStringList' function provides interface to add a
> NULL-terminated array of string values as a multi-value to the params.
> 
> Signed-off-by: Pavel Boldin <pboldin at mirantis.com>
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  include/libvirt/libvirt-host.h |  6 ++++++
>  src/libvirt_public.syms        |  1 +
>  src/util/virtypedparam.c       | 36 ++++++++++++++++++++++++++++++++++++
>  tests/virtypedparamtest.c      | 28 ++++++++++++++++++++++++++++
>  4 files changed, 71 insertions(+)
> 

Previous ACK still applies it seems - just going to need to change
libvirt_public.syms


John




More information about the libvir-list mailing list