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
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
1
-1
/
+1
2011-01-24
scsi-disk: Allow overriding SCSI INQUIRY removable bit
Stefan Hajnoczi
1
-0
/
+3
2010-12-17
scsi-disk: support WRITE SAME (16) with unmap bit
Christoph Hellwig
1
-2
/
+51
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+1
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-11-25
scsi-disk: Remove duplicate cdb parsing
Hannes Reinecke
1
-53
/
+21
2010-11-25
scsi: Move sense handling into the driver
Hannes Reinecke
1
-8
/
+25
2010-11-25
scsi: INQUIRY VPD fixes
Hannes Reinecke
1
-4
/
+14
2010-11-24
scsi-disk: Move active request asserts
Stefan Hajnoczi
1
-6
/
+6
2010-11-04
scsi-disk: Fix immediate failure of bdrv_aio_*
Kevin Wolf
1
-5
/
+6
2010-11-04
scsi-disk: Implement werror for flushes
Kevin Wolf
1
-1
/
+16
2010-11-04
scsi-disk: Complete failed requests in scsi_disk_emulate_command
Kevin Wolf
1
-11
/
+10
2010-11-04
scsi-disk: Implement rerror option
Kevin Wolf
1
-34
/
+66
2010-09-21
scsi-disk: propagate the required alignment
Christoph Hellwig
1
-0
/
+1
2010-09-21
use qemu_blockalign consistently
Christoph Hellwig
1
-4
/
+5
2010-09-08
scsi-disk: add some optional scsi commands
Bernhard Kohl
1
-1
/
+35
2010-09-08
scsi: fix and improve debug prints
Bernhard Kohl
1
-4
/
+4
2010-09-08
scsi-disk: fix the check of the DBD bit in the MODE SENSE command
Bernhard Kohl
1
-1
/
+1
2010-09-08
scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE co...
Bernhard Kohl
1
-0
/
+2
2010-09-08
scsi-disk: fix the block descriptor returned by the MODE SENSE command
Bernhard Kohl
1
-2
/
+1
2010-09-08
scsi-disk: respect the page control (PC) field in the MODE SENSE command
Bernhard Kohl
1
-10
/
+35
2010-09-08
scsi-disk: fix the mode data header returned by the MODE SENSE(10) command
Bernhard Kohl
1
-6
/
+32
2010-09-08
scsi-disk: fix the mode data length field returned by the MODE SENSE command
Bernhard Kohl
1
-1
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-13
ide scsi virtio-blk: Reject empty drives unless media is removable
Markus Armbruster
1
-0
/
+5
2010-07-06
scsi: Reject unimplemented error actions
Markus Armbruster
1
-0
/
+5
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
1
-1
/
+4
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-9
/
+7
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
1
-1
/
+1
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
1
-1
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+1
2010-06-04
scsi: Fix info qtree for scsi-disk.ver
Markus Armbruster
1
-2
/
+5
2010-06-04
scsi: Turn drive serial into a qdev property scsi-disk.serial
Markus Armbruster
1
-4
/
+13
2010-05-10
scsi-disk: Clear aiocb on read completion
Jan Kiszka
1
-0
/
+2
2010-05-10
SCSI: Add disk reset handler
Jan Kiszka
1
-8
/
+27
2010-03-17
scsi-disk: fix buffer overflow
Gerd Hoffmann
1
-1
/
+3
2010-03-17
read-only: Another minor cleanup
Naphtali Sprei
1
-2
/
+1
2010-03-17
block: add logical_block_size property
Christoph Hellwig
1
-5
/
+8
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-2
/
+2
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
1
-2
/
+1
2010-03-09
scsi: Make device scsi-disk reject /dev/sg*
Markus Armbruster
1
-0
/
+5
2010-03-08
block: Emit BLOCK_IO_ERROR before vm_stop() call
Luiz Capitulino
1
-1
/
+1
2010-03-06
scsi: update comment on the standards revision
Christoph Hellwig
1
-2
/
+6
2010-02-10
scsi: add topology support
Christoph Hellwig
1
-2
/
+26
2010-02-10
block: add topology qdev properties
Christoph Hellwig
1
-36
/
+33
2010-02-10
scsi: Generate BLOCK_IO_ERROR QMP event
Luiz Capitulino
1
-1
/
+5
2010-01-26
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
1
-1
/
+1
2010-01-19
scsi: device version property
Gerd Hoffmann
1
-1
/
+4
2009-12-13
scsi-disk: Inquiry with allocation length of CDB < 36 (v4)
Artyom Tarasenko
1
-6
/
+15
2009-12-04
scsi: fix incorrect ?: use
Blue Swirl
1
-1
/
+2
[next]