Feature #2485
Configuring SPICE should enable qxl paravirtual graphic card
Status: | Closed | Start date: | 11/21/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: |
Description
Hello,
Trying the SPICE KVM, I must add a raw section to use QXL:
RAW=[TYPE="kvm",DATA="<devices><video><model type=\"qxl\" heads=\"1\"></model></video></devices>"]
It could be automatically enabled when selecting SPICE for KVM VMs.
Regards.
Associated revisions
feature #2485: add extra spice options to KVM
History
#1 Updated by Carlos MartÃn over 7 years ago
- Tracker changed from Request to Feature
- Category set to Core & System
- Status changed from Pending to New
- Target version set to Release 4.6
#2 Updated by Daniel Dehennin over 7 years ago
Note that I'm defining a more useful RAW
section which enable the use of spice-vdagent and 3 USB buses:
RAW=[TYPE="kvm",DATA=" <devices> <video> <model type='qxl' heads='1'/> </video> <sound model='ich6' /> <channel type='spicevmc'> <target type='virtio' name='com.redhat.spice.0'/> </channel> <redirdev bus='usb' type='spicevmc'/> <redirdev bus='usb' type='spicevmc'/> <redirdev bus='usb' type='spicevmc'/> </devices> "]
Regards.
#3 Updated by Jaime Melis over 7 years ago
- Assignee set to Javi Fontan
#4 Updated by Ruben S. Montero over 7 years ago
- Resolution set to fixed
#5 Updated by Ruben S. Montero over 7 years ago
- Status changed from New to Closed