[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/5] Usb 20190822 patches
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 0/5] Usb 20190822 patches |
Date: |
Thu, 22 Aug 2019 08:52:37 +0200 |
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
- [Qemu-devel] [PULL 0/5] Usb 20190822 patches,
Gerd Hoffmann <=
- [Qemu-devel] [PULL 3/5] xhci: Add No Op Command, Gerd Hoffmann, 2019/08/22
- [Qemu-devel] [PULL 5/5] ehci: fix queue->dev null ptr dereference, Gerd Hoffmann, 2019/08/22
- [Qemu-devel] [PULL 2/5] usb-redir: merge interrupt packets, Gerd Hoffmann, 2019/08/22
- [Qemu-devel] [PULL 1/5] usbredir: fix buffer-overflow on vmload, Gerd Hoffmann, 2019/08/22
- [Qemu-devel] [PULL 4/5] usb: reword -usb command-line option and mention xHCI, Gerd Hoffmann, 2019/08/22
- Re: [Qemu-devel] [PULL 0/5] Usb 20190822 patches, Peter Maydell, 2019/08/22