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
/
include
/
hw
/
scsi
/
scsi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
1
-1
/
+4
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-1
/
+1
*
scsi: make io_timeout configurable
Hannes Reinecke
2021-02-25
1
-1
/
+3
*
scsi/scsi_bus: Add scsi_device_get
Maxim Levitsky
2020-10-12
1
-0
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-2
/
+1
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-7
/
+4
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
2019-10-31
1
-0
/
+1
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
scsi-disk: Use qdev_prop_drive_iothread
Kevin Wolf
2019-06-04
1
-0
/
+1
*
scsi-generic: avoid invalid access to struct when emulating block limits
Paolo Bonzini
2018-11-06
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-06-29
1
-0
/
+2
|
\
|
*
usb-storage: Add rerror/werror properties
Kevin Wolf
2018-06-29
1
-0
/
+2
*
|
hw/scsi: add VPD Block Limits emulation
Daniel Henrique Barboza
2018-06-29
1
-1
/
+2
*
|
hw/scsi: centralize SG_IO calls into single function
Daniel Henrique Barboza
2018-06-29
1
-0
/
+2
*
|
hw/scsi: cleanups before VPD BL emulation
Daniel Henrique Barboza
2018-06-29
1
-0
/
+1
|
/
*
scsi-disk: allow customizing the SCSI version
Paolo Bonzini
2018-04-09
1
-0
/
+2
*
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2018-03-06
1
-1
/
+1
*
usb-storage: Fix share-rw option parsing
Fam Zheng
2018-01-26
1
-0
/
+1
*
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
2017-09-19
1
-93
/
+1
*
scsi: rename scsi_build_sense to scsi_convert_sense
Paolo Bonzini
2017-09-19
1
-2
/
+2
*
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
2017-02-21
1
-1
/
+1
*
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
2017-02-21
1
-1
/
+2
*
Remove unused function declarations
Ladi Prosek
2016-09-15
1
-1
/
+0
*
scsi-bus: Use longer sense buffer with scanners
Jarkko Lavinen
2016-07-12
1
-3
/
+4
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
scsi-generic: grab device and port SAS addresses from backend
Paolo Bonzini
2016-02-09
1
-0
/
+1
*
scsi: push WWN fields up to SCSIDevice
Paolo Bonzini
2016-02-09
1
-0
/
+2
*
scsi: remove scsi_req_free prototype
Hervé Poussineau
2015-12-04
1
-1
/
+0
*
scsi: devirtualize unrealize of SCSI devices
Paolo Bonzini
2014-10-31
1
-1
/
+0
*
megasas: Clear unit attention on initial reset
Hannes Reinecke
2014-10-31
1
-0
/
+1
*
scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
Hannes Reinecke
2014-10-31
1
-2
/
+3
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-1
/
+1
*
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
Igor Mammedov
2014-10-15
1
-2
/
+0
*
scsi: Introduce scsi_req_cancel_async
Fam Zheng
2014-09-30
1
-0
/
+3
*
scsi: Introduce scsi_req_cancel_complete
Fam Zheng
2014-09-30
1
-0
/
+1
*
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
2014-09-30
1
-1
/
+0
*
scsi: Drop scsi_req_abort
Fam Zheng
2014-09-30
1
-1
/
+0
*
scsi: Optimize scsi_req_alloc
Fam Zheng
2014-09-23
1
-7
/
+14
*
scsi-bus: Convert DeviceClass init to realize
Fam Zheng
2014-08-26
1
-2
/
+2
*
scsi-block, scsi-generic: implement parse_cdb
Paolo Bonzini
2014-07-29
1
-0
/
+1
*
scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo
Paolo Bonzini
2014-07-29
1
-0
/
+6
*
scsi: Fix migration of scsi sense data
Fam Zheng
2014-03-14
1
-0
/
+1
*
scsi: report thin provisioning errors with werror=report
Paolo Bonzini
2014-02-22
1
-0
/
+2
*
scsi: Change scsi sense buf size to 252
Fam Zheng
2014-02-22
1
-1
/
+1
[next]