[Qemu-devel] [PULL 0/8] Usb 20180612 patches

Gerd Hoffmann posted 8 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180612104430.25745-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
docs/usb2.txt                 | 99 ++++++++++++++++++++++++-------------------
include/qom/object.h          | 12 ++++--
hw/core/bus.c                 |  1 -
hw/core/qdev-properties.c     |  2 +-
hw/core/qdev.c                |  2 +-
hw/display/xlnx_dp.c          |  2 +-
hw/dma/xilinx_axidma.c        |  4 +-
hw/dma/xlnx-zdma.c            |  2 +-
hw/i386/pc.c                  |  2 +-
hw/i386/pc_piix.c             |  2 +-
hw/i386/pc_q35.c              |  2 +-
hw/ipmi/ipmi.c                |  2 +-
hw/net/xilinx_axienet.c       |  4 +-
hw/ssi/xilinx_spips.c         |  2 +-
hw/usb/dev-mtp.c              | 11 ++++-
hw/usb/dev-smartcard-reader.c |  1 +
hw/usb/redirect.c             |  2 +-
net/can/can_host.c            |  2 +-
net/colo-compare.c            |  2 +-
qom/object.c                  |  8 ++--
target/arm/cpu.c              |  4 +-
tests/usb-hcd-xhci-test.c     | 10 +++++
ui/console.c                  |  2 +-
23 files changed, 109 insertions(+), 71 deletions(-)
[Qemu-devel] [PULL 0/8] Usb 20180612 patches
Posted by Gerd Hoffmann 5 years, 10 months ago
The following changes since commit 2afc4e3df80d947dd1bd42ce80278f591b35c74a:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' into staging (2018-06-11 15:31:20 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/usb-20180612-pull-request

for you to fetch changes up to 3c969a6022438cf59de10d2dc3c58f4807788f98:

  usb-mtp: Return error on suspicious TYPE_DATA packet from initiator (2018-06-12 12:08:12 +0200)

----------------------------------------------------------------
usb: bug fix collection, doc update.

----------------------------------------------------------------

Bandan Das (1):
  usb-mtp: Return error on suspicious TYPE_DATA packet from initiator

Gerd Hoffmann (1):
  usb: update docs

Marc-André Lureau (4):
  bus: do not unref the added child bus on realize
  object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
  usb-ccid: fix bus leak
  usb-hcd-xhci-test: add a test for ccid hotplug

Philippe Mathieu-Daudé (2):
  usb: correctly handle Zero Length Packets
  usb/dev-mtp: Fix use of uninitialized values

 docs/usb2.txt                 | 99 ++++++++++++++++++++++++-------------------
 include/qom/object.h          | 12 ++++--
 hw/core/bus.c                 |  1 -
 hw/core/qdev-properties.c     |  2 +-
 hw/core/qdev.c                |  2 +-
 hw/display/xlnx_dp.c          |  2 +-
 hw/dma/xilinx_axidma.c        |  4 +-
 hw/dma/xlnx-zdma.c            |  2 +-
 hw/i386/pc.c                  |  2 +-
 hw/i386/pc_piix.c             |  2 +-
 hw/i386/pc_q35.c              |  2 +-
 hw/ipmi/ipmi.c                |  2 +-
 hw/net/xilinx_axienet.c       |  4 +-
 hw/ssi/xilinx_spips.c         |  2 +-
 hw/usb/dev-mtp.c              | 11 ++++-
 hw/usb/dev-smartcard-reader.c |  1 +
 hw/usb/redirect.c             |  2 +-
 net/can/can_host.c            |  2 +-
 net/colo-compare.c            |  2 +-
 qom/object.c                  |  8 ++--
 target/arm/cpu.c              |  4 +-
 tests/usb-hcd-xhci-test.c     | 10 +++++
 ui/console.c                  |  2 +-
 23 files changed, 109 insertions(+), 71 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/8] Usb 20180612 patches
Posted by Peter Maydell 5 years, 10 months ago
On 12 June 2018 at 11:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2afc4e3df80d947dd1bd42ce80278f591b35c74a:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' into staging (2018-06-11 15:31:20 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180612-pull-request
>
> for you to fetch changes up to 3c969a6022438cf59de10d2dc3c58f4807788f98:
>
>   usb-mtp: Return error on suspicious TYPE_DATA packet from initiator (2018-06-12 12:08:12 +0200)
>
> ----------------------------------------------------------------
> usb: bug fix collection, doc update.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM