[Qemu-devel] [PULL 0/5] Usb 20190822 patches

Gerd Hoffmann posted 5 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190822065242.12496-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c |  3 ++
hw/usb/hcd-xhci.c |  3 ++
hw/usb/redirect.c | 76 +++++++++++++++++++++++++++++++++--------------
qemu-options.hx   |  7 +++--
4 files changed, 65 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL 0/5] Usb 20190822 patches
Posted by Gerd Hoffmann 4 years, 8 months ago
The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1be344b7ad25d572dadeee46d80f0103354352b2:

  ehci: fix queue->dev null ptr dereference (2019-08-22 06:55:29 +0200)

----------------------------------------------------------------
usb: bugfixes and minor improvements.

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

Gerd Hoffmann (1):
  ehci: fix queue->dev null ptr dereference

Hikaru Nishida (1):
  xhci: Add No Op Command

Marc-André Lureau (1):
  usbredir: fix buffer-overflow on vmload

Martin Cerveny (1):
  usb-redir: merge interrupt packets

Stefan Hajnoczi (1):
  usb: reword -usb command-line option and mention xHCI

 hw/usb/hcd-ehci.c |  3 ++
 hw/usb/hcd-xhci.c |  3 ++
 hw/usb/redirect.c | 76 +++++++++++++++++++++++++++++++++--------------
 qemu-options.hx   |  7 +++--
 4 files changed, 65 insertions(+), 24 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/5] Usb 20190822 patches
Posted by Peter Maydell 4 years, 8 months ago
On Thu, 22 Aug 2019 at 07:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190822-pull-request
>
> for you to fetch changes up to 1be344b7ad25d572dadeee46d80f0103354352b2:
>
>   ehci: fix queue->dev null ptr dereference (2019-08-22 06:55:29 +0200)
>
> ----------------------------------------------------------------
> usb: bugfixes and minor improvements.
>

Applied, thanks.

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

-- PMM