On Fri, Jan 24, 2020 at 11:27:16 +0100, Michal Privoznik wrote: > The virCapabilitiesGetNodeInfo() function has the usual return > value semantics for integeres: a negative value means an error, > zero or a positive value means success. However, the function > call done in virCPUProbeHost() doesn't check for the return value > accordingly. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > src/cpu/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>