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

2022-06-02 Thread Peter Krempa
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-of

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

2022-06-02 Thread Michal Privoznik
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 --- src/libvirt_private.syms | 1 + src/util/virxm