Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging
commit7d2c6c95511e42dffe2b263275e09957723d0ff4
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Feb 2017 11:44:08 +0000 (6 11:44 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Feb 2017 11:44:08 +0000 (6 11:44 +0000)
treeb35733bdd9ea20a32fe2a3dcd96055880c856f1b
parentc192325242f0040a9c3d245f843bb5552b391c15
parent7da76e12cc5cc902dda4c168d8d608fd4e61cbc5
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging

usb: various bugfixes, mostly xhci.

# gpg: Signature made Mon 06 Feb 2017 11:26:35 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/pull-usb-20170206-1:
  xhci: fix event queue IRQ handling
  usb: ccid: check ccid apdu length
  xhci: guard xhci_kick_epctx against recursive calls
  xhci: don't kick in xhci_submit and xhci_fire_ctl_transfer
  xhci: rename xhci_complete_packet to xhci_try_complete_packet
  xhci: only free completed transfers
  usb: accept usb3 control requests
  usb/uas: more verbose error message
  hw/usb/dev-hid: Improve guest compatibility of usb-tablet

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>