[PATCH 02/16] virxml: Introduce virXMLPropLongLong()

Peter Krempa pkrempa at redhat.com
Thu Jun 2 07:46:26 UTC 2022


On Thu, Jun 02, 2022 at 09:17:52 +0200, Michal Privoznik wrote:
> So far, we have functions that parse an enum, int, tristate bool,
> and what not but we have none for long long. Heavily inspired by
> virXMLPropInt(), introduce virXMLPropLongLong() for parsing long
> long attributes.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/libvirt_private.syms |  1 +
>  src/util/virxml.c        | 62 ++++++++++++++++++++++++++++++++++++++++
>  src/util/virxml.h        |  9 ++++++
>  3 files changed, 72 insertions(+)

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


More information about the libvir-list mailing list