index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-msd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
usb: Resolve warnings about unassigned bus on usb device creation
Jan Kiszka
1
-2
/
+2
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-1
/
+1
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
1
-2
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-1
/
+1
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
1
-1
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-13
/
+17
2012-02-03
usb: separate out legacy usb registration from type registration
Anthony Liguori
1
-1
/
+2
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-18
/
+23
2012-01-13
usb: track altsetting in USBDevice
Gerd Hoffmann
1
-10
/
+0
2012-01-06
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2012-01-06
scsi virtio-blk usb-msd: Clean up device init error messages
Markus Armbruster
1
-1
/
+1
2012-01-06
usb-storage: cancel I/O on reset
Gerd Hoffmann
1
-0
/
+12
2011-11-22
usb-msd: do not register twice in the boot order
Paolo Bonzini
1
-2
/
+2
2011-11-21
usb-storage: don't try to send the status early.
Gerd Hoffmann
1
-6
/
+10
2011-11-21
usb-storage: drop result from device state.
Gerd Hoffmann
1
-3
/
+1
2011-11-21
usb-storage: drop tag from device state.
Gerd Hoffmann
1
-7
/
+6
2011-11-21
usb-storage: fill status in complete callback.
Gerd Hoffmann
1
-17
/
+21
2011-11-21
usb-storage: move status debug message to usb_msd_send_status.
Gerd Hoffmann
1
-2
/
+2
2011-11-01
usb: change VID/PID for usb-hub and usb-msd to prevent conflict
Roy Tam
1
-2
/
+2
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-1
/
+2
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-2
/
+5
2011-10-13
usb-storage: fix NULL pointer dereference.
Gerd Hoffmann
1
-1
/
+4
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
[next]