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-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
scsi-disk: flush cache after disabling it
Paolo Bonzini
1
-0
/
+9
2012-11-12
scsi: remove superfluous call to scsi_device_set_ua
Paolo Bonzini
1
-1
/
+0
2012-11-12
scsi: do not return short responses for emulated commands
Paolo Bonzini
1
-16
/
+18
2012-10-05
cleanup useless return sentence
Amos Kong
1
-2
/
+0
2012-09-28
iostatus: reorganize io error code
Paolo Bonzini
1
-16
/
+7
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
1
-1
/
+1
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-3
/
+3
2012-09-28
iostatus: rename BlockErrorAction, BlockQMPEventAction
Paolo Bonzini
1
-1
/
+1
2012-09-21
SCSI: Standard INQUIRY data should report HiSup flag as set.
Ronnie Sahlberg
1
-1
/
+1
2012-09-21
scsi-disk: use scsi_data_cdb_length
Paolo Bonzini
1
-9
/
+5
2012-09-21
scsi-disk: fix check for out-of-range LBA
Paolo Bonzini
1
-1
/
+5
2012-09-21
scsi-disk: introduce check_lba_range
Paolo Bonzini
1
-8
/
+16
2012-08-29
scsi-disk: Fix typo (uint32 -> uint32_t)
Stefan Weil
1
-1
/
+1
2012-08-28
scsi: more fixes to properties for passthrough devices
Paolo Bonzini
1
-0
/
+1
2012-08-11
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-10
/
+102
2012-08-09
scsi-disk: add support for the UNMAP command
Paolo Bonzini
1
-1
/
+92
2012-08-09
scsi-disk: improve out-of-range LBA detection for WRITE SAME
Paolo Bonzini
1
-1
/
+2
2012-08-09
scsi-disk: more assertions and resets for aiocb
Paolo Bonzini
1
-8
/
+8
2012-08-06
ide scsi: Mess with geometry only for hard disk devices
Markus Armbruster
1
-1
/
+2
2012-08-03
scsi-disk: fix compilation with DEBUG_SCSI
Paolo Bonzini
1
-11
/
+12
2012-08-03
SCSI: STARTSTOPUNIT only eject/load media if powercondition is 0
Ronnie Sahlberg
1
-0
/
+6
2012-07-27
scsi: report parameter changes to HBA drivers
Paolo Bonzini
1
-0
/
+1
2012-07-27
scsi-disk: report resized disk via sense codes
Paolo Bonzini
1
-2
/
+22
2012-07-27
scsi: establish precedence levels for unit attention
Paolo Bonzini
1
-2
/
+2
2012-07-27
scsi-disk: removable hard disks support load/eject
Paolo Bonzini
1
-1
/
+1
2012-07-26
scsi-disk: Fail medium writes with proper sense for readonly LUNs
Ronnie Sahlberg
1
-3
/
+12
2012-07-26
scsi-disk: improve the lba-out-of-range tests for read/write/verify
Ronnie Sahlberg
1
-2
/
+4
2012-07-26
scsi-disk: rd/wr/vr-protect !=0 is an error
Ronnie Sahlberg
1
-0
/
+9
2012-07-26
scsi-disk: support toggling the write cache
Paolo Bonzini
1
-4
/
+10
2012-07-26
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
1
-11
/
+155
2012-07-26
scsi-disk: fix changeable values for MODE_PAGE_R_W_ERROR
Paolo Bonzini
1
-0
/
+3
2012-07-26
scsi-disk: adjust offsets in MODE SENSE by 2
Paolo Bonzini
1
-66
/
+74
2012-07-26
scsi-disk: support emulated TO_DEV requests
Paolo Bonzini
1
-8
/
+28
2012-07-26
scsi-disk: separate read_data/write_data implementation for emulate_reqops
Paolo Bonzini
1
-11
/
+25
2012-07-26
scsi-disk: split scsi-disk reqops
Paolo Bonzini
1
-68
/
+123
2012-07-26
scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
Paolo Bonzini
1
-86
/
+66
2012-07-26
scsi-disk: make discard asynchronous
Paolo Bonzini
1
-12
/
+10
2012-07-26
scsi-disk: let the user customize vendor and product name
Dmitry Fleytman
1
-10
/
+21
2012-07-26
scsi-block: remove properties that are not relevant for passthrough
Paolo Bonzini
1
-1
/
+1
2012-07-17
hw/block-common: Factor out fall back to legacy -drive cyls=...
Markus Armbruster
1
-28
/
+3
2012-07-17
hw/block-common: Factor out fall back to legacy -drive serial=...
Markus Armbruster
1
-7
/
+1
2012-07-17
scsi-hd: qdev properties for disk geometry
Markus Armbruster
1
-23
/
+46
2012-07-17
hd-geometry: Switch to uint32_t to match BlockConf
Markus Armbruster
1
-1
/
+1
2012-07-17
hd-geometry: Cut out block layer translation middleman
Markus Armbruster
1
-2
/
+2
2012-07-17
hd-geometry: Move disk geometry guessing back from block.c
Markus Armbruster
1
-2
/
+3
2012-07-02
scsi-disk: implement READ DISC INFORMATION
Paolo Bonzini
1
-0
/
+40
2012-07-02
scsi: add a qdev property for the disk's WWN
Paolo Bonzini
1
-1
/
+13
2012-07-02
scsi: simplify handling of the VPD page length field
Paolo Bonzini
1
-8
/
+7
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
CrÃstian Viana
1
-1
/
+1
2012-06-15
scsi-disk: Don't peek behind the BlockDriverState abstraction
Markus Armbruster
1
-2
/
+1
[next]