Re: [libvirt] [PATCH 6/8] conf: Add support for virtio-scsi iothreads

2016-04-28 Thread John Ferlan
[...] >> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c >> index fd7579a..32e3dcd 100644 >> --- a/src/conf/domain_conf.c >> +++ b/src/conf/domain_conf.c >> @@ -7847,6 +7847,7 @@ virDomainControllerDefParseXML(xmlNodePtr node, >> char *busNr = NULL; >> int numaNode = -1;

Re: [libvirt] [PATCH 6/8] conf: Add support for virtio-scsi iothreads

2016-04-27 Thread Boris Fiuczynski
On 04/22/2016 01:24 AM, John Ferlan wrote: 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. Si

[libvirt] [PATCH 6/8] conf: Add support for virtio-scsi iothreads

2016-04-21 Thread John Ferlan
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. Signed-off-by: John Ferlan --- docs/formatdom