[PATCH 09/10] viruri: Introduce virURIParamsSetIgnore()

Peter Krempa pkrempa at redhat.com
Tue Feb 7 08:55:54 UTC 2023


On Mon, Feb 06, 2023 at 10:16:57 +0100, Michal Privoznik wrote:
> The aim of this helper is to manipulate the .ignore value for
> given list of parameters. For instance:
> 
>   virURIParamsSetIgnore(uri, false, {"mode", "socket", NULL});
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/libvirt_private.syms |  1 +
>  src/util/viruri.c        | 18 ++++++++++++++++++
>  src/util/viruri.h        |  2 ++
>  3 files changed, 21 insertions(+)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list