mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Merge remote-tracking branch 'kraxel/usb.89' into staging
# By Gerd Hoffmann (2) and Miroslav Rezanina (2) # Via Gerd Hoffmann * kraxel/usb.89: ehci: save device pointer in EHCIState Remove dev-bluetooth.c dependency from vl.c Preparation for usb-bt-dongle conditional build usb: sanity check setup_index+setup_len in post_load Message-id: 1378806073-25197-1-git-send-email-kraxel@redhat.com Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
This commit is contained in:
commit
a640f07c0d
10 changed files with 95 additions and 89 deletions
|
@ -108,12 +108,15 @@ struct bt_device_s {
|
|||
uint16_t clkoff; /* Note: Always little-endian */
|
||||
};
|
||||
|
||||
extern struct HCIInfo null_hci;
|
||||
/* bt.c */
|
||||
void bt_device_init(struct bt_device_s *dev, struct bt_scatternet_s *net);
|
||||
void bt_device_done(struct bt_device_s *dev);
|
||||
struct bt_scatternet_s *qemu_find_bt_vlan(int id);
|
||||
|
||||
/* bt-hci.c */
|
||||
struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
|
||||
struct HCIInfo *hci_init(const char *str);
|
||||
|
||||
/* bt-vhci.c */
|
||||
void bt_vhci_init(struct HCIInfo *info);
|
||||
|
|
|
@ -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