Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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

Summary: Remove unsupported type sdl from error info when set 2 vnc or spice graphics
Product: Red Hat Enterprise Linux 6 Reporter: tingting zheng <tzheng>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED NOTABUG QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.6CC: acathrow, berrange, codong, dyuan, lcui, mzhan, zpeng
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1100641 (view as bug list) Environment:
Last Closed: 2014-05-23 09:36:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1100641    

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.