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

Gerd Hoffmann posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181029200250.24029-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
hw/usb/ccid-card-emulated.c | 27 +++++++++++++++++++++------
hw/usb/hcd-ohci.c           |  6 +++---
2 files changed, 24 insertions(+), 9 deletions(-)
[Qemu-devel] [PULL 0/3] Usb 20181029 patches
Posted by Gerd Hoffmann 7 years ago
The following changes since commit b312532fd03413d0e6ae6767ec793a3e30f487b8:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-19 19:01:07 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7dea29e4af17fc1d27478de9f8ea38144deac54a:

  hw: ccid-card-emulated: cleanup resource when realize in error path (2018-10-29 10:46:07 +0100)

----------------------------------------------------------------
usb: fixes for ohci and smart card emulation.

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

Li Qiang (3):
  usb: ohci: make num_ports to an unsinged integer
  hw: ccid-card-emulated: introduce clean_event_notifier
  hw: ccid-card-emulated: cleanup resource when realize in error path

 hw/usb/ccid-card-emulated.c | 27 +++++++++++++++++++++------
 hw/usb/hcd-ohci.c           |  6 +++---
 2 files changed, 24 insertions(+), 9 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Usb 20181029 patches
Posted by Peter Maydell 7 years ago
On 29 October 2018 at 20:02, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b312532fd03413d0e6ae6767ec793a3e30f487b8:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-19 19:01:07 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20181029-pull-request
>
> for you to fetch changes up to 7dea29e4af17fc1d27478de9f8ea38144deac54a:
>
>   hw: ccid-card-emulated: cleanup resource when realize in error path (2018-10-29 10:46:07 +0100)
>
> ----------------------------------------------------------------
> usb: fixes for ohci and smart card emulation.
>
> ----------------------------------------------------------------
>
> Li Qiang (3):
>   usb: ohci: make num_ports to an unsinged integer
>   hw: ccid-card-emulated: introduce clean_event_notifier
>   hw: ccid-card-emulated: cleanup resource when realize in error path
>
>  hw/usb/ccid-card-emulated.c | 27 +++++++++++++++++++++------
>  hw/usb/hcd-ohci.c           |  6 +++---
>  2 files changed, 24 insertions(+), 9 deletions(-)

Applied, thanks.

-- PMM