Bug 822418
Summary: | RFE: print channel name in addition to code in 'info spice' | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | David Jaša <djasa> | |
Component: | qemu-kvm | Assignee: | Cole Robinson <crobinso> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 6.3 | CC: | cfergeau, chayang, crobinso, dblechte, desktop-qa-list, jen, juzhang, kraxel, marcandre.lureau, mazhang, mkenneth, mkrcmari, pvine, qzhang, rbalakri, rpacheco, salmy, virt-maint | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | 6.4 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | qemu-kvm-0.12.1.2-2.458.el6 | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1201000 (view as bug list) | Environment: | ||
Last Closed: | 2015-07-22 06:02:46 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: | 1201000 |
Description
David Jaša
2012-05-17 10:00:37 UTC
Looking into the code, it looks more like qemu RFE than spice-server one. Qemu monitor output is defined in qemu's hmp.c while spice channel codes are defined in spice-protocol and spice-server respectively: http://cgit.freedesktop.org/spice/spice-protocol/tree/spice/enums.h#n337 http://cgit.freedesktop.org/spice/spice/tree/server/reds.c#n3959 This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. Too late for 6.4, moving to 6.5, not a blocker This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. this is more a qemu rfe actually. The HMP prints chan->value->channel_type, the channel type is defined by the protocol. Arguably, spice server could provide a spice_channel_type_to_string() but I don't think that's really necessary here. moving to 6.7 Patch posted upstream: https://lists.gnu.org/archive/html/qemu-devel/2015-02/msg05163.html v3 here was applied to gerd's queue: https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg00009.html (In reply to Cole Robinson from comment #9) > v3 here was applied to gerd's queue: > > https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg00009.html Will you post a backport to RHEL6.7? Posted for RHEL6.7 now: http://post-office.corp.redhat.com/archives/rhvirt-patches/2015-March/msg00093.html Fix included in qemu-kvm-0.12.1.2-2.458.el6 Reproduced with qemu-kvm-0.12.1.2-2.457.el6.x86_64. Steps: 1. boot a guest with: ... -vga qxl -global qxl-vga.ram_size=67108864 -global qxl-vga.vram_size=33554432 -spice port=5900,tls-port=5901,x509-dir=/root/openss/,addr=xx,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,disable-ticketing 2. set up connection through remote-viewer like remote-viewer --spice-ca-file=ca-cert.pem --spice-secure-channels=all --spice-host-subject="C=IL, L=Raanana, O=Red Hat, CN=my server" spice://xx:5900?tls-port=5901 3. check output of info spice through hmp (qemu) info spice Server: migrated: false address: xx:5900 address: xx:5901 [tls] auth: none Channel: address: xx:52351 [tls] session: 1555366655 channel: 1:0 Channel: address: xx:52352 [tls] session: 1555366655 channel: 5:0 Channel: address: xx:52353 [tls] session: 1555366655 channel: 6:0 Channel: address: xx:52354 [tls] session: 1555366655 channel: 2:0 Channel: address: xx:52355 [tls] session: 1555366655 channel: 3:0 Channel: address: xx:52356 [tls] session: 1555366655 channel: 4:0 Verified pass with qemu-kvm-0.12.1.2-2.458.el6.x86_64. After step 3: (qemu) info spice Server: migrated: false address: xx:5900 address: xx:5901 [tls] auth: none Channel: address: xx:52345 [tls] session: 162496269 channel: 1:0 channel name: main Channel: address: xx:52346 [tls] session: 162496269 channel: 5:0 channel name: playback Channel: address: xx:52347 [tls] session: 162496269 channel: 6:0 channel name: record Channel: address: xx:52348 [tls] session: 162496269 channel: 2:0 channel name: display Channel: address: xx:52349 [tls] session: 162496269 channel: 3:0 channel name: inputs Channel: address: xx:52350 [tls] session: 162496269 channel: 4:0 channel name: cursor I don't have smartcard and usbredir setup, so didn't test them. But I think it is adequate to verify this bug. Moving to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1275.html |