From patchwork Mon Apr 11 20:54:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cole Robinson X-Patchwork-Id: 65571 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1565233qge; Mon, 11 Apr 2016 13:57:11 -0700 (PDT) X-Received: by 10.140.30.10 with SMTP id c10mr31828386qgc.87.1460408231619; Mon, 11 Apr 2016 13:57:11 -0700 (PDT) Return-Path: Received: from mx3-phx2.redhat.com (mx3-phx2.redhat.com. [209.132.183.24]) by mx.google.com with ESMTPS id w203si13441019qha.56.2016.04.11.13.57.10 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 11 Apr 2016 13:57:11 -0700 (PDT) Received-SPF: pass (google.com: domain of libvir-list-bounces@redhat.com designates 209.132.183.24 as permitted sender) client-ip=209.132.183.24; Authentication-Results: mx.google.com; spf=pass (google.com: domain of libvir-list-bounces@redhat.com designates 209.132.183.24 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx3-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id u3BKscow019705; Mon, 11 Apr 2016 16:54:38 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id u3BKsbSU009160 for ; Mon, 11 Apr 2016 16:54:37 -0400 Received: from colepc.redhat.com (ovpn-113-40.phx2.redhat.com [10.3.113.40]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3BKsb6Z030783; Mon, 11 Apr 2016 16:54:37 -0400 From: Cole Robinson To: libvirt-list@redhat.com Date: Mon, 11 Apr 2016 16:54:35 -0400 Message-Id: <551d8636ea64afab81a04e74c1dbf51f9d34b034.1460408074.git.crobinso@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: formatdomain: document versions for video acceleration X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com 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(-) -- 2.7.3 -- 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
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