diff options
author | Thomas Huth <thuth@redhat.com> | 2021-03-11 10:28:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-26 06:37:03 +0100 |
commit | d2aea775d4ab1a3d8fb92587881dc6fa55819f62 (patch) | |
tree | 2cd638f72271015550cc1eb8f2614932e0d1d705 /qemu-options.hx | |
parent | 9e2e9fe3df9f539f8b6941ceb96d25355fdae47e (diff) |
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index d60a03d3a9..fd21002bd6 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1743,9 +1743,6 @@ SRST corresponding ``braille`` chardev automatically beside the ``usb-braille`` USB device). - ``ccid`` - Smartcard reader device - ``keyboard`` Standard USB keyboard. Will override the PS/2 keyboard (if present). |