Message ID | 551d8636ea64afab81a04e74c1dbf51f9d34b034.1460408074.git.crobinso@redhat.com |
---|---|
State | Accepted |
Commit | ea9c3da452e9e890c19651a46fd72a7420bb246f |
Headers | show |
On 04/14/2016 12:53 PM, John Ferlan wrote: > > > On 04/11/2016 04:54 PM, Cole Robinson wrote: >> 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(-) >> > > Should this also use the <dl> <dt> instead of <ul> <li> as recently > suggested by Andrea in his recent blkiotune patch review? > Yep, I converted it > Commit id '6aa576cd' *.rng change for accel2d/accel3d, with '4ff60912' > adding to vbox (0.7.1) and commit id '06198b9c7' for qemu. > > ACK in general though.. > Thanks, pushed - Cole -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
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>