Revision 52190422 hw/usb/hcd-xhci.c

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

  
1165 1165
    if (sctx->sct == -1) {
1166 1166
        xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx));
1167
        fprintf(stderr, "%s: init sctx #%d @ " DMA_ADDR_FMT ": %08x %08x\n",
1168
                __func__, streamid, sctx->pctx, ctx[0], ctx[1]);
1169 1167
        sct = (ctx[0] >> 1) & 0x07;
1170 1168
        if (epctx->lsa && sct != 1) {
1171 1169
            *cc_error = CC_INVALID_STREAM_TYPE_ERROR;

Also available in: Unified diff