Revision 65d81ed4

b/hw/usb/hcd-xhci.c
2135 2135
    int i;
2136 2136
    TRBCCode res;
2137 2137

  
2138
    trace_usb_xhci_slot_address(slotid);
2139 2138
    assert(slotid >= 1 && slotid <= xhci->numslots);
2140 2139

  
2141 2140
    dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high);
......
2168 2167
        fprintf(stderr, "xhci: port not found\n");
2169 2168
        return CC_TRB_ERROR;
2170 2169
    }
2170
    trace_usb_xhci_slot_address(slotid, uport->path);
2171 2171

  
2172 2172
    dev = uport->dev;
2173 2173
    if (!dev) {
b/trace-events
371 371
usb_xhci_port_notify(uint32_t port, uint32_t pls) "port %d, bits %x"
372 372
usb_xhci_slot_enable(uint32_t slotid) "slotid %d"
373 373
usb_xhci_slot_disable(uint32_t slotid) "slotid %d"
374
usb_xhci_slot_address(uint32_t slotid) "slotid %d"
374
usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s"
375 375
usb_xhci_slot_configure(uint32_t slotid) "slotid %d"
376 376
usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d"
377 377
usb_xhci_slot_reset(uint32_t slotid) "slotid %d"

Also available in: Unified diff