summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-23 15:44:42 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-06-02 16:29:00 +0200
commit7bd3055ffd5f87d83f04659e496c91fbfc839143 (patch)
tree354be41a335c1bbbd9d8ef86f6778628b99945de /hw/usb/hcd-xhci.c
parentb791c3b38c7969cb9f4acda8229e19fd865a1c08 (diff)
downloadhqemu-7bd3055ffd5f87d83f04659e496c91fbfc839143.zip
hqemu-7bd3055ffd5f87d83f04659e496c91fbfc839143.tar.gz
xhci: make port reset trace point more verbose
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/hcd-xhci.c')
-rw-r--r--hw/usb/hcd-xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 54dea16..72308e0 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -2856,7 +2856,7 @@ static void xhci_port_update(XHCIPort *port, int is_detach)
static void xhci_port_reset(XHCIPort *port, bool warm_reset)
{
- trace_usb_xhci_port_reset(port->portnr);
+ trace_usb_xhci_port_reset(port->portnr, warm_reset);
if (!xhci_port_have_device(port)) {
return;
OpenPOWER on IntegriCloud