(Created page with "{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To rea...") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- All fields on this form are required to be accepted by FESCo. | <!-- All fields on this form are required to be accepted by FESCo. | ||
We also request that you maintain the same order of sections so that all of the feature pages are uniform. --> | We also request that you maintain the same order of sections so that all of the feature pages are uniform. --> | ||
Line 11: | Line 4: | ||
<!-- The actual name of your feature page should look something like: Features/YourFeatureName. This keeps all features in the same namespace --> | <!-- The actual name of your feature page should look something like: Features/YourFeatureName. This keeps all features in the same namespace --> | ||
= | = QXL Render Support <!-- The name of your feature --> = | ||
== Summary == | == Summary == | ||
This feature adds support for the X Render Extension to the QXL paravirtualized device and to the Xorg QXL driver. | |||
== Owner == | == Owner == | ||
<!--This should link to your home wiki page so we know who you are--> | <!--This should link to your home wiki page so we know who you are--> | ||
* Name: | * Name: Ssp | ||
<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or technical issues need to be resolved--> | <!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or technical issues need to be resolved--> | ||
* Email: | * Email: soren.sandmann@gmail.com | ||
== Current status == | == Current status == | ||
* Targeted release: | * Targeted release: Fedora 18 | ||
* Last updated: | * Last updated: Mon Jul 23 | ||
* Percentage of completion: | * Percentage of completion: 87.29% | ||
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | <!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | ||
== Detailed Description == | == Detailed Description == | ||
The lack of hardware acceleration for the Render extension is the main source of performance problems when Fedora is used as a guest on a Fedora host. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
<!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | <!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | ||
This will make the Fedora experience better when it is used as a guest in a virtualized environment. | |||
== Scope == | == Scope == | ||
<!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
Several components are affected by this feature: | |||
- The QXL device in Qemu must be extended to accept Render commands | |||
- spice-server must be extended to marshall Render commands | |||
- spice-client must be extended to draw Render commands | |||
- The QXL X driver must be extended to generate Render commands. | |||
== How To Test == | == How To Test == | ||
Line 53: | Line 57: | ||
3. What are the expected results of those actions? | 3. What are the expected results of those actions? | ||
--> | --> | ||
Good tests include running the cairo test suite against an X server running on the guest. Also the cairo performance test suite, the render-check program are useful. | |||
== User Experience == | == User Experience == | ||
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result? Describe what they will see or notice. --> | <!-- If this feature is noticeable by its target audience, how will their experiences change as a result? Describe what they will see or notice. --> | ||
Fedora virtualized guests should feel more responsive. | |||
== Dependencies == | == Dependencies == | ||
<!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this feature depends? In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel feature)? --> | <!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this feature depends? In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel feature)? --> | ||
Render support will need to be accepted into the spice libraries. | |||
== Contingency Plan == | == Contingency Plan == | ||
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "None necessary, revert to previous release behaviour." Or it might not. If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | <!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "None necessary, revert to previous release behaviour." Or it might not. If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | ||
None necessary, revert to previous release behavior. | |||
== Documentation == | == Documentation == | ||
Line 70: | Line 80: | ||
<!-- The Fedora Release Notes inform end-users about what is new in the release. Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ --> | <!-- The Fedora Release Notes inform end-users about what is new in the release. Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ --> | ||
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | <!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | ||
* | * Support for Render acceleration in QXL device and driver | ||
== Comments and Discussion == | == Comments and Discussion == | ||
* See [[Talk:Features/YourFeatureName]] <!-- This adds a link to the "discussion" tab associated with your page. This provides the ability to have ongoing comments or conversation without bogging down the main feature page --> | * See [[Talk:Features/YourFeatureName]] <!-- This adds a link to the "discussion" tab associated with your page. This provides the ability to have ongoing comments or conversation without bogging down the main feature page --> | ||
[[Category:FeaturePageIncomplete]] | [[Category:FeaturePageIncomplete]] |
Latest revision as of 15:17, 23 July 2012
QXL Render Support
Summary
This feature adds support for the X Render Extension to the QXL paravirtualized device and to the Xorg QXL driver.
Owner
- Name: Ssp
- Email: soren.sandmann@gmail.com
Current status
- Targeted release: Fedora 18
- Last updated: Mon Jul 23
- Percentage of completion: 87.29%
Detailed Description
The lack of hardware acceleration for the Render extension is the main source of performance problems when Fedora is used as a guest on a Fedora host.
Benefit to Fedora
This will make the Fedora experience better when it is used as a guest in a virtualized environment.
Scope
Several components are affected by this feature:
- The QXL device in Qemu must be extended to accept Render commands
- spice-server must be extended to marshall Render commands
- spice-client must be extended to draw Render commands
- The QXL X driver must be extended to generate Render commands.
How To Test
Good tests include running the cairo test suite against an X server running on the guest. Also the cairo performance test suite, the render-check program are useful.
User Experience
Fedora virtualized guests should feel more responsive.
Dependencies
Render support will need to be accepted into the spice libraries.
Contingency Plan
None necessary, revert to previous release behavior.
Documentation
Release Notes
- Support for Render acceleration in QXL device and driver