[Qemu-devel] [PULL 0/3] Usb 20180618 patches

Gerd Hoffmann posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180618092132.7253-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/3] Usb 20180618 patches
Posted by Gerd Hoffmann 5 years, 9 months ago
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(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Usb 20180618 patches
Posted by Peter Maydell 5 years, 9 months ago
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