v1 here:
http://www.redhat.com/archives/libvir-list/2016-May/msg00077.html
(patches 1-4 were pushed already, the following are patches 5-7)
Changes:
Patch 1:
- Clean up docs, use 1.3.5 as the version instead of 1.3.4.
- Use post parse callback virDomainDeviceDefPostParseInternal
to handle the controller check if iothread's are set on a
controller (rather than during Controller Def parsing
Patch 2:
- Clean up commit message
- Use the _() for message
- Use 'target' not 'dst' in message (more specific)
Patch 3:
- No changes
John Ferlan (3):
conf: Add support for virtio-scsi iothreads
qemu: Use switch for qemuCheckIOThreads
qemu: Add 'iothread' to command line for supported controller
docs/formatdomain.html.in | 21 ++++
docs/schemas/domaincommon.rng | 3 +
src/conf/domain_conf.c | 32 +++++-
src/conf/domain_conf.h | 1 +
src/qemu/qemu_command.c | 115 ++++++++++++++++++---
.../qemuxml2argv-iothreads-virtio-scsi-ccw.args | 28 +++++
.../qemuxml2argv-iothreads-virtio-scsi-ccw.xml | 39 +++++++
.../qemuxml2argv-iothreads-virtio-scsi-pci.args | 32 ++++++
.../qemuxml2argv-iothreads-virtio-scsi-pci.xml | 47 +++++++++
tests/qemuxml2argvtest.c | 6 ++
.../qemuxml2xmlout-iothreads-virtio-scsi-ccw.xml | 40 +++++++
.../qemuxml2xmlout-iothreads-virtio-scsi-pci.xml | 51 +++++++++
tests/qemuxml2xmltest.c | 7 ++
13 files changed, 409 insertions(+), 13 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-ccw.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-ccw.xml
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-pci.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-pci.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-virtio-scsi-ccw.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-virtio-scsi-pci.xml
--
2.5.5