qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] Usb 20180126 v3 patches
@ 2018-01-26  8:05 Gerd Hoffmann
  2018-01-26  8:05 ` [Qemu-devel] [PULL 1/5] usb: Remove legacy -usbdevice options (host, serial, disk and net) Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2018-01-26  8:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit 2077fef91d5eb8e3745a84fabd87a5ee7d2b535d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125' into staging (2018-01-25 17:04:47 +0000)

are available in the git repository at:

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

for you to fetch changes up to 80ae865468bde918363a123aa26c6fc4385023ac:

  usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() (2018-01-26 07:59:33 +0100)

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

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

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

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

Philippe Mathieu-Daudé (2):
  usb-ccid: inline ccid_card_initfn() in ccid_card_realize()
  usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()

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

 hw/usb/ccid.h                 |   6 +-
 include/hw/scsi/scsi.h        |   1 +
 include/hw/usb.h              |   1 -
 hw/scsi/scsi-bus.c            |   9 ++-
 hw/usb/ccid-card-emulated.c   |  48 +++++++-------
 hw/usb/ccid-card-passthru.c   |  13 ++--
 hw/usb/dev-network.c          |  26 --------
 hw/usb/dev-serial.c           |  30 ---------
 hw/usb/dev-smartcard-reader.c |  63 ++++++++----------
 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, 74 insertions(+), 370 deletions(-)
 delete mode 100644 hw/usb/host-legacy.c

-- 
2.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-26 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26  8:05 [Qemu-devel] [PULL 0/5] Usb 20180126 v3 patches Gerd Hoffmann
2018-01-26  8:05 ` [Qemu-devel] [PULL 1/5] usb: Remove legacy -usbdevice options (host, serial, disk and net) Gerd Hoffmann
2018-01-26  8:05 ` [Qemu-devel] [PULL 2/5] usb-storage: Fix share-rw option parsing Gerd Hoffmann
2018-01-26  8:05 ` [Qemu-devel] [PULL 3/5] hw/usb/ccid: Make ccid_card_init() take an error parameter Gerd Hoffmann
2018-01-26  8:05 ` [Qemu-devel] [PULL 4/5] usb-ccid: inline ccid_card_initfn() in ccid_card_realize() Gerd Hoffmann
2018-01-26  8:05 ` [Qemu-devel] [PULL 5/5] usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() Gerd Hoffmann
2018-01-26 14:21 ` [Qemu-devel] [PULL 0/5] Usb 20180126 v3 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).