[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/17] ehci: drop pointless warn_report for guest bugs.
From: |
Gerd Hoffmann |
Subject: |
[PULL 04/17] ehci: drop pointless warn_report for guest bugs. |
Date: |
Wed, 19 Aug 2020 07:46:31 +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 | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c
index 4da446d2de6b..2b995443fbfd 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)
--
2.18.4
- [PULL 00/17] Usb 20200819 patches, Gerd Hoffmann, 2020/08/19
- [PULL 13/17] docs/system: Add U2F key to the USB devices examples, Gerd Hoffmann, 2020/08/19
- [PULL 02/17] hw: ehci: destroy sglist in error path, Gerd Hoffmann, 2020/08/19
- [PULL 03/17] hw: ehci: check return value of 'usb_packet_map', Gerd Hoffmann, 2020/08/19
- [PULL 01/17] hw: xhci: check return value of 'usb_packet_map', Gerd Hoffmann, 2020/08/19
- [PULL 15/17] scripts: Add u2f-setup-gen script, Gerd Hoffmann, 2020/08/19
- [PULL 14/17] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples, Gerd Hoffmann, 2020/08/19
- [PULL 04/17] ehci: drop pointless warn_report for guest bugs.,
Gerd Hoffmann <=
- [PULL 05/17] hw/usb: Regroup USB HID protocol values, Gerd Hoffmann, 2020/08/19
- [PULL 17/17] hw/usb: Add U2F device autoscan to passthru mode, Gerd Hoffmann, 2020/08/19
- [PULL 07/17] hw/usb: Add U2F key base class, Gerd Hoffmann, 2020/08/19
- [PULL 06/17] docs: Add USB U2F key device documentation, Gerd Hoffmann, 2020/08/19
- [PULL 16/17] hw/usb: Add U2F device check to passthru mode, Gerd Hoffmann, 2020/08/19
- [PULL 12/17] configure: Add USB U2F key device, Gerd Hoffmann, 2020/08/19
- [PULL 11/17] hw/usb: Add U2F key build recipe, Gerd Hoffmann, 2020/08/19
- [PULL 10/17] hw/usb: Add U2F key emulated mode, Gerd Hoffmann, 2020/08/19
- [PULL 08/17] hw/usb: Add U2F key base class implementation, Gerd Hoffmann, 2020/08/19
- [PULL 09/17] hw/usb: Add U2F key passthru mode, Gerd Hoffmann, 2020/08/19