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
/
scsi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-21
scsi: introduce scsi_cdb_length and scsi_data_cdb_length
Paolo Bonzini
1
-0
/
+2
2012-07-27
scsi: report parameter changes to HBA drivers
Paolo Bonzini
1
-0
/
+2
2012-07-27
scsi-disk: report resized disk via sense codes
Paolo Bonzini
1
-0
/
+2
2012-07-27
scsi: establish precedence levels for unit attention
Paolo Bonzini
1
-0
/
+1
2012-07-27
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
Cong Meng
1
-0
/
+2
2012-07-26
scsi-disk: Fail medium writes with proper sense for readonly LUNs
Ronnie Sahlberg
1
-0
/
+2
2012-07-26
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
1
-0
/
+4
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+1
2012-07-17
hw/block-common: Move BlockConf & friends from block.h
Markus Armbruster
1
-0
/
+1
2012-07-10
scsi: add free_request callback
Paolo Bonzini
1
-0
/
+1
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-0
/
+3
2012-02-22
scsi: add SCSIDevice vmstate definitions
Paolo Bonzini
1
-0
/
+16
2012-02-22
scsi: add scatter/gather functionality
Paolo Bonzini
1
-0
/
+3
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-1
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-1
/
+0
2012-01-27
scsi: convert to QEMU Object Model
Anthony Liguori
1
-13
/
+18
2011-11-22
usb-msd: do not register twice in the boot order
Paolo Bonzini
1
-1
/
+1
2011-11-18
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
1
-0
/
+2
2011-10-28
scsi: push request restart to SCSIDevice
Paolo Bonzini
1
-0
/
+5
2011-10-28
scsi: do not call transfer_data after canceling a request
Paolo Bonzini
1
-0
/
+1
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: export scsi_generic_reqops
Paolo Bonzini
1
-0
/
+3
2011-10-28
scsi: make reqops const
Paolo Bonzini
1
-4
/
+3
2011-10-28
scsi: move max_lba to SCSIDevice
Paolo Bonzini
1
-0
/
+1
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
1
-2
/
+3
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-1
/
+2
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
1
-2
/
+1
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-6
/
+5
2011-10-28
scsi-disk: report media changed via unit attention sense codes
Paolo Bonzini
1
-0
/
+2
2011-10-28
scsi: notify the device when unit attention is reported
Paolo Bonzini
1
-0
/
+2
2011-09-12
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
1
-1
/
+0
2011-09-12
scsi-disk: Fix START_STOP to fail when it can't eject
Markus Armbruster
1
-0
/
+4
2011-08-12
scsi: report unit attention on reset
Paolo Bonzini
1
-1
/
+1
2011-08-12
scsi: add support for unit attention conditions
Paolo Bonzini
1
-0
/
+2
2011-08-12
scsi: add a bunch more common sense codes
Paolo Bonzini
1
-0
/
+12
2011-08-12
scsi: move request parsing to common code
Paolo Bonzini
1
-1
/
+0
2011-08-12
scsi: push lun field to SCSIDevice
Paolo Bonzini
1
-0
/
+1
2011-08-12
scsi: introduce SCSICommand
Paolo Bonzini
1
-7
/
+10
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
1
-2
/
+2
2011-08-12
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
1
-6
/
+7
2011-08-12
scsi: introduce SCSIReqOps
Paolo Bonzini
1
-1
/
+7
2011-08-12
scsi: move sense handling to generic code
Paolo Bonzini
1
-2
/
+8
2011-08-12
scsi: pass status when completing
Paolo Bonzini
1
-1
/
+1
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
1
-3
/
+7
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
1
-7
/
+2
2011-05-26
scsi: make write_data return void
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: Implement 'get_sense' callback
Hannes Reinecke
1
-0
/
+2
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
1
-0
/
+1
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
1
-0
/
+1
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
1
-0
/
+1
[next]