summaryrefslogtreecommitdiffstats
path: root/include/hw/usb.h
diff options
context:
space:
mode:
authorPaolo Bonzini2021-03-10 18:33:20 +0100
committerGerd Hoffmann2021-03-15 17:00:58 +0100
commit405cf80ceb6ba62c7bafba55a85af51262d25b36 (patch)
tree51915f58b70e566251c4d1263d692d2369c5351b /include/hw/usb.h
parenthw/usb/bus: Remove the "full-path" property (diff)
downloadqemu-405cf80ceb6ba62c7bafba55a85af51262d25b36.tar.gz
qemu-405cf80ceb6ba62c7bafba55a85af51262d25b36.tar.xz
qemu-405cf80ceb6ba62c7bafba55a85af51262d25b36.zip
usb: remove support for -usbdevice parameters
No device needs them anymore and in fact they're undocumented. Remove the code. The only change in behavior is that "-usbdevice braille:hello" now reports an error, which is a bugfix. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210310173323.1422754-2-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw/usb.h')
-rw-r--r--include/hw/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/usb.h b/include/hw/usb.h
index 9f42394efa..436e07b304 100644
--- a/include/hw/usb.h
+++ b/include/hw/usb.h
@@ -499,7 +499,7 @@ void usb_bus_new(USBBus *bus, size_t bus_size,
void usb_bus_release(USBBus *bus);
USBBus *usb_bus_find(int busnr);
void usb_legacy_register(const char *typename, const char *usbdevice_name,
- USBDevice *(*usbdevice_init)(const char *params));
+ USBDevice *(*usbdevice_init)(void));
USBDevice *usb_new(const char *name);
bool usb_realize_and_unref(USBDevice *dev, USBBus *bus, Error **errp);
USBDevice *usb_create_simple(USBBus *bus, const char *name);