]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: clarify disk iothread support
authorJohn Ferlan <jferlan@redhat.com>
Thu, 21 Apr 2016 11:53:08 +0000 (07:53 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 3 May 2016 18:08:05 +0000 (14:08 -0400)
Rather than be specific about which devices in the <iothreads> description,
let's leave that for the <disk> description for it's <iothread> value.

Signed-off-by: John Ferlan <jferlan@redhat.com>
docs/formatdomain.html.in

index a103107f5bf84f79df711b4d691a981ed7ec93ca..817d9c525ff33200a3b954e2a595380be92a808d 100644 (file)
       <dd>
         The content of this optional element defines the number
         of IOThreads to be assigned to the domain for use by
-        virtio-blk-pci and virtio-blk-ccw target storage devices. There
+        supported target storage devices. There
         should be only 1 or 2 IOThreads per host CPU. There may be more
         than one supported device assigned to each IOThread.
         <span class="since">Since 1.2.8</span>
             The optional <code>iothread</code> attribute assigns the
             disk to an IOThread as defined by the range for the domain
             <a href="#elementsIOThreadsAllocation"><code>iothreads</code></a>
-            value. Multiple devices may be assigned to the same IOThread and
-            are numbered from 1 to the domain iothreads value.
-            <span class='since'>Since 1.2.8 (QEMU only)</span>
+            value. Multiple disks may be assigned to the same IOThread and
+            are numbered from 1 to the domain iothreads value. Available
+            for a disk device <code>target</code> configured to use "virtio"
+            <code>bus</code> and "pci" or "ccw" <code>address</code> types.
+            <span class='since'>Since 1.2.8 (QEMU 2.1)</span>
           </li>
         </ul>
       </dd>