xhci: relax link check
commit99f9aeba5d461f79c9ce73f968ba0feb77fc1f5a
authorLadi Prosek <lprosek@redhat.com>
Fri, 12 May 2017 10:21:00 +0000 (12 12:21 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 12 May 2017 10:26:40 +0000 (12 12:26 +0200)
tree2f7c56c9cea1d60d4d3ad4225f9c5d68aec36ac0
parent66849dcfbed4be2ba012fd55631558c623c43f89
xhci: relax link check

The strict td link limit added by commit "05f43d4 xhci: limit the
number of link trbs we are willing to process" causes problems with
Windows guests. Let's raise the limit.

This change is analogous to:

  commit ab6b1105a2259c7072905887f71caa850ce63190
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   Tue Mar 7 09:40:18 2017 +0100

      ohci: relax link check

Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Message-id: 20170512102100.22675-1-lprosek@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c