[Qemu-devel] [PULL 0/1] Usb 20170717 patches

Gerd Hoffmann posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717094011.15905-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/hcd-ehci.c | 5 +++++
1 file changed, 5 insertions(+)
[Qemu-devel] [PULL 0/1] Usb 20170717 patches
Posted by Gerd Hoffmann 6 years, 9 months ago
The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2a7f2630684ee556a394a354d64159a4470c0151:

  ehci: add sanity check for maxframes (2017-07-17 11:39:08 +0200)

----------------------------------------------------------------
ehci fix for 2.10

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

Gerd Hoffmann (1):
  ehci: add sanity check for maxframes

 hw/usb/hcd-ehci.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Usb 20170717 patches
Posted by Peter Maydell 6 years, 9 months ago
On 17 July 2017 at 10:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20170717-pull-request
>
> for you to fetch changes up to 2a7f2630684ee556a394a354d64159a4470c0151:
>
>   ehci: add sanity check for maxframes (2017-07-17 11:39:08 +0200)
>
> ----------------------------------------------------------------
> ehci fix for 2.10
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   ehci: add sanity check for maxframes
>
>  hw/usb/hcd-ehci.c | 5 +++++
>  1 file changed, 5 insertions(+)

Applied, thanks.

-- PMM