[Qemu-devel] [PULL 0/4] Usb 20171005 patches

Gerd Hoffmann posted 4 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171005090443.26889-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/bus.c                | 4 +---
hw/usb/ccid-card-passthru.c | 2 +-
hw/usb/Makefile.objs        | 3 ++-
3 files changed, 4 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/4] Usb 20171005 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)

are available in the git repository at:

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

for you to fetch changes up to eea6ae20379dca837631d603c3bed03e5128189f:

  usb: fix host-stub.c build race (2017-10-05 11:03:25 +0200)

----------------------------------------------------------------
usb bugfixes.

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

Fam Zheng (1):
  usb: Use angle brackets for cacard include directive

Gerd Hoffmann (2):
  usb: fix libusb config variable name.
  usb: fix host-stub.c build race

Thomas Huth (1):
  hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()

 hw/usb/bus.c                | 4 +---
 hw/usb/ccid-card-passthru.c | 2 +-
 hw/usb/Makefile.objs        | 3 ++-
 3 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Usb 20171005 patches
Posted by Peter Maydell 6 years, 5 months ago
On 5 October 2017 at 10:04, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20171005-pull-request
>
> for you to fetch changes up to eea6ae20379dca837631d603c3bed03e5128189f:
>
>   usb: fix host-stub.c build race (2017-10-05 11:03:25 +0200)
>
> ----------------------------------------------------------------
> usb bugfixes.
>
> ----------------------------------------------------------------
>
> Fam Zheng (1):
>   usb: Use angle brackets for cacard include directive
>
> Gerd Hoffmann (2):
>   usb: fix libusb config variable name.
>   usb: fix host-stub.c build race
>
> Thomas Huth (1):
>   hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()
>
>  hw/usb/bus.c                | 4 +---
>  hw/usb/ccid-card-passthru.c | 2 +-
>  hw/usb/Makefile.objs        | 3 ++-
>  3 files changed, 4 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM