usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
commit6db34277e3b3071707a3a20afb82176e4f229b8f
authorThomas Huth <thuth@redhat.com>
Wed, 10 Mar 2021 17:33:22 +0000 (10 18:33 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 15 Mar 2021 16:00:58 +0000 (15 17:00 +0100)
treee810a637791924fb9c2c62becc78463f26d32b96
parent6523c96c9ce0d4d8c34d447fbdf489ca0affb515
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)

When trying to remove the -usbdevice option, there were complaints that
"-usbdevice braille" is still a very useful shortcut for some people.
Thus we never remove this option. Since it's not such a big burden to
keep it around, and it's also convenient in the sense that you don't
have to worry to enable a host controller explicitly with this option,
we should remove it from he deprecation list again.

However, there is one exception: "-usbdevice audio" should go away, since
audio devices without "audiodev=..." parameter are also on the deprecation
list and you cannot use "-usbdevice audio" with "audiodev".

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210310173323.1422754-4-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/system/deprecated.rst
docs/system/removed-features.rst
hw/usb/dev-audio.c
softmmu/vl.c