[PULL 0/2] Usb 20210901 patches

Gerd Hoffmann posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210901065342.3316013-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/desc.h            |  2 +-
hw/usb/quirks-ftdi-ids.h |  4 ++--
hw/usb/desc-msos.c       | 10 +++++-----
hw/usb/dev-audio.c       |  4 ++--
hw/usb/dev-uas.c         | 11 +++++++++++
hw/usb/host-libusb.c     |  2 +-
hw/usb/u2f-emulated.c    |  2 +-
7 files changed, 23 insertions(+), 12 deletions(-)
[PULL 0/2] Usb 20210901 patches
Posted by Gerd Hoffmann 2 years, 6 months ago
The following changes since commit ad22d0583300df420819e6c89b1c022b998fac8a:

  Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' into staging (2021-08-27 11:34:12 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ae420c957aff2871b8a1af9cf9ee1a7a75b3552b:

  hw/usb: Fix typo in comments and print (2021-09-01 06:37:13 +0200)

----------------------------------------------------------------
usb: bugfixes.

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

Cai Huoqing (1):
  hw/usb: Fix typo in comments and print

Gerd Hoffmann (1):
  uas: add stream number sanity checks.

 hw/usb/desc.h            |  2 +-
 hw/usb/quirks-ftdi-ids.h |  4 ++--
 hw/usb/desc-msos.c       | 10 +++++-----
 hw/usb/dev-audio.c       |  4 ++--
 hw/usb/dev-uas.c         | 11 +++++++++++
 hw/usb/host-libusb.c     |  2 +-
 hw/usb/u2f-emulated.c    |  2 +-
 7 files changed, 23 insertions(+), 12 deletions(-)

-- 
2.31.1



Re: [PULL 0/2] Usb 20210901 patches
Posted by Peter Maydell 2 years, 6 months ago
On Wed, 1 Sept 2021 at 08:01, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit ad22d0583300df420819e6c89b1c022b998fac8a:
>
>   Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' into staging (2021-08-27 11:34:12 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20210901-pull-request
>
> for you to fetch changes up to ae420c957aff2871b8a1af9cf9ee1a7a75b3552b:
>
>   hw/usb: Fix typo in comments and print (2021-09-01 06:37:13 +0200)
>
> ----------------------------------------------------------------
> usb: bugfixes.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM