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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-5
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-09-09
1
-1
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
2
-8
/
+6
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-4
/
+8
*
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
*
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
2019-10-28
1
-0
/
+15
*
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
*
Normalize header guard symbol definition.
Markus Armbruster
2019-05-13
1
-1
/
+1
*
scsi: esp: Defer command completion until previous interrupts have been handled
Guenter Roeck
2019-01-11
1
-0
/
+2
*
scsi-generic: avoid invalid access to struct when emulating block limits
Paolo Bonzini
2018-11-06
2
-1
/
+16
*
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
*
|
esp: remove legacy esp_init() function
Mark Cave-Ayland
2018-06-28
1
-5
/
+0
|
/
*
scsi-disk: allow customizing the SCSI version
Paolo Bonzini
2018-04-09
1
-0
/
+2
*
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2018-03-12
1
-5
/
+5
*
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
*
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
2017-10-31
1
-0
/
+14
*
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
*
scsi: esp: make cmdbuf big enough for maximum CDB size
Prasad J Pandit
2016-06-16
1
-1
/
+2
*
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
*
esp: Do not overwrite ESP_TCHI after reset
Hannes Reinecke
2014-11-12
1
-0
/
+1
*
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
[next]