mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
docs: formatdomain: document versions for video acceleration
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
This commit is contained in:
parent
fd52de12c0
commit
ea9c3da452
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user