]> xenbits.xensource.com Git - libvirt.git/commit
util: cgroups do not implicitly add task to new machine cgroup
authorHenning Schild <henning.schild@siemens.com>
Wed, 9 Dec 2015 16:58:10 +0000 (17:58 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 14 Dec 2015 20:43:29 +0000 (15:43 -0500)
commit71ce475967b3523882b0e1a0f649fdbea5abf9d5
treefbaa0da3e1df39bad6b5bb31e826446810610bd5
parent65e3451ea97a51c42d159b423619ae24eab61c10
util: cgroups do not implicitly add task to new machine cgroup

virCgroupNewMachine used to add the pidleader to the newly created
machine cgroup. Do not do this implicit anymore.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
src/lxc/lxc_cgroup.c
src/qemu/qemu_cgroup.c
src/util/vircgroup.c