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-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-24
scsi: fix searching for an empty id
Paolo Bonzini
1
-5
/
+10
2012-02-24
scsi: fix wrong return for target INQUIRY
Paolo Bonzini
1
-1
/
+1
2012-02-22
scsi: add SCSIDevice vmstate definitions
Paolo Bonzini
1
-3
/
+104
2012-02-22
scsi-disk: enable scatter/gather functionality
Paolo Bonzini
1
-0
/
+1
2012-02-22
scsi: add scatter/gather functionality
Paolo Bonzini
1
-2
/
+26
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-4
/
+8
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-9
/
+10
2012-01-27
scsi: convert to QEMU Object Model
Anthony Liguori
1
-26
/
+69
2011-11-22
scsi: fix fw path
Paolo Bonzini
1
-2
/
+2
2011-11-22
usb-msd: do not register twice in the boot order
Paolo Bonzini
1
-2
/
+5
2011-11-18
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
1
-3
/
+1
2011-11-18
scsi: fix parsing of allocation length field
Paolo Bonzini
1
-10
/
+87
2011-11-18
scsi: update list of commands
Paolo Bonzini
1
-6
/
+19
2011-11-18
scsi: fix fw path
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: push request restart to SCSIDevice
Paolo Bonzini
1
-0
/
+56
2011-10-28
scsi: do not call transfer_data after canceling a request
Paolo Bonzini
1
-4
/
+19
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: make reqops const
Paolo Bonzini
1
-5
/
+5
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
1
-9
/
+15
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-16
/
+32
2011-10-28
scsi: implement REPORT LUNS for arbitrary LUNs
Paolo Bonzini
1
-10
/
+39
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
1
-23
/
+30
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-15
/
+12
2011-10-28
scsi-disk: report media changed via unit attention sense codes
Paolo Bonzini
1
-0
/
+5
2011-10-28
scsi: notify the device when unit attention is reported
Paolo Bonzini
1
-5
/
+27
2011-10-28
atapi/scsi: unify definitions for MMC
Paolo Bonzini
1
-1
/
+1
2011-09-20
scsi: fix sign extension problems
Paolo Bonzini
1
-15
/
+7
2011-09-12
scsi-disk: Fix START_STOP to fail when it can't eject
Markus Armbruster
1
-0
/
+10
2011-09-10
scsi-bus: remove duplicate table entries
Blue Swirl
1
-3
/
+1
2011-09-06
scsi: fill in additional sense length correctly
Paolo Bonzini
1
-1
/
+2
2011-09-06
scsi: refine constants for READ CAPACITY 16
Paolo Bonzini
1
-1
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-16
scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer
Paolo Bonzini
1
-1
/
+2
2011-08-14
hw/scsi-bus.c: Fix use of uninitialised variable
Peter Maydell
1
-1
/
+1
2011-08-12
scsi: add special traces for common commands
Paolo Bonzini
1
-0
/
+17
2011-08-12
scsi: report unit attention on reset
Paolo Bonzini
1
-1
/
+2
2011-08-12
scsi: add support for unit attention conditions
Paolo Bonzini
1
-2
/
+91
2011-08-12
scsi: add a bunch more common sense codes
Paolo Bonzini
1
-0
/
+30
2011-08-12
scsi: move handling of REQUEST SENSE to common code
Paolo Bonzini
1
-2
/
+10
2011-08-12
scsi: move handling of REPORT LUNS and invalid LUNs to common code
Paolo Bonzini
1
-1
/
+174
2011-08-12
scsi: move request parsing to common code
Paolo Bonzini
1
-15
/
+38
2011-08-12
scsi: push lun field to SCSIDevice
Paolo Bonzini
1
-0
/
+1
2011-08-12
scsi: introduce SCSICommand
Paolo Bonzini
1
-47
/
+48
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
1
-5
/
+8
2011-08-12
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
1
-10
/
+10
2011-08-12
scsi: introduce SCSIReqOps
Paolo Bonzini
1
-2
/
+3
2011-08-12
scsi: move sense handling to generic code
Paolo Bonzini
1
-5
/
+62
2011-08-12
scsi: pass status when completing
Paolo Bonzini
1
-4
/
+4
[next]