]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: cgroup: Use priv->autoCpuset instead of using qemuPrepareCpumap()
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Mar 2015 12:11:37 +0000 (13:11 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 2 Apr 2015 08:12:08 +0000 (10:12 +0200)
commit98f08aba8e50f5795edc60f386d8c0e1d23503c1
tree491949845467559b0f9a16f60776eaf7f547d106
parentf0fa9080d47b7aedad6f4884b8879d88688752a6
qemu: cgroup: Use priv->autoCpuset instead of using qemuPrepareCpumap()

Two places would call to qemuPrepareCpumap() with priv->autoNodeset to
convert it to a cpuset. Remove the function and use the prepared cpuset
automatically.
src/qemu/qemu_cgroup.c
src/qemu/qemu_cgroup.h
src/qemu/qemu_process.c
src/qemu/qemu_process.h