]> xenbits.xensource.com Git - libvirt.git/commit
qemu: process: Fix start with unpluggable vcpus with NUMA pinning
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Sep 2016 11:20:00 +0000 (13:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 7 Sep 2016 14:05:01 +0000 (16:05 +0200)
commit68115fe0abf833a5d1dfb3a00aa216c332e84acb
treefb5c24e030d78aebf009675cc28480ca3ecc5b6f
parenteb5dee353479629d8769de0cfe77c59711c70d79
qemu: process: Fix start with unpluggable vcpus with NUMA pinning

Similarly to vcpu hotplug the emulator thread cgroup numa mapping needs
to be relaxed while hot-adding vcpus so that the threads can allocate
data in the DMA zone.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1370084
src/qemu/qemu_process.c