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(-)
Since it seems Henning's series is waiting for this... At the time I
wasn't sure which would go first, but wanted to be sure we had the right
adjustments. My main hangup was when the call would be made (after the
exec or in between fork/exec as was done in the other series). Since the
other patch will move the call into the fork/exec window, this is fine...
ACK
John