aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-22 09:26:13 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-31 08:10:47 +0200
commit10b2d90c947e557a2ec5c58919d2b5ad3c400c50 (patch)
tree43470890f73f56f90d80e79234bc9d90f093d9f3 /hw/usb
parent2fdb42d840400d58f2e706ecca82c142b97bcbd6 (diff)
downloadqemu-10b2d90c947e557a2ec5c58919d2b5ad3c400c50.zip
qemu-10b2d90c947e557a2ec5c58919d2b5ad3c400c50.tar.gz
qemu-10b2d90c947e557a2ec5c58919d2b5ad3c400c50.tar.bz2
ehci: drop pointless warn_report for guest bugs.
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>
Diffstat (limited to 'hw/usb')
-rw-r--r--hw/usb/hcd-ehci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c
index 4da446d..2b99544 100644
--- 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)