mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
usb: Remove "-usbdevice ccid"
"-usbdevice ccid" was not documented and -usbdevice itself was marked as deprecated before QEMU v6.0. And searching for "-usbdevice ccid" in the internet does not show any useful results, so likely nobody was using the ccid device via the -usbdevice option. Remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210311092829.1479051-1-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9e2e9fe3df
commit
d2aea775d4
3 changed files with 6 additions and 4 deletions
|
@ -120,6 +120,12 @@ Drives with interface types other than ``if=none`` are for onboard
|
|||
devices. Drives the board doesn't pick up can no longer be used with
|
||||
-device. Use ``if=none`` instead.
|
||||
|
||||
``-usbdevice ccid`` (removed in 6.0)
|
||||
'''''''''''''''''''''''''''''''''''''
|
||||
|
||||
This option was undocumented and not used in the field.
|
||||
Use `-device usb-ccid`` instead.
|
||||
|
||||
|
||||
QEMU Machine Protocol (QMP) commands
|
||||
------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue