All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: remove '-usbdevice u2f-key'
@ 2021-03-10 15:49 Paolo Bonzini
  0 siblings, 0 replies; only message in thread
From: Paolo Bonzini @ 2021-03-10 15:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, armbru, Gerd Hoffmann

It never worked.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
---
	Could/should be squashed in Thomas's patch.

Based-on: <20210309165035.967853-1-thuth@redhat.com>
---
 hw/usb/u2f.c    | 1 -
 qemu-options.hx | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/hw/usb/u2f.c b/hw/usb/u2f.c
index bc09191f06..56001249a4 100644
--- a/hw/usb/u2f.c
+++ b/hw/usb/u2f.c
@@ -346,7 +346,6 @@ static const TypeInfo u2f_key_info = {
 static void u2f_key_register_types(void)
 {
     type_register_static(&u2f_key_info);
-    usb_legacy_register(TYPE_U2F_KEY, "u2f-key", NULL);
 }
 
 type_init(u2f_key_register_types)
diff --git a/qemu-options.hx b/qemu-options.hx
index cef8c2da57..fdecee758a 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1759,9 +1759,6 @@ SRST
         position without having to grab the mouse. Also overrides the
         PS/2 mouse emulation when activated.
 
-    ``u2f-key``
-        U2F (Universal Second Factor) key.
-
     ``wacom-tablet``
         Wacom PenPartner USB tablet.
 
-- 
2.29.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-10 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 15:49 [PATCH] usb: remove '-usbdevice u2f-key' Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.