From ea9c3da452e9e890c19651a46fd72a7420bb246f Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 11 Apr 2016 16:51:51 -0400 Subject: [PATCH] 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 --- 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 fef2f25465..e3307eb049 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5265,9 +5265,17 @@ qemu-kvm -net nic,model=? /dev/null
acceleration
- If acceleration should be enabled (if supported) using the - accel3d and accel2d attributes in the - acceleration element. + Configure if video acceleration should be enabled. +
+
accel2d
+
Enable 2D acceleration (for vbox driver only, + since 0.7.1)
+ +
accel3d
+
Enable 3D acceleration (for vbox driver + since 0.7.1, qemu driver + since 1.3.0)
+
address
-- GitLab