[Qemu-devel] [PULL 0/1] Usb 20171023 patches

Gerd Hoffmann posted 1 patch 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171023084538.18210-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/dev-smartcard-reader.c | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
[Qemu-devel] [PULL 0/1] Usb 20171023 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit e822e81e350825dd94f41ee2538ff1432b812eb9:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-10-20 15:04:00 +0100)

are available in the git repository at:

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

for you to fetch changes up to 31bd59db446de48eb985b4e1c0e31dae10fc35f8:

  usb-ccid: remove needless migration state code (2017-10-23 10:05:28 +0200)

----------------------------------------------------------------
usb: ccid fix.

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

Marc-André Lureau (1):
  usb-ccid: remove needless migration state code

 hw/usb/dev-smartcard-reader.c | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Usb 20171023 patches
Posted by Peter Maydell 6 years, 5 months ago
On 23 October 2017 at 09:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit e822e81e350825dd94f41ee2538ff1432b812eb9:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-10-20 15:04:00 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20171023-pull-request
>
> for you to fetch changes up to 31bd59db446de48eb985b4e1c0e31dae10fc35f8:
>
>   usb-ccid: remove needless migration state code (2017-10-23 10:05:28 +0200)
>
> ----------------------------------------------------------------
> usb: ccid fix.
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>   usb-ccid: remove needless migration state code
>
>  hw/usb/dev-smartcard-reader.c | 23 +----------------------

Applied, thanks.

-- PMM