Bug 657931

Summary: DOCS: libvirt domain XML video device "if supported" meaning unclear
Product: [Community] Virtualization Tools Reporter: amturnip
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: berrange, clalance, crobinso, itamar, jforbes, veillard, virt-maint, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-14 17:28:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description amturnip 2010-11-28 19:01:39 UTC
Description of problem:

The libvirt XML documentation about video devices (http://libvirt.org/formatdomain.html#elementsVideo) says, "If acceleration should be enabled (if supported) using the accel3d and accel2d attributes in the acceleration element."

It is unclear what "if supported" means. For example,

 * If supported by some version of libvirt?
 * If supported by the host?
 * If supported by the guest operating system?
 * If supported by the vnc/sdl/etc. kind of graphics element?
 * If supported by some computer that tries to display the console?
 * If supported by the hypervisor's emulator of the specified device model, e.g., cirrus?

Comment 1 Fedora Admin XMLRPC Client 2011-09-22 17:57:45 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Admin XMLRPC Client 2011-09-22 18:01:11 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fedora Admin XMLRPC Client 2011-11-30 19:57:35 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Fedora Admin XMLRPC Client 2011-11-30 19:58:51 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Fedora Admin XMLRPC Client 2011-11-30 20:03:48 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 6 Fedora Admin XMLRPC Client 2011-11-30 20:04:24 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 7 Cole Robinson 2012-01-24 21:58:56 UTC
Moving to upstream tracker

Comment 8 Cole Robinson 2016-04-11 20:55:09 UTC
I sent a patch upstream:

http://www.redhat.com/archives/libvir-list/2016-April/msg00535.html

Comment 9 Cole Robinson 2016-04-14 17:28:57 UTC
commit ea9c3da452e9e890c19651a46fd72a7420bb246f
Author: Cole Robinson <crobinso>
Date:   Mon Apr 11 16:51:51 2016 -0400

    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