[libvirt] [PATCH] docs: formatdomain: document versions for video acceleration

John Ferlan jferlan at redhat.com
Thu Apr 14 16:53:29 UTC 2016



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?

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..

John

> 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>
> 




More information about the libvir-list mailing list