index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-msd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-06
block: Attach non-qdev devices as well
Markus Armbruster
1
-1
/
+1
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
1
-2
/
+2
2011-08-04
usb-storage: iovec support
Gerd Hoffmann
1
-58
/
+49
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-4
/
+8
2011-07-29
Merge remote-tracking branch 'kraxel/migration.2' into staging
Anthony Liguori
1
-0
/
+12
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-07-20
usb storage: first migration support bits.
Gerd Hoffmann
1
-0
/
+12
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
1
-8
/
+1
2011-06-23
usb-storage: Turn drive serial into a qdev property usb-storage.serial
Markus Armbruster
1
-3
/
+11
2011-06-23
usb: Proper error propagation for usb_device_attach errors
Hans de Goede
1
-2
/
+3
2011-05-31
Merge remote-tracking branch 'bonzini/scsi.2' into staging
Anthony Liguori
1
-50
/
+72
2011-05-26
scsi: rename arguments to the new callbacks
Paolo Bonzini
1
-5
/
+5
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
1
-30
/
+41
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
1
-11
/
+4
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
1
-4
/
+15
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
1
-12
/
+15
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
1
-1
/
+5
2011-05-26
usb: move cancel callback to USBDeviceInfo
Gerd Hoffmann
1
-5
/
+3
2011-05-26
usb-storage: don't call usb_packet_complete twice
Gerd Hoffmann
1
-1
/
+1
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
1
-3
/
+3
2011-05-26
usb: update config descriptors to identify number of interfaces
Brad Hards
1
-0
/
+2
2011-05-04
usb: mass storage fix
Gerd Hoffmann
1
-0
/
+1
2011-05-04
usb: move complete callback to port ops
Gerd Hoffmann
1
-2
/
+2
2011-04-16
usb: trivial spelling fixes
Brad Hards
1
-2
/
+2
2011-02-01
Add bootindex handling into usb storage device.
Gleb Natapov
1
-0
/
+2
2011-01-31
blockdev: Fix drive_add for drives without media
Markus Armbruster
1
-2
/
+1
2011-01-24
usb-msd: Propagate removable bit to SCSI device
Stefan Hajnoczi
1
-1
/
+3
2011-01-24
scsi: Allow scsi_bus_legacy_add_drive() to set removable bit
Stefan Hajnoczi
1
-1
/
+1
2011-01-11
usb storage: handle long responses
Gerd Hoffmann
1
-2
/
+2
2011-01-11
usb storage: fix status reporting
Gerd Hoffmann
1
-6
/
+7
2011-01-11
usb storage: high speed support
Gerd Hoffmann
1
-5
/
+46
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
1
-23
/
+0
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
1
-8
/
+1
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
1
-4
/
+0
2011-01-11
usb storage: serial number support
Gerd Hoffmann
1
-0
/
+6
2011-01-11
usb storage: use new descriptor infrastructure.
Gerd Hoffmann
1
-104
/
+63
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
1
-1
/
+1
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-4
/
+8
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-8
/
+7
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
1
-4
/
+16
2010-07-02
scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
Markus Armbruster
1
-0
/
+3
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+1
2010-06-04
blockdev: Hide QEMUMachine from drive_init()
Markus Armbruster
1
-1
/
+1
2010-03-31
usb: class specific interface requests
Max Reitz
1
-4
/
+2
2010-03-17
hw/usb-msd: fix some usb requests
Arnaud Patard (Rtp)
1
-3
/
+5
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-1
/
+1
[next]