Jay Gagnon wrote:
Dan Smith wrote:
> JG> + cpuinfo = fopen("/proc/cpuinfo", "r");
>
> This should come from virNodeInfo.
>
Okay. Only question before I do that is do we have virNodeInfo in all
the versions of libvirt we support? The only reason I had to write this
myself at all is that the libvirt function that determines the maximum
number of vcpus came in too late for us.
Looks like this question got lost in the shuffle. What version of
libvirt are we actually writing against? In other words, of the
versions shipped with the various distributions we're supporting, which
one is the oldest? I want to make sure I don't try to use something
that is too new.
--
-Jay