index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-9
/
+10
*
scsi: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-26
/
+69
*
scsi: fix fw path
Paolo Bonzini
2011-11-22
1
-2
/
+2
*
usb-msd: do not register twice in the boot order
Paolo Bonzini
2011-11-22
1
-2
/
+5
*
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
2011-11-18
1
-3
/
+1
*
scsi: fix parsing of allocation length field
Paolo Bonzini
2011-11-18
1
-10
/
+87
*
scsi: update list of commands
Paolo Bonzini
2011-11-18
1
-6
/
+19
*
scsi: fix fw path
Paolo Bonzini
2011-11-18
1
-1
/
+1
*
scsi: push request restart to SCSIDevice
Paolo Bonzini
2011-10-28
1
-0
/
+56
*
scsi: do not call transfer_data after canceling a request
Paolo Bonzini
2011-10-28
1
-4
/
+19
*
scsi: pass cdb to alloc_req
Paolo Bonzini
2011-10-28
1
-1
/
+1
*
scsi: make reqops const
Paolo Bonzini
2011-10-28
1
-5
/
+5
*
scsi: add channel to addressing
Paolo Bonzini
2011-10-28
1
-9
/
+15
*
scsi: allow arbitrary LUNs
Paolo Bonzini
2011-10-28
1
-16
/
+32
*
scsi: implement REPORT LUNS for arbitrary LUNs
Paolo Bonzini
2011-10-28
1
-10
/
+39
*
scsi: remove devs array from SCSIBus
Paolo Bonzini
2011-10-28
1
-23
/
+30
*
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
2011-10-28
1
-15
/
+12
*
scsi-disk: report media changed via unit attention sense codes
Paolo Bonzini
2011-10-28
1
-0
/
+5
*
scsi: notify the device when unit attention is reported
Paolo Bonzini
2011-10-28
1
-5
/
+27
*
atapi/scsi: unify definitions for MMC
Paolo Bonzini
2011-10-28
1
-1
/
+1
*
scsi: fix sign extension problems
Paolo Bonzini
2011-09-20
1
-15
/
+7
*
scsi-disk: Fix START_STOP to fail when it can't eject
Markus Armbruster
2011-09-12
1
-0
/
+10
*
scsi-bus: remove duplicate table entries
Blue Swirl
2011-09-10
1
-3
/
+1
*
scsi: fill in additional sense length correctly
Paolo Bonzini
2011-09-06
1
-1
/
+2
*
scsi: refine constants for READ CAPACITY 16
Paolo Bonzini
2011-09-06
1
-1
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer
Paolo Bonzini
2011-08-16
1
-1
/
+2
*
hw/scsi-bus.c: Fix use of uninitialised variable
Peter Maydell
2011-08-14
1
-1
/
+1
*
scsi: add special traces for common commands
Paolo Bonzini
2011-08-12
1
-0
/
+17
*
scsi: report unit attention on reset
Paolo Bonzini
2011-08-12
1
-1
/
+2
*
scsi: add support for unit attention conditions
Paolo Bonzini
2011-08-12
1
-2
/
+91
*
scsi: add a bunch more common sense codes
Paolo Bonzini
2011-08-12
1
-0
/
+30
*
scsi: move handling of REQUEST SENSE to common code
Paolo Bonzini
2011-08-12
1
-2
/
+10
*
scsi: move handling of REPORT LUNS and invalid LUNs to common code
Paolo Bonzini
2011-08-12
1
-1
/
+174
*
scsi: move request parsing to common code
Paolo Bonzini
2011-08-12
1
-15
/
+38
*
scsi: push lun field to SCSIDevice
Paolo Bonzini
2011-08-12
1
-0
/
+1
*
scsi: introduce SCSICommand
Paolo Bonzini
2011-08-12
1
-47
/
+48
*
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
2011-08-12
1
-5
/
+8
*
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
2011-08-12
1
-10
/
+10
*
scsi: introduce SCSIReqOps
Paolo Bonzini
2011-08-12
1
-2
/
+3
*
scsi: move sense handling to generic code
Paolo Bonzini
2011-08-12
1
-5
/
+62
*
scsi: pass status when completing
Paolo Bonzini
2011-08-12
1
-4
/
+4
*
scsi-bus: use DO_UPCAST
Zhi Yong Wu
2011-08-11
1
-1
/
+1
*
scsi: Sanitize command definitions
Hannes Reinecke
2011-08-01
1
-27
/
+42
*
scsi: Remove REZERO_UNIT emulation
Hannes Reinecke
2011-08-01
1
-3
/
+0
*
scsi: Remove references to SET_WINDOW
Hannes Reinecke
2011-08-01
1
-2
/
+0
*
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
2011-07-19
1
-3
/
+6
*
scsi: fix tracing of scsi requests with simple backend
Paolo Bonzini
2011-06-05
1
-1
/
+5
[next]