[PULL 0/6] Fixes 20201116 patches

Gerd Hoffmann posted 6 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201116111036.12820-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-storage.c | 60 +++++++++++++++++++++-----------------------
hw/usb/hcd-xhci.c    | 11 +++++---
hw/usb/trace-events  | 12 +++++++++
3 files changed, 48 insertions(+), 35 deletions(-)
[PULL 0/6] Fixes 20201116 patches
Posted by Gerd Hoffmann 3 years, 5 months ago
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



Re: [PULL 0/6] Fixes 20201116 patches
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 16 Nov 2020 at 11:12, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> 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 ...).
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM