diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-26 15:56:49 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:31 -0500 |
commit | b3e461d3d6426db74870cd2f54fc24af336660e9 (patch) | |
tree | 540c6d50f963a68cca93b78ab57de14774a51832 /hw/usb.h | |
parent | 61e094c049c1f58291e596910d300c7842cfd998 (diff) |
usb-storage: use qdev for -usbdevice
Hook up usb_msd_init.
Also rework handling of encrypted block devices,
move the code out vl.c.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -256,10 +256,6 @@ void usb_host_info(Monitor *mon); /* usb-hid.c */ void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *)); -/* usb-msd.c */ -USBDevice *usb_msd_init(const char *filename); -BlockDriverState *usb_msd_get_bdrv(USBDevice *dev); - /* usb-net.c */ USBDevice *usb_net_init(NICInfo *nd); |