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-generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-4
/
+4
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
1
-0
/
+1
2010-02-10
block: add topology qdev properties
Christoph Hellwig
1
-11
/
+13
2009-12-03
scsi: move status to SCSIRequest.
Gerd Hoffmann
1
-10
/
+8
2009-12-03
scsi: move dinfo to SCSIDevice
Gerd Hoffmann
1
-12
/
+11
2009-12-03
scsi: add xfer mode
Gerd Hoffmann
1
-39
/
+1
2009-12-03
scsi: add request parsing helpers to common code.
Gerd Hoffmann
1
-132
/
+24
2009-12-03
scsi: move type from SCSIGenericState to SCSIDevice
Gerd Hoffmann
1
-7
/
+6
2009-12-03
scsi: add scsi-defs.h
Gerd Hoffmann
1
-7
/
+1
2009-12-03
scsi: move blocksize from SCSIGenericState to SCSIDevice
Gerd Hoffmann
1
-12
/
+11
2009-12-03
scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.
Gerd Hoffmann
1
-9
/
+6
2009-12-03
scsi: move SCSIRequest management to common code.
Gerd Hoffmann
1
-21
/
+8
2009-12-03
scsi: move request lists to QTAILQ.
Gerd Hoffmann
1
-60
/
+16
2009-12-03
scsi: create common SCSIRequest structure.
Gerd Hoffmann
1
-52
/
+52
2009-12-02
Fix qemu_free use in scsi-generic.c
Jean-Christophe DUBOIS
1
-2
/
+2
2009-11-09
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
1
-1
/
+1
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
1
-0
/
+2
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
1
-2
/
+0
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-68
/
+77
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-5
/
+5
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
1
-39
/
+3
2009-03-12
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
1
-17
/
+22
2008-10-17
scsi-generic: correct error management
aurel32
1
-29
/
+103
2008-09-23
scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)
aliguori
1
-9
/
+54
2008-09-22
scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)
aliguori
1
-0
/
+3
2008-09-22
scsi-generic: correct usage of memset() (Laurent Vivier)
aliguori
1
-2
/
+2
2008-09-02
suppress a couple of spurious warnings in scsi-generic.c
aurel32
1
-2
/
+2
2007-12-24
scsi-generic implemnentation, missing in last commit.
ths
1
-0
/
+653