]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: formatdomain: document versions for video acceleration
authorCole Robinson <crobinso@redhat.com>
Mon, 11 Apr 2016 20:51:51 +0000 (16:51 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Apr 2016 17:21:59 +0000 (13:21 -0400)
clarify what version initial support was added, and when libvirt
started supporting it for the qemu driver

https://bugzilla.redhat.com/show_bug.cgi?id=657931

docs/formatdomain.html.in

index fef2f25465674ba5e01f041100ac34bf8cb56e7b..e3307eb0496bb2b0cc8806eb403a508b6e5fff4c 100644 (file)
@@ -5265,9 +5265,17 @@ qemu-kvm -net nic,model=? /dev/null
 
       <dt><code>acceleration</code></dt>
       <dd>
-        If acceleration should be enabled (if supported) using the
-        <code>accel3d</code> and <code>accel2d</code> attributes in the
-        <code>acceleration</code> element.
+        Configure if video acceleration should be enabled.
+        <dl>
+        <dt><code>accel2d</code></dt>
+        <dd>Enable 2D acceleration (for vbox driver only,
+        <span class="since">since 0.7.1</span>)</dd>
+
+        <dt><code>accel3d</code></dt>
+        <dd>Enable 3D acceleration (for vbox driver
+        <span class="since">since 0.7.1</span>, qemu driver
+        <span class="since">since 1.3.0</span>)</dd>
+        </dl>
       </dd>
 
       <dt><code>address</code></dt>