[PULL 0/2] Usb 20210218 patches

Gerd Hoffmann posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210218115201.2765071-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/host-libusb.c | 18 +++++++++++++++---
hw/usb/pcap.c        |  2 ++
2 files changed, 17 insertions(+), 3 deletions(-)
[PULL 0/2] Usb 20210218 patches
Posted by Gerd Hoffmann 3 years, 3 months ago
The following changes since commit 18543229fd7a2c79dcd6818c7b1f0f62512b5220:

  Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-r=
equest' into staging (2021-02-16 14:37:57 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 6ba5a437ad48f10931592f649b5b7375968f362d:

  usb/pcap: set flag_setup (2021-02-17 14:29:12 +0100)

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

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

Gerd Hoffmann (1):
  usb/pcap: set flag_setup

Nick Rosbrook (1):
  usb-host: use correct altsetting in usb_host_ep_update

 hw/usb/host-libusb.c | 18 +++++++++++++++---
 hw/usb/pcap.c        |  2 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

--=20
2.29.2



Re: [PULL 0/2] Usb 20210218 patches
Posted by Peter Maydell 3 years, 3 months ago
On Thu, 18 Feb 2021 at 11:57, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 18543229fd7a2c79dcd6818c7b1f0f62512b5220:
>
>   Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-r=
> equest' into staging (2021-02-16 14:37:57 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20210218-pull-request
>
> for you to fetch changes up to 6ba5a437ad48f10931592f649b5b7375968f362d:
>
>   usb/pcap: set flag_setup (2021-02-17 14:29:12 +0100)
>
> ----------------------------------------------------------------
> usb: two bugfixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   usb/pcap: set flag_setup
>
> Nick Rosbrook (1):
>   usb-host: use correct altsetting in usb_host_ep_update
>
>  hw/usb/host-libusb.c | 18 +++++++++++++++---
>  hw/usb/pcap.c        |  2 ++
>  2 files changed, 17 insertions(+), 3 deletions(-)


Applied, thanks.

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

-- PMM