[PULL 0/3] Usb 20200921 patches

Gerd Hoffmann posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200921085823.980-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ohci.c     | 28 ++++++++++++++++++++++++++--
hw/usb/u2f-emulated.c |  4 ++--
2 files changed, 28 insertions(+), 4 deletions(-)
[PULL 0/3] Usb 20200921 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit 053a4177817db307ec854356e95b5b350800a216:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1be90ebecc95b09a2ee5af3f60c412b45a766c4f:

  hw: usb: hcd-ohci: check for processed TD before retire (2020-09-21 09:44:54 +0200)

----------------------------------------------------------------
usb: fix u2f build
usb: fix ohci oob access and loop issues

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

Gerd Hoffmann (1):
  usb: fix u2f build

Prasad J Pandit (2):
  hw: usb: hcd-ohci: check len and frame_number variables
  hw: usb: hcd-ohci: check for processed TD before retire

 hw/usb/hcd-ohci.c     | 28 ++++++++++++++++++++++++++--
 hw/usb/u2f-emulated.c |  4 ++--
 2 files changed, 28 insertions(+), 4 deletions(-)

-- 
2.27.0



Re: [PULL 0/3] Usb 20200921 patches
Posted by Peter Maydell 3 years, 7 months ago
On Mon, 21 Sep 2020 at 10:00, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 053a4177817db307ec854356e95b5b350800a216:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' into staging (2020-09-18 16:34:26 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20200921-pull-request
>
> for you to fetch changes up to 1be90ebecc95b09a2ee5af3f60c412b45a766c4f:
>
>   hw: usb: hcd-ohci: check for processed TD before retire (2020-09-21 09:44:54 +0200)
>
> ----------------------------------------------------------------
> usb: fix u2f build
> usb: fix ohci oob access and loop issues
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM