Bug 1348422
Summary: | error flow from monitor when moving mouse with virtio input device | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | mazhang <mazhang> |
Component: | qemu-kvm-rhev | Assignee: | Gerd Hoffmann <kraxel> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.3 | CC: | knoel, kraxel, mazhang, michen, qzhang, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu 2.7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-12 11:41:04 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: |
Description
mazhang
2016-06-21 07:06:56 UTC
Graphical login or text console? Does the mouse work? (In reply to Gerd Hoffmann from comment #2) > Graphical login or text console? > Does the mouse work? Graphical login, and the mouse was working. (In reply to mazhang from comment #3) > (In reply to Gerd Hoffmann from comment #2) > > Graphical login or text console? > > Does the mouse work? > > Graphical login, and the mouse was working. When do those messages show up? Any chance this happens only before the guest driver is loaded and active? If the mouse is working fine this seems to be a cosmetic issue only. The message should probably converted to a tracepoint. It's not helpful, except for trouble-shooting. (In reply to Gerd Hoffmann from comment #4) > (In reply to mazhang from comment #3) > > (In reply to Gerd Hoffmann from comment #2) > > > Graphical login or text console? > > > Does the mouse work? > > > > Graphical login, and the mouse was working. > > When do those messages show up? Any chance this happens only before the > guest driver is loaded and active? Those messages shows up after virtio_input module loaded. > > If the mouse is working fine this seems to be a cosmetic issue only. The > message should probably converted to a tracepoint. It's not helpful, except > for trouble-shooting. Fixed in qemu 2.7: commit c80276b4206d534daaaf87305df5805db1b8db02 Author: Gerd Hoffmann <kraxel> Date: Thu Jun 23 11:51:35 2016 +0200 input: add trace events for full queues It isn't unusual to happen, for example during reboot when the guest doesn't reveice events for a while. So better don't flood stderr with alarming messages. Turn them into tracepoints instead so they can be enabled in case they are needed for trouble-shooting. Signed-off-by: Gerd Hoffmann <kraxel> Message-id: 1466675495-28797-1-git-send-email-kraxel ... lets pick it up with the next rebase. thuth did the backport already for another bug ... *** This bug has been marked as a duplicate of bug 1366471 *** |