]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add qemuProcessSetEmulatorAffinites and set emulator threads affinities
authorTang Chen <tangchen@cn.fujitsu.com>
Tue, 21 Aug 2012 09:18:34 +0000 (17:18 +0800)
committerDaniel Veillard <veillard@redhat.com>
Wed, 22 Aug 2012 08:19:52 +0000 (16:19 +0800)
commit6db98e8a3fdfc2e7226e255db518f437d77dec97
treed72e11849b7a6d2a2391c049d31221683c402fb5
parenta1249489ced2631fbf3acb81a9b9420114c5203b
Add qemuProcessSetEmulatorAffinites and set emulator threads affinities

Emulator threads should also be pinned by sched_setaffinity(), just
the same as vcpu threads.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
src/qemu/qemu_process.c