[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Fixes 20201116 patches
From: |
Gerd Hoffmann |
Subject: |
[PULL 0/6] Fixes 20201116 patches |
Date: |
Mon, 16 Nov 2020 12:10:30 +0100 |
The following changes since commit b50ea0d54bbca7d440315c3d0c0f7a4d6537b180:
Merge remote-tracking branch
'remotes/alistair/tags/pull-riscv-to-apply-20201113-1' into staging (2020-11-14
11:22:07 +0000)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/fixes-20201116-pull-request
for you to fetch changes up to c590fe3aa23acb923159c41c741dd694cba9c544:
xhci: move sanity checks (2020-11-16 09:11:21 +0100)
----------------------------------------------------------------
usb: a bunch of fixes for guest-triggerable asserts
(should have been in last friday's pull, sorry ...).
----------------------------------------------------------------
Gerd Hoffmann (6):
usb-storage: switch trace events
usb-storage: add commandlog property
usb-storage: use bool for removable property
usb-storage: fill csw on cancel
xhci: fix guest triggerable assert
xhci: move sanity checks
hw/usb/dev-storage.c | 60 +++++++++++++++++++++-----------------------
hw/usb/hcd-xhci.c | 11 +++++---
hw/usb/trace-events | 12 +++++++++
3 files changed, 48 insertions(+), 35 deletions(-)
--
2.27.0
- [PULL 0/6] Fixes 20201116 patches,
Gerd Hoffmann <=
- [PULL 3/6] usb-storage: use bool for removable property, Gerd Hoffmann, 2020/11/16
- [PULL 2/6] usb-storage: add commandlog property, Gerd Hoffmann, 2020/11/16
- [PULL 4/6] usb-storage: fill csw on cancel, Gerd Hoffmann, 2020/11/16
- [PULL 1/6] usb-storage: switch trace events, Gerd Hoffmann, 2020/11/16
- [PULL 5/6] xhci: fix guest triggerable assert, Gerd Hoffmann, 2020/11/16
- [PULL 6/6] xhci: move sanity checks, Gerd Hoffmann, 2020/11/16
- Re: [PULL 0/6] Fixes 20201116 patches, Peter Maydell, 2020/11/16