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 | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c2955eb..63ef551 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5247,9 +5247,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.
+ <ul>
+ <li><code>accel2d</code>:
+ Enable 2D acceleration (for vbox driver only,
+ <span class="since">since 0.7.1</span>)</li>
+
+ <li><code>accel3d</code>:
+ Enable 3D acceleration (for vbox driver
+ <span class="since">since 0.7.1</span>, qemu driver
+ <span class="since">since 1.3.0</span>)</li>
+ </ul>
</dd>
<dt><code>address</code></dt>
--
2.7.3