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 912218 - "qxl_send_events: spice-server bug: guest stopped, ignoring" when start guest with "-vnc" option
Summary: "qxl_send_events: spice-server bug: guest stopped, ignoring" when start guest...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Hai Huang
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-18 06:59 UTC by Xu Tian
Modified: 2013-08-09 11:21 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-09 11:21:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
dump sreen in loop (756 bytes, text/plain)
2013-08-09 07:20 UTC, Xu Tian
no flags Details

Description Xu Tian 2013-02-18 06:59:05 UTC
Description of problem:

boot up guest in rhel7 host then, do screen via qmp monitor in loop, qemu report error message: "qxl_send_events: spice-server bug: guest stopped, ignoring".

Version-Release number of selected component (if applicable):

spice-server-0.12.2-1.el7.x86_64
qemu-kvm-1.3.0-5.el7.x86_64

How reproducible:

>70%

Steps to Reproduce:
1. boot guest with command:
/usr/libexec/qemu-kvm \
   -name 'vm1' \
   -nodefaults \
   -chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20130218-115355-PCCpIknq,server,nowait \
   -mon chardev=qmp_id_qmpmonitor1,mode=control \
   -chardev socket,id=serial_id_serial1,path=/tmp/serial-serial1-20130218-115355-PCCpIknq,server,nowait \
   -device isa-serial,chardev=serial_id_serial1 \
   -chardev socket,id=seabioslog_id_20130218-115355-PCCpIknq,path=/tmp/seabios-20130218-115355-PCCpIknq,server,nowait \
   -device isa-debugcon,chardev=seabioslog_id_20130218-115355-PCCpIknq,iobase=0x402 \
   -device ich9-usb-uhci1,id=usb1,bus=pci.0,addr=0x4 \
   -drive file='/root/autotest-devel/client/tests/kvm/images/RHEL-Server-6.4-64-virtio.qcow2',if=none,id=drive-virtio-disk1,media=disk,cache=writethrough,boot=off,snapshot=off,format=qcow2,aio=native \
   -device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 \
   -device virtio-net-pci,netdev=idN2EGXC,mac=9a:6f:70:71:72:73,bus=pci.0,addr=0x3,id='idKERTJq' \
   -netdev tap,id=idN2EGXC,vhost=on,fd=19 \
   -m 4096 \
   -smp 4,maxcpus=4,cores=2,threads=1,sockets=2 \
   -cpu 'SandyBridge' \
   -M pc \
   -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
   -vnc :0 \
   -vga qxl \
   -global qxl-vga.vram_size=33554432 \
   -rtc base=utc,clock=host,driftfix=slew \
   -boot order=cdn,once=c,menu=off \
   -no-kvm-pit-reinjection \
   -enable-kvm

2. resume guest via send cont command to monitor
3. dump screen via send  screendump command to monitor
  
Actual results:

qemu print qxl_send_events: spice-server bug: guest stopped, ignoring when start guest with  -vnc

Expected results:

no error print out when display server is vnc

Additional info:

related code add this commit: 5731e4f4f8b0e65d472fc4428b014031acb97ce4

Comment 2 juzhang 2013-02-19 04:00:41 UTC
FYI
https://bugzilla.redhat.com/show_bug.cgi?id=896407.
Bug 896407 - Guest hang when boot with vnc and qxl

Comment 3 Hai Huang 2013-08-08 18:01:02 UTC
Possible to re-test this with a more recent RHEL7.0 compose?  Thanks.

Comment 4 Xu Tian 2013-08-09 07:20:44 UTC
Created attachment 784739 [details]
dump sreen in loop

not reporduce with qemu-kvm-1.5.2-2.el7.x86_64 package, see script in attachment

Thanks,
Xu


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