
On Thu, Feb 25, 2016 at 18:18:09 -0500, John Ferlan wrote:
On 02/24/2016 08:45 AM, Peter Krempa wrote:
Similarly to the refactors to iothreads and vcpus, move the code that initializes the emulator thread settings into single function. --- src/qemu/qemu_cgroup.c | 66 ----------------------------------------- src/qemu/qemu_cgroup.h | 1 - src/qemu/qemu_process.c | 78 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 62 insertions(+), 83 deletions(-)
This is going to conflict with Henning Schild's series:
http://www.redhat.com/archives/libvir-list/2016-February/msg01157.html
In particular:
http://www.redhat.com/archives/libvir-list/2016-February/msg01166.html
Well, that one is trivial enough, but I'll redo this change after that patch goes in, so that the bug gets fixed and then I'll refactor it. Peter