]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Alternate CPU affinity impl to cope with NR_CPUS > 1024
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 16 Nov 2009 16:08:29 +0000 (16:08 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Nov 2009 11:58:13 +0000 (11:58 +0000)
commita73cd93b2428adbbc62bb919b6cf5ffd27728040
treeef88f19b0f2066360803923c3baeb6d8aecb9e85
parent37f415da42e8bf8fb3862a83c15c305a12ad7cf0
Alternate CPU affinity impl to cope with NR_CPUS > 1024

The cpu_set_t type can only cope with NR_CPUS <= 1024, beyond this
it is neccessary to use alternate CPU_SET maps with a dynamically
allocated CPU map

* src/util/processinfo.c: Support new unlimited size CPU set type
src/util/processinfo.c