index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
SCSI: Fix Standard INQUIRY data
Laszlo Ast
1
-3
/
+3
2009-12-03
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
1
-1
/
+2
2009-12-03
scsi: add read/write 16 commands.
Gerd Hoffmann
1
-2
/
+4
2009-12-03
scsi-disk: restruct emulation: VERIFY
Gerd Hoffmann
1
-3
/
+3
2009-12-03
scsi-disk: restruct emulation: REPORT_LUNS
Gerd Hoffmann
1
-8
/
+8
2009-12-03
scsi-disk: restruct emulation: SERVICE_ACTION_IN
Gerd Hoffmann
1
-35
/
+32
2009-12-03
scsi-disk: restruct emulation: GET_CONFIGURATION
Gerd Hoffmann
1
-8
/
+8
2009-12-03
scsi-disk: restruct emulation: READ_TOC
Gerd Hoffmann
1
-38
/
+42
2009-12-03
scsi-disk: restruct emulation: SYNCHRONIZE_CACHE
Gerd Hoffmann
1
-4
/
+4
2009-12-03
scsi-disk: restruct emulation: READ_CAPACITY
Gerd Hoffmann
1
-28
/
+27
2009-12-03
scsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
Gerd Hoffmann
1
-4
/
+4
2009-12-03
scsi-disk: restruct emulation: START_STOP
Gerd Hoffmann
1
-7
/
+7
2009-12-03
scsi-disk: restruct emulation: MODE_SENSE
Gerd Hoffmann
1
-152
/
+183
2009-12-03
scsi-disk: restruct emulation: RESERVE+RELEASE
Gerd Hoffmann
1
-20
/
+20
2009-12-03
scsi-disk: restruct emulation: INQUIRY
Gerd Hoffmann
1
-162
/
+143
2009-12-03
scsi-disk: restruct emulation: REQUEST_SENSE
Gerd Hoffmann
1
-19
/
+19
2009-12-03
scsi-disk: restruct emulation: core + TEST_UNIT_READY.
Gerd Hoffmann
1
-5
/
+42
2009-12-03
scsi: move status to SCSIRequest.
Gerd Hoffmann
1
-5
/
+8
2009-12-03
scsi: move dinfo to SCSIDevice
Gerd Hoffmann
1
-32
/
+31
2009-12-03
scsi: move sense to SCSIDevice, create SCSISense struct.
Gerd Hoffmann
1
-4
/
+4
2009-12-03
scsi: use command defines in scsi-disk.c
Gerd Hoffmann
1
-20
/
+20
2009-12-03
scsi: move type from SCSIGenericState to SCSIDevice
Gerd Hoffmann
1
-0
/
+1
2009-12-03
scsi: add scsi-defs.h
Gerd Hoffmann
1
-24
/
+17
2009-12-03
scsi: move blocksize from SCSIGenericState to SCSIDevice
Gerd Hoffmann
1
-0
/
+1
2009-12-03
scsi: move SCSIRequest management to common code.
Gerd Hoffmann
1
-19
/
+8
2009-12-03
scsi: move request lists to QTAILQ.
Gerd Hoffmann
1
-45
/
+22
2009-12-03
scsi: create common SCSIRequest structure.
Gerd Hoffmann
1
-55
/
+54
2009-11-09
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
1
-1
/
+1
2009-11-09
Pass the drive's readonly attribute to the guest OS
Naphtali Sprei
1
-1
/
+2
2009-10-14
scsi disk block descriptor v2
Artyom Tarasenko
1
-1
/
+21
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
1
-0
/
+8
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
1
-6
/
+0
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
1
-1
/
+3
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-74
/
+84
2009-07-30
Fix VM state change handlers running out of order
Markus Armbruster
1
-3
/
+18
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-6
/
+6
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-5
/
+5
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-2
/
+2
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
1
-62
/
+63
2009-03-29
Misc scsi disk/cdrom fixes/improvements 4/4
blueswir1
1
-0
/
+3
2009-03-29
misc scsi disk/cdrom fixes/improvements 3/4
blueswir1
1
-1
/
+9
2009-03-29
misc scsi disk/cdrom fixes/improvements 2/4
blueswir1
1
-0
/
+4
2009-03-29
misc scsi disk/cdrom fixes/improvements 1/4
blueswir1
1
-0
/
+1
2009-01-29
check SCSI read/write requests against max LBA (Rik van Riel)
aliguori
1
-0
/
+18
2009-01-28
SCSI divide capacity by s->cluster_size (Rik van Riel)
aliguori
1
-0
/
+2
2009-01-28
support >2TB SCSI disks (Rik van Riel)
aliguori
1
-7
/
+46
2009-01-28
fix signed/unsigned overflows in SCSI disk (Rik van Riel)
aliguori
1
-3
/
+6
2009-01-22
Stop VM on error in scsi-disk (Gleb Natapov)
aliguori
1
-17
/
+69
2009-01-14
Make OpenBSD sparc-softmmu compile warning free
blueswir1
1
-1
/
+1
2009-01-07
add "serial" parameter to -drive flag (Gleb Natapov)
aliguori
1
-4
/
+13
[prev]
[next]