mbox

[PULL,for-2.7,0/2] usb: xhci assert fix, add usbredir streams property

Message ID 1469019494-5624-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20160720-1

Message

Gerd Hoffmann July 20, 2016, 12:58 p.m. UTC
Hi,

Here is the usb patch queue with two small fixes.

please pull,
  Gerd

The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d:

  disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-usb-20160720-1

for you to fetch changes up to 87ae924b73cbbe13ad800ab2016d011b42456f25:

  usbredir: add streams property (2016-07-20 13:31:20 +0200)

----------------------------------------------------------------
usb: xhci assert fix, add usbredir streams property

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      xhci: Fix possible side effect from assert()

Gerd Hoffmann (1):
      usbredir: add streams property

 hw/usb/hcd-xhci.c | 4 +++-
 hw/usb/redirect.c | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 20, 2016, 7:57 p.m. UTC | #1
On 20 July 2016 at 13:58, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the usb patch queue with two small fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d:
>
>   disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-usb-20160720-1
>
> for you to fetch changes up to 87ae924b73cbbe13ad800ab2016d011b42456f25:
>
>   usbredir: add streams property (2016-07-20 13:31:20 +0200)
>
> ----------------------------------------------------------------
> usb: xhci assert fix, add usbredir streams property
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM