]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix initial VCPU pinning in qemu driver
authorJiri Denemark <jdenemar@redhat.com>
Wed, 21 Apr 2010 07:39:49 +0000 (09:39 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 22 Apr 2010 07:30:34 +0000 (09:30 +0200)
commit9fbb810cf44e319c91ac04fff8beee1f8a9936f1
tree5600a61887053b3d02758d6f82fef78b49b83815
parent871aa6e3c1c973727a7ba5703a1fabd34d5ba4a6
Fix initial VCPU pinning in qemu driver

First, inital VCPU pinning is set correctly but then it is reset by
assigning qemu process to a new cgroup (which contains all CPUs). It's
easily fixed by swapping these two actions.
src/qemu/qemu_driver.c