Re: [libvirt] [PATCH 1/2] qemu: process: Move emulator thread setting code into one function

2016-03-01 Thread John Ferlan
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 - >

Re: [libvirt] [PATCH 1/2] qemu: process: Move emulator thread setting code into one function

2016-02-26 Thread Peter Krempa
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 -

Re: [libvirt] [PATCH 1/2] qemu: process: Move emulator thread setting code into one function

2016-02-25 Thread John Ferlan
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 - >

[libvirt] [PATCH 1/2] qemu: process: Move emulator thread setting code into one function

2016-02-24 Thread Peter Krempa
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