From: Gerd Hoffmann Date: Wed, 22 Jul 2020 07:26:13 +0000 (+0200) Subject: ehci: drop pointless warn_report for guest bugs. X-Git-Tag: v5.2.0-rc0~147^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10b2d90c947e557a2ec5c58919d2b5ad3c400c50;p=thirdparty%2Fqemu.git 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 Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200722072613.10390-1-kraxel@redhat.com> --- diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 4da446d2de6..2b995443fbf 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)