qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PULL 0/5] Usb 20200928 patches
Date: Mon, 28 Sep 2020 15:16:33 +0200	[thread overview]
Message-ID: <20200928131638.9486-1-kraxel@redhat.com> (raw)

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	other threads:[~2020-09-28 13:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 13:16 Gerd Hoffmann [this message]
2020-09-28 13:16 ` [PULL 1/5] usb/hcd-xhci: Make dma read/writes hooks pci free Gerd Hoffmann
2020-09-28 13:16 ` [PULL 2/5] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c Gerd Hoffmann
2020-09-28 13:16 ` [PULL 3/5] usb/hcd-xhci: Split pci wrapper for xhci base model Gerd Hoffmann
2020-09-28 13:16 ` [PULL 4/5] usb: hcd-xhci-sysbus: Attach xhci to sysbus device Gerd Hoffmann
2020-09-28 13:16 ` [PULL 5/5] hw/usb: Use lock guard macros Gerd Hoffmann
2020-09-28 18:26 ` [PULL 0/5] Usb 20200928 patches no-reply
2020-09-29  9:29 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200928131638.9486-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).