index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
scsi-generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-2
/
+3
*
scsi-generic: Fix emulated block limits VPD page
Kevin Wolf
2022-08-23
1
-7
/
+14
*
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-06-24
1
-1
/
+0
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-1
/
+1
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2021-06-25
1
-2
/
+4
*
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
2021-06-15
1
-2
/
+7
*
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
1
-4
/
+2
*
scsi: inline sg_io_sense_from_errno() into the callers.
Hannes Reinecke
2021-03-06
1
-6
/
+16
*
scsi-generic: do not snoop the output of failed commands
Paolo Bonzini
2021-03-06
1
-1
/
+4
*
scsi: allow user to set werror as report
Zihao Chang
2021-02-25
1
-1
/
+2
*
scsi: add tracing for SG_IO commands
Hannes Reinecke
2021-02-25
1
-1
/
+7
*
scsi: make io_timeout configurable
Hannes Reinecke
2021-02-25
1
-6
/
+11
*
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-27
1
-2
/
+2
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
scsi-generic: Fix HM-zoned device scan
Dmitry Fomichev
2020-09-30
1
-4
/
+6
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
scsi-generic: Check sense key before request snooping and patching
Shin'ichiro Kawasaki
2019-07-19
1
-12
/
+16
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
1
-1
/
+1
*
scsi-generic: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-02-05
1
-30
/
+26
*
scsi-generic: avoid possible out-of-bounds access to r->buf
Paolo Bonzini
2019-02-05
1
-8
/
+10
*
scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUEST
Paolo Bonzini
2018-11-06
1
-3
/
+5
*
scsi-generic: avoid invalid access to struct when emulating block limits
Paolo Bonzini
2018-11-06
1
-10
/
+25
*
scsi-generic: avoid out-of-bounds access to VPD page list
Paolo Bonzini
2018-11-06
1
-1
/
+1
*
scsi-generic: keep VPD page list sorted
Paolo Bonzini
2018-11-06
1
-4
/
+15
*
hw/scsi: add VPD Block Limits emulation
Daniel Henrique Barboza
2018-06-29
1
-10
/
+122
*
hw/scsi: centralize SG_IO calls into single function
Daniel Henrique Barboza
2018-06-29
1
-30
/
+31
*
hw/scsi: cleanups before VPD BL emulation
Daniel Henrique Barboza
2018-06-29
1
-33
/
+38
*
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
hw/scsi: support SCSI-2 passthrough without PI
Daniel Henrique Barboza
2018-04-09
1
-11
/
+36
*
scsi-disk: allow customizing the SCSI version
Paolo Bonzini
2018-04-09
1
-0
/
+1
*
scsi: turn "is this a SCSI device?" into a conditional hint
Paolo Bonzini
2018-03-26
1
-3
/
+4
*
scsi-generic: Simplify error handling code
Fam Zheng
2018-02-05
1
-6
/
+3
*
scsi-generic: Add share-rw option
Fam Zheng
2018-01-12
1
-0
/
+9
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
scsi: introduce sg_io_sense_from_errno
Paolo Bonzini
2017-09-19
1
-33
/
+7
*
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
2017-09-19
1
-8
/
+0
*
Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()
Peter Maydell
2017-07-21
1
-1
/
+1
*
scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero
Fam Zheng
2017-03-27
1
-3
/
+2
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-3
/
+17
*
hw/scsi: Fix debug message of cdb structure in scsi-generic
Eric Farman
2017-01-27
1
-2
/
+3
*
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
1
-6
/
+6
*
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
2016-07-05
1
-6
/
+6
*
scsi: Advertise limits by blocksize, not 512
Eric Blake
2016-07-05
1
-1
/
+2
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-4
/
+1
*
scsi-generic: Merge block max xfer len in INQUIRY response
Fam Zheng
2016-05-29
1
-0
/
+12
[next]