All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] Usb 20210122 patches
@ 2021-01-22 17:48 Gerd Hoffmann
  2021-01-22 17:48 ` [PULL 1/8] hw/usb/host-libusb.c: fix build with kernel < 5.0 Gerd Hoffmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2021-01-22 17:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Fam Zheng, Paolo Bonzini, Gerd Hoffmann, qemu-block

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-23 19:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 17:48 [PULL 0/8] Usb 20210122 patches Gerd Hoffmann
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

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.