mbox

[PULL,0/4] Usb 20171005 patches

Message ID 20171005090443.26889-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Oct. 5, 2017, 9:04 a.m. UTC
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(-)

Comments

Peter Maydell Oct. 5, 2017, 3:06 p.m. UTC | #1
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