RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1100634 - Remove unsupported type sdl from error info when set 2 vnc or spice graphics
Summary: Remove unsupported type sdl from error info when set 2 vnc or spice graphics
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Libvirt Maintainers
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 1100641
TreeView+ depends on / blocked
 
Reported: 2014-05-23 09:17 UTC by tingting zheng
Modified: 2014-05-23 09:36 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1100641 (view as bug list)
Environment:
Last Closed: 2014-05-23 09:36:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description tingting zheng 2014-05-23 09:17:29 UTC
Description
As qemu-kvm and libvirt don't support sdl.refer Bug 633326 - Fails to reject unsupported graphics type such as 'sdl',the type sdl should be removed from the error info when set 2 vnc or spice graphics

Version:
libvirt-0.10.2-36.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Prepare a guest,edit the xml to add 2 vnc or spice graphics as below:
    <graphics type='vnc' port='-1' autoport='yes'/>
    <graphics type='vnc' port='-1' autoport='yes'/>

2.Try to boot the guest,error shows as below,unsupported type sdl is included there.
As qemu-kvm and libvirt don't support sdl.refer Bug 633326 - Fails to reject unsupported graphics type such as 'sdl',the type sdl should be removed from the error info.
# virsh start demotest
error: Failed to start domain demotest
error: unsupported configuration: only 1 graphics device of each type (sdl, vnc, spice) is supported

Actual results:
sdl is included in the error info in step 2.

Expected results:
sdl is not included in the error info in step 2.

Additional info:
On rhel7,qemu-kvm doesn't provide support sdl,refer to bug 1049813,the issue can also be reproduced on rhel7.

Comment 2 Daniel Berrangé 2014-05-23 09:36:50 UTC
You are conflating support in libvirt with support in KVM. A software collection or add-on project like RDO may ship a different KVM binary from the one in base-RHEL that *does* have SDL support included. So it is not appropriate to change this in libvirt.


Note You need to log in before you can comment on or make changes to this bug.