mbox

[PULL,0/6] Fixes 20201116 patches

Message ID 20201116111036.12820-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/fixes-20201116-pull-request

Message

Gerd Hoffmann Nov. 16, 2020, 11:10 a.m. UTC
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(-)

Comments

Peter Maydell Nov. 16, 2020, 3:32 p.m. UTC | #1
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