mirror of
https://github.com/mii443/qemu.git
synced 2025-12-17 01:28:52 +00:00
Rearrange SCSI disk emulation code.
Add USB mass storage device emulation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1940 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -55,7 +55,7 @@ typedef struct USBHostDevice {
|
||||
int fd;
|
||||
} USBHostDevice;
|
||||
|
||||
static void usb_host_handle_reset(USBDevice *dev)
|
||||
static void usb_host_handle_reset(USBDevice *dev, int destroy)
|
||||
{
|
||||
#if 0
|
||||
USBHostDevice *s = (USBHostDevice *)dev;
|
||||
|
||||
Reference in New Issue
Block a user