projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdb42d
)
ehci: drop pointless warn_report for guest bugs.
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 22 Jul 2020 07:26:13 +0000
(09:26 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 31 Aug 2020 06:10:47 +0000
(08:10 +0200)
We have a tracepoint at the same place which can be enabled if needed.
Buglink:
https://bugzilla.redhat.com//show_bug.cgi?id=1859236
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20200722072613
.10390-1-kraxel@redhat.com>
hw/usb/hcd-ehci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-ehci.c
b/hw/usb/hcd-ehci.c
index 4da446d2de6b6b0eb067a2cb534d9626de70fc8d..2b995443fbfdc3d77c43824e41e1a73ba408e0b4 100644
(file)
--- a/
hw/usb/hcd-ehci.c
+++ b/
hw/usb/hcd-ehci.c
@@
-352,7
+352,6
@@
static void ehci_trace_sitd(EHCIState *s, hwaddr addr,
static void ehci_trace_guest_bug(EHCIState *s, const char *message)
{
trace_usb_ehci_guest_bug(message);
- warn_report("%s", message);
}
static inline bool ehci_enabled(EHCIState *s)