]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use 'niothreadids' instead of 'iothreads'
authorJohn Ferlan <jferlan@redhat.com>
Thu, 15 Oct 2015 14:26:26 +0000 (10:26 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 16 Oct 2015 10:49:19 +0000 (06:49 -0400)
commit4f8e8887140207d318fd9f603e7c819b47546ae0
tree100658a3e6d613c426309b213b65e3b46fe3818b
parent4ceaa7491e43b015bb2ea58c60aed889098e988d
qemu: Use 'niothreadids' instead of 'iothreads'

Although theoretically both should be the same value, the niothreadids
should be used in favor of iothreads when performing comparisons. This
leaves the iothreads as a purely numeric value to be saved in the config
file.  The one exception to the rule is virDomainIOThreadIDDefArrayInit
where the iothreadids are being generated from the iothreads count since
iothreadids were added after initial iothreads support.
src/conf/domain_audit.c
src/conf/domain_conf.c
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_process.c