index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]