[Qemu-devel] [PULL 0/2] Usb 20180518 patches

Gerd Hoffmann posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180518075015.1290-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/usb/ccid-card-passthru.c   |  2 +-
hw/usb/dev-smartcard-reader.c | 14 +++++++++-----
2 files changed, 10 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] Usb 20180518 patches
Posted by Gerd Hoffmann 7 years, 5 months ago
The following changes since commit a4207e3b00e89f934adb231057dcf9a75ac2ae45:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-17 11:59:50 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8030dca376fa1bc4d8a6be7628196578f8783ab3:

  hw/usb/dev-smartcard-reader: Handle 64 B USB packets (2018-05-18 09:42:16 +0200)

----------------------------------------------------------------
usb: two smartcard reader fixes.

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

Jakub Jelen (1):
  hw/usb/dev-smartcard-reader: Handle 64 B USB packets

Marc-André Lureau (1):
  ccid-card-passthru: fix regression in realize()

 hw/usb/ccid-card-passthru.c   |  2 +-
 hw/usb/dev-smartcard-reader.c | 14 +++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Usb 20180518 patches
Posted by Peter Maydell 7 years, 5 months ago
On 18 May 2018 at 08:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit a4207e3b00e89f934adb231057dcf9a75ac2ae45:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-17 11:59:50 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180518-pull-request
>
> for you to fetch changes up to 8030dca376fa1bc4d8a6be7628196578f8783ab3:
>
>   hw/usb/dev-smartcard-reader: Handle 64 B USB packets (2018-05-18 09:42:16 +0200)
>
> ----------------------------------------------------------------
> usb: two smartcard reader fixes.
>
> ----------------------------------------------------------------
>
> Jakub Jelen (1):
>   hw/usb/dev-smartcard-reader: Handle 64 B USB packets
>
> Marc-André Lureau (1):
>   ccid-card-passthru: fix regression in realize()
>
>  hw/usb/ccid-card-passthru.c   |  2 +-
>  hw/usb/dev-smartcard-reader.c | 14 +++++++++-----
>  2 files changed, 10 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM