[libvirt] [PATCH v2 08/10] nodeinfo: Use nodeGetOnlineCPUBitmap() when parsing node

Andrea Bolognani abologna at redhat.com
Wed Jul 22 08:41:23 UTC 2015


On Wed, 2015-07-22 at 10:34 +0200, Peter Krempa wrote:
> 
> > @@ -432,6 +432,9 @@ virNodeParseNode(const char *sysfs_prefix,
> >      present_cpumap = nodeGetPresentCPUBitmap(sysfs_prefix);
> >      if (!present_cpumap)
> >          goto cleanup;
> > +    online_cpus_map = nodeGetOnlineCPUBitmap(sysfs_prefix, NULL);
> 
> This can't be compiled since nodeGetOnlineCPUBitmap doesn't have the
> second parameter. I see that you've fixed it in next commit so I'll 
> move
> it here before pushing.

Sorry, must have slipped through during one of the rebases.
Thanks for catching it.

Cheers.

-- 
Andrea Bolognani
Software Engineer - Virtualization Team




More information about the libvir-list mailing list