diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-12-15 10:20:57 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-18 11:26:28 -0600 |
commit | 42be86ce95db944910005aa981a8e9ae5e01b05a (patch) | |
tree | 1e1f24b580cedcc16173fc24a68c9f507e6cf036 /hw/usb.h | |
parent | 15ff7705444ab9663189946d6d648431e0649df1 (diff) | |
download | qemu-42be86ce95db944910005aa981a8e9ae5e01b05a.tar.gz qemu-42be86ce95db944910005aa981a8e9ae5e01b05a.tar.bz2 qemu-42be86ce95db944910005aa981a8e9ae5e01b05a.zip |
usb-net: use qdev for -usbdevice
Rebased to master, adapted to device renaming by armbru,
no other changes.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -258,9 +258,6 @@ void usb_host_info(Monitor *mon); /* usb-hid.c */ void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *)); -/* usb-net.c */ -USBDevice *usb_net_init(NICInfo *nd); - /* usb-bt.c */ USBDevice *usb_bt_init(HCIInfo *hci); |