[PATCH 0/4] Clean up the -usbdevice mess

Thomas Huth posted 4 patches 4 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210310173323.1422754-1-thuth@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>
docs/system/deprecated.rst       |  9 --------
docs/system/removed-features.rst |  8 ++++++++
hw/usb/bus.c                     | 32 +++++++----------------------
hw/usb/dev-audio.c               |  1 -
hw/usb/dev-serial.c              |  2 +-
hw/usb/u2f.c                     |  1 -
include/hw/usb.h                 |  2 +-
qemu-options.hx                  | 35 ++++++++++++++++++++++++++------
softmmu/vl.c                     |  2 --
9 files changed, 46 insertions(+), 46 deletions(-)
[PATCH 0/4] Clean up the -usbdevice mess
Posted by Thomas Huth 4 years, 8 months ago
"-usbdevice" is still useful for some users. Thus let's clean up the
unwanted parts and make sure that the rest is in a better shape again.

Paolo Bonzini (2):
  usb: remove support for -usbdevice parameters
  usb: remove '-usbdevice u2f-key'

Thomas Huth (2):
  usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets
    removed)
  usb: Document the missing -usbdevice options

 docs/system/deprecated.rst       |  9 --------
 docs/system/removed-features.rst |  8 ++++++++
 hw/usb/bus.c                     | 32 +++++++----------------------
 hw/usb/dev-audio.c               |  1 -
 hw/usb/dev-serial.c              |  2 +-
 hw/usb/u2f.c                     |  1 -
 include/hw/usb.h                 |  2 +-
 qemu-options.hx                  | 35 ++++++++++++++++++++++++++------
 softmmu/vl.c                     |  2 --
 9 files changed, 46 insertions(+), 46 deletions(-)

-- 
2.27.0


Re: [PATCH 0/4] Clean up the -usbdevice mess
Posted by Gerd Hoffmann 4 years, 8 months ago
On Wed, Mar 10, 2021 at 06:33:19PM +0100, Thomas Huth wrote:
> "-usbdevice" is still useful for some users. Thus let's clean up the
> unwanted parts and make sure that the rest is in a better shape again.
> 
> Paolo Bonzini (2):
>   usb: remove support for -usbdevice parameters
>   usb: remove '-usbdevice u2f-key'
> 
> Thomas Huth (2):
>   usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets
>     removed)
>   usb: Document the missing -usbdevice options

Added to usb queue (and unqueued the obsoleted patch of course).

thanks,
  Gerd