]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add support for virtio-scsi iothreads
authorJohn Ferlan <jferlan@redhat.com>
Wed, 20 Apr 2016 14:49:21 +0000 (10:49 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 4 May 2016 13:59:14 +0000 (09:59 -0400)
commite0d0e53086666afc607bfa0d4dc3e230a6e196c5
tree4638227c0cdb5de30f0a0521ed64539bf074951d
parentfcc78eaaf0e41867561110d6048f0a06ec7c4a91
conf: Add support for virtio-scsi iothreads

Add the ability to add an 'iothread' to the controller which will be how
virtio-scsi-pci and virtio-scsi-ccw iothreads have been implemented in qemu.

Describe the new functionality and add tests to parse/validate that the
new attribute can be added.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-ccw.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-iothreads-virtio-scsi-pci.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-virtio-scsi-ccw.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-virtio-scsi-pci.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c