On 05/03/2016 02:42 PM, John Ferlan wrote:
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
ACK series
- Cole