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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2021-11-08
hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
Mauro Matteo Cascella
1
-0
/
+6
2021-05-26
hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio
Kit Westneat
1
-5
/
+7
2021-03-18
hw/scsi: remove 'scsi-disk' device
Daniel P. Berrangé
1
-62
/
+0
2021-03-09
scsi: Silence gcc warning
Eric Blake
1
-0
/
+1
2021-03-06
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
1
-6
/
+6
2021-03-06
scsi: inline sg_io_sense_from_errno() into the callers.
Hannes Reinecke
1
-5
/
+42
2021-02-25
scsi-disk: pass guest recoverable errors through even for rerror=stop
Paolo Bonzini
1
-23
/
+28
2021-02-25
scsi-disk: pass SCSI status to scsi_handle_rw_error
Paolo Bonzini
1
-11
/
+27
2021-02-25
scsi: introduce scsi_sense_from_errno()
Paolo Bonzini
1
-37
/
+8
2021-02-25
scsi-disk: do not complete requests early for rerror/werror=ignore
Paolo Bonzini
1
-2
/
+1
2021-02-25
scsi-disk: move scsi_handle_rw_error earlier
Paolo Bonzini
1
-85
/
+83
2021-02-25
scsi: add tracing for SG_IO commands
Hannes Reinecke
1
-1
/
+2
2021-02-25
scsi: make io_timeout configurable
Hannes Reinecke
1
-2
/
+4
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-5
/
+5
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-11-16
scsi-disk: convert more errno values back to SCSI statuses
Paolo Bonzini
1
-0
/
+19
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-5
/
+7
2020-09-01
hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
Philippe Mathieu-Daudé
1
-21
/
+23
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-7
/
+5
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-09
scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
Chen Qun
1
-1
/
+0
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-4
/
+4
2019-11-19
scsi: deprecate scsi-disk
Paolo Bonzini
1
-0
/
+3
2019-10-31
bootdevice: Gather LCHS from all relevant devices
Sam Eiderman
1
-0
/
+12
2019-10-10
scsi: account unmap operations
Anton Nefedov
1
-1
/
+11
2019-10-10
scsi: move unmap error checking to the complete callback
Anton Nefedov
1
-4
/
+6
2019-10-10
scsi: store unmap offset and nb_sectors in request struct
Anton Nefedov
1
-7
/
+7
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-30
scsi-cd: Fix inserting read-only media in empty drive
Kevin Wolf
1
-2
/
+8
2019-07-15
scsi: explicitly list guest-recoverable sense codes
Paolo Bonzini
1
-3
/
+2
2019-07-15
scsi-disk: pass sense correctly for guest-recoverable errors
Shinichiro Kawasaki
1
-0
/
+10
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-04
scsi-disk: Use qdev_prop_drive_iothread
Kevin Wolf
1
-7
/
+15
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2019-03-11
scsi-disk: Fix crash if request is invaild or disk is no medium
Zhengui Li
1
-13
/
+24
2019-02-05
scsi-disk: Convert from DPRINTF() macro to trace events
Laurent Vivier
1
-53
/
+50
2019-02-01
scsi-disk: Add device_id property
Kevin Wolf
1
-8
/
+16
2019-02-01
scsi-disk: Don't use empty string as device id
Kevin Wolf
1
-6
/
+8
2019-02-01
scsi-disk: Acquire the AioContext in scsi_*_realize()
Alberto Garcia
1
-3
/
+20
2018-11-22
scsi-disk: Fix crash if underlying host file or disk returns error
Richard W.M. Jones
1
-1
/
+1
2018-11-06
scsi-generic: avoid invalid access to struct when emulating block limits
Paolo Bonzini
1
-72
/
+20
2018-10-19
scsi-disk: fix rerror/werror=ignore
Paolo Bonzini
1
-1
/
+6
2018-10-19
scsi-disk: fix double completion of failing passthrough requests
Paolo Bonzini
1
-13
/
+11
[next]