All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Fam Zheng <fam@euphon.net>, Paolo Bonzini <pbonzini@redhat.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	qemu-block@nongnu.org
Subject: [PULL 0/8] Usb 20210122 patches
Date: Fri, 22 Jan 2021 18:48:41 +0100	[thread overview]
Message-ID: <20210122174849.3936119-1-kraxel@redhat.com> (raw)

The following changes since commit 0e32462630687a18039464511bd0447ada5709c3:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-=
request' into staging (2021-01-22 10:35:55 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/usb-20210122-pull-request

for you to fetch changes up to 2980a316734c420e7398aec026909dcfc8614c1d:

  usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER (2021-01-22 14:51:=
35 +0100)

----------------------------------------------------------------
usb: cleanups and fixes.
usb: add pcap support.

----------------------------------------------------------------

Alex Chen (1):
  hw/usb: Fix bad printf format specifiers

Fabrice Fontaine (1):
  hw/usb/host-libusb.c: fix build with kernel < 5.0

Gerd Hoffmann (2):
  usb: add pcap support.
  usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER

Markus Armbruster (1):
  hw/usb: Convert to qdev_realize()

Philippe Mathieu-Daud=C3=A9 (3):
  hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit
    hosts
  scsi/utils: Add INVALID_PARAM_VALUE sense code definition
  hw/usb/dev-uas: Report command additional adb length as unsupported

 hw/usb/hcd-xhci.h             |   2 +-
 include/hw/usb.h              |   8 ++
 include/scsi/utils.h          |   2 +
 hw/usb/bus.c                  |  16 +++
 hw/usb/ccid-card-passthru.c   |   2 +-
 hw/usb/core.c                 |  21 ++-
 hw/usb/dev-smartcard-reader.c |   8 +-
 hw/usb/dev-uas.c              |  12 +-
 hw/usb/hcd-ehci.c             |   4 +-
 hw/usb/hcd-xhci-pci.c         |   4 +-
 hw/usb/hcd-xhci-sysbus.c      |   5 +-
 hw/usb/host-libusb.c          |  18 ++-
 hw/usb/pcap.c                 | 251 ++++++++++++++++++++++++++++++++++
 scsi/utils.c                  |   5 +
 hw/usb/meson.build            |   1 +
 15 files changed, 340 insertions(+), 19 deletions(-)
 create mode 100644 hw/usb/pcap.c

--=20
2.29.2




             reply	other threads:[~2021-01-22 17:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 17:48 Gerd Hoffmann [this message]
2021-01-22 17:48 ` [PULL 1/8] hw/usb/host-libusb.c: fix build with kernel < 5.0 Gerd Hoffmann
2021-01-22 17:48 ` [PULL 2/8] hw/usb: Fix bad printf format specifiers Gerd Hoffmann
2021-01-22 17:48 ` [PULL 3/8] hw/usb: Convert to qdev_realize() Gerd Hoffmann
2021-01-22 17:48 ` [PULL 4/8] hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts Gerd Hoffmann
2021-01-22 17:48 ` [PULL 5/8] scsi/utils: Add INVALID_PARAM_VALUE sense code definition Gerd Hoffmann
2021-01-22 17:48 ` [PULL 6/8] hw/usb/dev-uas: Report command additional adb length as unsupported Gerd Hoffmann
2021-01-22 17:48 ` [PULL 7/8] usb: add pcap support Gerd Hoffmann
2021-01-22 17:48 ` [PULL 8/8] usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER Gerd Hoffmann
2021-01-23 19:14 ` [PULL 0/8] Usb 20210122 patches 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=20210122174849.3936119-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=fam@euphon.net \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.