mbox

[PULL,0/3] Usb 20200921 patches

Message ID 20200921085823.980-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Sept. 21, 2020, 8:58 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 22, 2020, 5:19 p.m. UTC | #1
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