]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs/formatdomain: Add release info for disk <driver> attributes
authorCole Robinson <crobinso@redhat.com>
Tue, 8 Mar 2011 18:02:43 +0000 (13:02 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 8 Mar 2011 18:02:43 +0000 (13:02 -0500)
docs/formatdomain.html.in

index 84b1cab84fc2c6c90208001707735dc17f69f6bc..9b9ab29d954aa38a855807bec897a2b0d1fd8594 100644 (file)
       <dd>
         The optional driver element allows specifying further details
         related to the hypervisor driver used to provide the disk.
-        <span class="since">Since 0.1.8; <code>io</code> attribute
-        since 0.8.8</span>
+        <span class="since">Since 0.1.8</span>
         <ul>
           <li>
             If the hypervisor supports multiple backend drivers, then
             The optional <code>cache</code> attribute controls the
             cache mechanism, possible values are "default", "none",
             "writethrough" and "writeback".
+            <span class="since">Since 0.6.0</span>
           </li>
           <li>
             The optional <code>error_policy</code> attribute controls
             how the hypervisor will behave on an error, possible
             values are "stop", "ignore", and "enospace".
+            <span class="since">Since 0.8.0</span>
           </li>
           <li>
             The optional <code>io</code> attribute controls specific
             policies on I/O; qemu guests support "threads" and
-            "native".
+            "native". <span class="since">Since 0.8.8</span>
           </li>
         </ul>
       </dd>