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
/
scsi-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-2
/
+7
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-0
/
+15
2017-01-24
scsi-disk: add 'fall through' comment to switch VERIFY cases
Peter Maydell
1
-0
/
+1
2017-01-16
scsi-block: fix direction of BYTCHK test for VERIFY commands
Paolo Bonzini
1
-1
/
+1
2016-12-22
scsi-disk: fix VERIFY for scsi-block
Paolo Bonzini
1
-1
/
+8
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
1
-0
/
+2
2016-09-14
scsi-disk: Cleaning up around tray open state
Fam Zheng
1
-14
/
+8
2016-09-13
scsi-disk: change disk serial length from 20 to 36
Rony Weng
1
-2
/
+2
2016-09-05
scsi: scsi-cd without drive property for empty drive
Kevin Wolf
1
-0
/
+5
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-4
/
+4
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
1
-0
/
+1
2016-06-16
scsi-disk: Use (unsigned long) typecasts when using "%lu" format string
Thomas Huth
1
-4
/
+4
2016-06-07
scsi-disk: add missing break
Paolo Bonzini
1
-0
/
+1
2016-06-06
scsi: mark TYPE_SCSI_DISK_BASE as abstract
Paolo Bonzini
1
-0
/
+1
2016-06-06
scsi-disk: fix reads from scsi-disk devices
Mark Cave-Ayland
1
-1
/
+1
2016-05-29
scsi-block: always use SG_IO
Paolo Bonzini
1
-18
/
+196
2016-05-29
scsi-disk: introduce scsi_disk_req_check_error
Paolo Bonzini
1
-67
/
+22
2016-05-29
scsi-disk: add need_fua_emulation to SCSIDiskClass
Paolo Bonzini
1
-2
/
+7
2016-05-29
scsi-disk: introduce dma_readv and dma_writev
Paolo Bonzini
1
-15
/
+52
2016-05-29
scsi-disk: introduce a common base class
Paolo Bonzini
1
-14
/
+22
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-1
/
+1
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
1
-2
/
+4
2016-05-12
scsi-disk: Switch to byte-based aio block access
Eric Blake
1
-21
/
+20
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-2
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-09
scsi-generic: grab device and port SAS addresses from backend
Paolo Bonzini
1
-0
/
+1
2016-02-09
scsi: push WWN fields up to SCSIDevice
Paolo Bonzini
1
-12
/
+10
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
scsi-disk: Account for failed operations
Alberto Garcia
1
-15
/
+31
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-08-14
scsi-disk: identify AIO callbacks more clearly
Paolo Bonzini
1
-30
/
+61
2015-07-30
scsi-disk: Fix assertion failure on WRITE SAME
Fam Zheng
1
-0
/
+4
2015-07-30
scsi-disk: fix cmd.mode field typo
Stefan Hajnoczi
1
-1
/
+1
2015-07-24
scsi: Handle no media case for scsi_get_configuration
Matthew Rosato
1
-1
/
+15
2015-03-10
scsi-hd: fix property unset case
Ekaterina Tumanova
1
-1
/
+6
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+2
2014-12-15
scsi-disk: provide maximum transfer length
Paolo Bonzini
1
-0
/
+27
2014-10-31
scsi: devirtualize unrealize of SCSI devices
Paolo Bonzini
1
-12
/
+0
2014-10-31
scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
Hannes Reinecke
1
-3
/
+3
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-90
/
+92
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-1
/
+0
2014-10-15
block: remove bootindex property from qdev to qom
Gonglei
1
-1
/
+0
2014-09-30
scsi: Introduce scsi_req_cancel_complete
Fam Zheng
1
-0
/
+8
2014-09-30
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
1
-14
/
+0
2014-09-30
scsi: Unify request unref in scsi_req_cancel
Fam Zheng
1
-29
/
+8
[next]