Re: [libvirt] [PATCH 1/3] qemu: cgroup: Extract temporary relaxing of cgroup setting for vcpu hotplug

2016-09-13 Thread Boris Fiuczynski
On 09/07/2016 02:04 PM, Peter Krempa wrote: When hot-adding vcpus qemu needs to allocate some structures in the DMA zone which may be outside of the numa pinning. Extract the code doing this in a set of helpers so that it can be reused. --- src/qemu/qemu_cgroup.c | 90 +++

[libvirt] [PATCH 1/3] qemu: cgroup: Extract temporary relaxing of cgroup setting for vcpu hotplug

2016-09-07 Thread Peter Krempa
When hot-adding vcpus qemu needs to allocate some structures in the DMA zone which may be outside of the numa pinning. Extract the code doing this in a set of helpers so that it can be reused. --- src/qemu/qemu_cgroup.c | 90 ++ src/qemu/qemu_cgroup.