]> git.ipfire.org Git - thirdparty/qemu.git/commit
xhci: tweak limits
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 20 Sep 2012 07:55:49 +0000 (09:55 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 26 Sep 2012 07:24:41 +0000 (09:24 +0200)
commitd95e74eaed8b74b0c75ab343e9cb826b1f5c9007
tree7852d8364449123d30ede39e00a356453a0a8f87
parenta2879190ab08b2b75d65b576fad7ff95d7d7d641
xhci: tweak limits

Set maxports to 15.  This is what the usb3 route string can handle.

Set maxslots to 64.  This is more than the number of root ports we
can have, but with additional hubs you can end up with more devices.

Set maxintrs (aka msi vectors) to 16.  Should be enougth, especially
considering that vectors are a limited ressource.  Linux guests use
only three at the moment.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c