mbox

[PULL,0/3] Usb 20180618 patches

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

Pull-request

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

Message

Gerd Hoffmann June 18, 2018, 9:21 a.m. UTC
The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the git repository at:

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

for you to fetch changes up to 0d1e8d6f4a2ced75f673edfe4d6cb78f3b361144:

  Revert "bus: do not unref the added child bus on realize" (2018-06-18 09:15:51 +0200)

----------------------------------------------------------------
usb: revert ccid / qom patches.

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

Marc-André Lureau (3):
  Revert "usb-ccid: fix bus leak"
  Revert "usb: release the created buses"
  Revert "bus: do not unref the added child bus on realize"

 hw/core/bus.c                 |  1 +
 hw/usb/dev-smartcard-reader.c |  1 -
 hw/usb/dev-storage.c          | 16 ----------------
 hw/usb/dev-uas.c              |  2 --
 4 files changed, 1 insertion(+), 19 deletions(-)

Comments

Peter Maydell June 19, 2018, 12:43 p.m. UTC | #1
On 18 June 2018 at 10:21, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180618-pull-request
>
> for you to fetch changes up to 0d1e8d6f4a2ced75f673edfe4d6cb78f3b361144:
>
>   Revert "bus: do not unref the added child bus on realize" (2018-06-18 09:15:51 +0200)
>
> ----------------------------------------------------------------
> usb: revert ccid / qom patches.
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM