| Summary: | qemu-kvm should examine the spice port already in use | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | langfang <flang> |
| Component: | kvm | Assignee: | Gerd Hoffmann <kraxel> |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.8 | CC: | cfergeau, chayang, desktop-qa-list, djasa, juzhang, michen, mkenneth, qzhang, rhod, shuang, virt-maint |
| Target Milestone: | beta | ||
| Target Release: | 5.8 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-12 21:00:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
langfang
2011-12-07 03:13:25 UTC
It seems similar in nature to bug #682227. Reassigning to better-fitting componets & assignees. Tried to reproduce on rhel 6, it fails nicely as it should: $ /usr/libexec/qemu-kvm -incoming tcp:0:1234 -spice port=1234 /dev/zero ; echo "qemu-kvm return code: $?" do_spice_init: starting 0.8.3 spice_server_add_interface: SPICE_INTERFACE_MIGRATION spice_server_add_interface: SPICE_INTERFACE_KEYBOARD spice_server_add_interface: SPICE_INTERFACE_MOUSE spice_server_add_interface: SPICE_INTERFACE_QXL red_worker_main: begin Migration failed. Exit code tcp:0:1234(-98), exiting. qemu-kvm return code: 158 Note for Virt QE: the reproducer on 5.x can be simplified to this universal command line so you don't have to re-create reporter's setup: /usr/libexec/qemu-kvm -nographic -incoming tcp:0:1234 -spice port=1234 /dev/zero |