qemu-devel
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]