qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/3] Usb 20180125 v2 patches
Date: Thu, 25 Jan 2018 17:43:48 +0100	[thread overview]
Message-ID: <20180125164351.17154-1-kraxel@redhat.com> (raw)

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

             reply	other threads:[~2018-01-25 16:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25 16:43 Gerd Hoffmann [this message]
2018-01-25 16:43 ` [Qemu-devel] [PULL 1/3] usb: Remove legacy -usbdevice options (host, serial, disk and net) Gerd Hoffmann
2018-01-25 16:43 ` [Qemu-devel] [PULL 2/3] hw/usb/ccid: Make ccid_card_init() take an error parameter Gerd Hoffmann
2018-01-25 16:43 ` [Qemu-devel] [PULL 3/3] usb-storage: Fix share-rw option parsing Gerd Hoffmann
2018-01-25 16:51 ` [Qemu-devel] [PULL 0/3] Usb 20180125 v2 patches Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180125164351.17154-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).