Revision 8e9f18b6 hw/usb/hcd-xhci.c

b/hw/usb/hcd-xhci.c
2518 2518

  
2519 2519
static void xhci_runtime_write(XHCIState *xhci, uint32_t reg, uint32_t val)
2520 2520
{
2521
    trace_usb_xhci_runtime_read(reg, val);
2521
    trace_usb_xhci_runtime_write(reg, val);
2522 2522

  
2523 2523
    switch (reg) {
2524 2524
    case 0x20: /* IMAN */

Also available in: Unified diff