On 10/15/2015 04:43 PM, John Ferlan wrote:
...
John Ferlan (4):
qemu: Use 'niothreadids' instead of 'iothreads'
qemu: Check for niothreads == 0 in qemuSetupCgroupForIOThreads
qemu: Fix qemu startup check for QEMU_CAPS_OBJECT_IOTHREAD
conf: Optimize the iothreadid initialization
src/conf/domain_audit.c | 4 +-
src/conf/domain_conf.c | 43 +++++++++++++++++-----
src/qemu/qemu_cgroup.c | 3 ++
src/qemu/qemu_command.c | 19 ++++------
src/qemu/qemu_driver.c | 16 ++++----
src/qemu/qemu_process.c | 32 ++++++++++++++--
.../qemuxml2argv-cputune-numatune.args | 1 +
.../qemuxml2argv-iothreads-nocap.xml | 37 +++++++++++++++++++
tests/qemuxml2argvtest.c | 2 +
9 files changed, 122 insertions(+), 35 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-nocap.xml
Made requested adjustments and pushed -
Thanks for the speedy reviews
John