[PULL 0/3] Usb 20201016 patches

Gerd Hoffmann posted 3 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201016052435.26180-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-dwc2.c | 106 +++++++++++++++++++++++++++++++++++++---------
hw/usb/hcd-ehci.c |  35 +++++++--------
2 files changed, 105 insertions(+), 36 deletions(-)
[PULL 0/3] Usb 20201016 patches
Posted by Gerd Hoffmann 3 years, 6 months ago
The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9832f6783c4198658d101c6b8e8a14e1f2c57aa3:

  hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() (2020-10-15 12:16:42 +0200)

----------------------------------------------------------------
usb: fixes for dwc2 + ehci.

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

Anthony PERARD via (1):
  usb/hcd-ehci: Fix error handling on missing device for iTD

Mauro Matteo Cascella (1):
  hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()

Paul Zimmerman (1):
  usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)

 hw/usb/hcd-dwc2.c | 106 +++++++++++++++++++++++++++++++++++++---------
 hw/usb/hcd-ehci.c |  35 +++++++--------
 2 files changed, 105 insertions(+), 36 deletions(-)

-- 
2.27.0



Re: [PULL 0/3] Usb 20201016 patches
Posted by Peter Maydell 3 years, 6 months ago
On Fri, 16 Oct 2020 at 06:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20201016-pull-request
>
> for you to fetch changes up to 9832f6783c4198658d101c6b8e8a14e1f2c57aa3:
>
>   hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() (2020-10-15 12:16:42 +0200)
>
> ----------------------------------------------------------------
> usb: fixes for dwc2 + ehci.
>
> ----------------------------------------------------------------
>
> Anthony PERARD via (1):
>   usb/hcd-ehci: Fix error handling on missing device for iTD
>
> Mauro Matteo Cascella (1):
>   hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
>
> Paul Zimmerman (1):
>   usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)

Anthony PERARD via (1):
      usb/hcd-ehci: Fix error handling on missing device for iTD
ERROR: pull request includes commits attributed to list

Can you fix up the author for that commit, please?

thanks
-- PMM