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