Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200928-pull-request' into...
commit1553d543ff4b9f91de4ed7743f0cd6e534528b9e
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Sep 2020 18:31:50 +0000 (28 19:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Sep 2020 18:31:50 +0000 (28 19:31 +0100)
treec891939f2fcbcb7dfc11d37fe434a2955d084dc0
parent74504514b154ebebdff577d88e4bf5c13074e9ed
parent5c43b603a2e3f77f41e0cf339e72bee2077bfe61
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200928-pull-request' into staging

usb: xhci sysbus support.
usb: use lock guards.

# gpg: Signature made Mon 28 Sep 2020 14:16:22 BST
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/usb-20200928-pull-request:
  hw/usb: Use lock guard macros
  usb: hcd-xhci-sysbus: Attach xhci to sysbus device
  usb/hcd-xhci: Split pci wrapper for xhci base model
  usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
  usb/hcd-xhci: Make dma read/writes hooks pci free

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