Re: [libvirt PATCH v2 01/13] src: replace use of INT_BUFSIZE_BOUND macros

2020-01-17 Thread Pavel Hrdina
On Thu, Jan 16, 2020 at 03:24:36PM +, Daniel P. Berrangé wrote: > Introduce a vastly simpler VIR_INT64_STR_BUFLEN constant > which is large enough for all cases where we currently > use INT_BUFSIZE_BOUND. This eliminates most use of the > gnulib intprops.h header. > > Signed-off-by: Daniel P.

[libvirt PATCH v2 01/13] src: replace use of INT_BUFSIZE_BOUND macros

2020-01-16 Thread Daniel P . Berrangé
Introduce a vastly simpler VIR_INT64_STR_BUFLEN constant which is large enough for all cases where we currently use INT_BUFSIZE_BOUND. This eliminates most use of the gnulib intprops.h header. Signed-off-by: Daniel P. Berrangé --- src/hyperv/hyperv_driver.c| 3 +-