[Qemu-devel] [PULL 0/3] Usb 20180125 v2 patches

Gerd Hoffmann posted 3 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180125164351.17154-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
hw/usb/ccid.h                 |   2 +-
include/hw/scsi/scsi.h        |   1 +
include/hw/usb.h              |   1 -
hw/scsi/scsi-bus.c            |   9 ++-
hw/usb/ccid-card-emulated.c   |  44 ++++++-------
hw/usb/ccid-card-passthru.c   |  12 ++--
hw/usb/dev-network.c          |  26 --------
hw/usb/dev-serial.c           |  30 ---------
hw/usb/dev-smartcard-reader.c |  34 +++++-----
hw/usb/dev-storage.c          |  61 +-----------------
hw/usb/host-legacy.c          | 144 ------------------------------------------
hw/usb/host-stub.c            |   6 --
vl.c                          |  15 -----
hw/usb/Makefile.objs          |   2 +-
qemu-options.hx               |  19 ------
15 files changed, 60 insertions(+), 346 deletions(-)
delete mode 100644 hw/usb/host-legacy.c
[Qemu-devel] [PULL 0/3] Usb 20180125 v2 patches
Posted by Gerd Hoffmann 6 years, 2 months ago
The following changes since commit 834a336eb911db8a8ca00e760ee6a85faca19414:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2018-01-24 19:24:26 +0000)

are available in the git repository at:

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

for you to fetch changes up to 112d9cb43c70658b890559ff6dcfc5d9e821f368:

  usb-storage: Fix share-rw option parsing (2018-01-25 17:26:07 +0100)

----------------------------------------------------------------
usb: -usbdevice cleanups, storage fix, ccid cleanup.

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

Fam Zheng (1):
  usb-storage: Fix share-rw option parsing

Mao Zhongyi (1):
  hw/usb/ccid: Make ccid_card_init() take an error parameter

Thomas Huth (1):
  usb: Remove legacy -usbdevice options (host, serial, disk and net)

 hw/usb/ccid.h                 |   2 +-
 include/hw/scsi/scsi.h        |   1 +
 include/hw/usb.h              |   1 -
 hw/scsi/scsi-bus.c            |   9 ++-
 hw/usb/ccid-card-emulated.c   |  44 ++++++-------
 hw/usb/ccid-card-passthru.c   |  12 ++--
 hw/usb/dev-network.c          |  26 --------
 hw/usb/dev-serial.c           |  30 ---------
 hw/usb/dev-smartcard-reader.c |  34 +++++-----
 hw/usb/dev-storage.c          |  61 +-----------------
 hw/usb/host-legacy.c          | 144 ------------------------------------------
 hw/usb/host-stub.c            |   6 --
 vl.c                          |  15 -----
 hw/usb/Makefile.objs          |   2 +-
 qemu-options.hx               |  19 ------
 15 files changed, 60 insertions(+), 346 deletions(-)
 delete mode 100644 hw/usb/host-legacy.c

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Usb 20180125 v2 patches
Posted by Philippe Mathieu-Daudé 6 years, 2 months ago
On 01/25/2018 01:43 PM, Gerd Hoffmann wrote:
> The following changes since commit 834a336eb911db8a8ca00e760ee6a85faca19414:
> 
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2018-01-24 19:24:26 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu tags/usb-20180125-v2-pull-request
> 
> for you to fetch changes up to 112d9cb43c70658b890559ff6dcfc5d9e821f368:
> 
>   usb-storage: Fix share-rw option parsing (2018-01-25 17:26:07 +0100)
> 
> ----------------------------------------------------------------
> usb: -usbdevice cleanups, storage fix, ccid cleanup.
> 
> ----------------------------------------------------------------
> 
> Fam Zheng (1):
>   usb-storage: Fix share-rw option parsing
> 
> Mao Zhongyi (1):
>   hw/usb/ccid: Make ccid_card_init() take an error parameter

NACK s->card not set in ccid_card_realize() ?

> 
> Thomas Huth (1):
>   usb: Remove legacy -usbdevice options (host, serial, disk and net)
> 
>  hw/usb/ccid.h                 |   2 +-
>  include/hw/scsi/scsi.h        |   1 +
>  include/hw/usb.h              |   1 -
>  hw/scsi/scsi-bus.c            |   9 ++-
>  hw/usb/ccid-card-emulated.c   |  44 ++++++-------
>  hw/usb/ccid-card-passthru.c   |  12 ++--
>  hw/usb/dev-network.c          |  26 --------
>  hw/usb/dev-serial.c           |  30 ---------
>  hw/usb/dev-smartcard-reader.c |  34 +++++-----
>  hw/usb/dev-storage.c          |  61 +-----------------
>  hw/usb/host-legacy.c          | 144 ------------------------------------------
>  hw/usb/host-stub.c            |   6 --
>  vl.c                          |  15 -----
>  hw/usb/Makefile.objs          |   2 +-
>  qemu-options.hx               |  19 ------
>  15 files changed, 60 insertions(+), 346 deletions(-)
>  delete mode 100644 hw/usb/host-legacy.c
>