mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Remove dev-bluetooth.c dependency from vl.c
Use usb_legacy_register handling to create bt-dongle device and remove code dependency from vl.c so CONFIG_USB_BLUETOOTH can be disabled. Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
644e1a8a34
commit
615fe4de4b
4 changed files with 13 additions and 16 deletions
|
@ -442,9 +442,6 @@ int set_usb_string(uint8_t *buf, const char *str);
|
|||
USBDevice *usb_host_device_open(USBBus *bus, const char *devname);
|
||||
void usb_host_info(Monitor *mon, const QDict *qdict);
|
||||
|
||||
/* usb-bt.c */
|
||||
USBDevice *usb_bt_init(USBBus *bus, HCIInfo *hci);
|
||||
|
||||
/* usb ports of the VM */
|
||||
|
||||
#define VM_USB_HUB_SIZE 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue