[PULL 0/3] Usb 20201019 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/20201019123326.9973-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 20201019 patches
Posted by Gerd Hoffmann 3 years, 6 months ago
The following changes since commit e12ce85b2c79d83a340953291912875c30b3af06:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-10-16 22:46:28 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bea2a9e3e00b275dc40cfa09c760c715b8753e03:

  hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() (2020-10-19 09:17:21 +0200)

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

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

Anthony PERARD (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 20201019 patches
Posted by Peter Maydell 3 years, 6 months ago
On Mon, 19 Oct 2020 at 13:36, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e12ce85b2c79d83a340953291912875c30b3af06:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-10-16 22:46:28 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20201019-pull-request
>
> for you to fetch changes up to bea2a9e3e00b275dc40cfa09c760c715b8753e03:
>
>   hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() (2020-10-19 09:17:21 +0200)
>
> ----------------------------------------------------------------
> usb: fixes for dwc2 + ehci.
>


Applied, thanks.

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

-- PMM