[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Usb 20200928 patches
From: |
Gerd Hoffmann |
Subject: |
[PULL 0/5] Usb 20200928 patches |
Date: |
Mon, 28 Sep 2020 15:16:33 +0200 |
The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a'
into staging (2020-09-25 14:46:18 +0100)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/usb-20200928-pull-request
for you to fetch changes up to 5c43b603a2e3f77f41e0cf339e72bee2077bfe61:
hw/usb: Use lock guard macros (2020-09-28 13:13:58 +0200)
----------------------------------------------------------------
usb: xhci sysbus support.
usb: use lock guards.
----------------------------------------------------------------
Amey Narkhede (1):
hw/usb: Use lock guard macros
Sai Pavan Boddu (4):
usb/hcd-xhci: Make dma read/writes hooks pci free
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
usb/hcd-xhci: Split pci wrapper for xhci base model
usb: hcd-xhci-sysbus: Attach xhci to sysbus device
hw/usb/hcd-xhci-pci.h | 44 ++++++
hw/usb/hcd-xhci-sysbus.h | 32 +++++
hw/usb/hcd-xhci.h | 21 ++-
hw/usb/ccid-card-emulated.c | 54 +++----
hw/usb/hcd-xhci-nec.c | 18 +--
hw/usb/hcd-xhci-pci.c | 261 ++++++++++++++++++++++++++++++++++
hw/usb/hcd-xhci-sysbus.c | 109 +++++++++++++++
hw/usb/hcd-xhci.c | 271 ++++++++----------------------------
hw/usb/Kconfig | 11 ++
hw/usb/meson.build | 2 +
10 files changed, 564 insertions(+), 259 deletions(-)
create mode 100644 hw/usb/hcd-xhci-pci.h
create mode 100644 hw/usb/hcd-xhci-sysbus.h
create mode 100644 hw/usb/hcd-xhci-pci.c
create mode 100644 hw/usb/hcd-xhci-sysbus.c
--
2.27.0
- [PULL 0/5] Usb 20200928 patches,
Gerd Hoffmann <=
- [PULL 1/5] usb/hcd-xhci: Make dma read/writes hooks pci free, Gerd Hoffmann, 2020/09/28
- [PULL 4/5] usb: hcd-xhci-sysbus: Attach xhci to sysbus device, Gerd Hoffmann, 2020/09/28
- [PULL 5/5] hw/usb: Use lock guard macros, Gerd Hoffmann, 2020/09/28
- [PULL 2/5] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c, Gerd Hoffmann, 2020/09/28
- [PULL 3/5] usb/hcd-xhci: Split pci wrapper for xhci base model, Gerd Hoffmann, 2020/09/28
- Re: [PULL 0/5] Usb 20200928 patches, no-reply, 2020/09/28
- Re: [PULL 0/5] Usb 20200928 patches, Peter Maydell, 2020/09/29