index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
scsi-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: give device a parent before setting properties
Paolo Bonzini
2015-02-27
1
-0
/
+5
*
scsi: Fix scsi_req_cancel_async for no aiocb req
Fam Zheng
2015-02-02
1
-0
/
+2
*
scsi: fix cancellation when I/O was completed but DMA was not.
Paolo Bonzini
2015-01-14
1
-0
/
+2
*
scsi: devirtualize unrealize of SCSI devices
Paolo Bonzini
2014-10-31
1
-9
/
+3
*
megasas: Clear unit attention on initial reset
Hannes Reinecke
2014-10-31
1
-1
/
+1
*
scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
Hannes Reinecke
2014-10-31
1
-25
/
+32
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-6
/
+6
*
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-20
1
-2
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...
Peter Maydell
2014-10-16
1
-1
/
+13
|
\
|
*
block: remove bootindex property from qdev to qom
Gonglei
2014-10-15
1
-1
/
+2
|
*
scsi: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+11
*
|
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
Igor Mammedov
2014-10-15
1
-16
/
+0
*
|
scsi: Set SCSI BUS itself as default HotplugHandler
Igor Mammedov
2014-10-15
1
-1
/
+7
|
/
*
scsi: Introduce scsi_req_cancel_async
Fam Zheng
2014-09-30
1
-0
/
+26
*
scsi: Introduce scsi_req_cancel_complete
Fam Zheng
2014-09-30
1
-4
/
+10
*
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
2014-09-30
1
-2
/
+2
*
scsi: Drop scsi_req_abort
Fam Zheng
2014-09-30
1
-15
/
+0
*
scsi: Optimize scsi_req_alloc
Fam Zheng
2014-09-23
1
-3
/
+5
*
scsi-bus: Convert DeviceClass init to realize
Fam Zheng
2014-08-26
1
-36
/
+34
*
scsi-block, scsi-generic: implement parse_cdb
Paolo Bonzini
2014-07-29
1
-2
/
+1
*
scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo
Paolo Bonzini
2014-07-29
1
-3
/
+23
*
scsi-bus: prepare scsi_req_new for introduction of parse_cdb
Paolo Bonzini
2014-07-29
1
-21
/
+30
*
scsi: Report error when lun number is in use
Fam Zheng
2014-07-14
1
-1
/
+2
*
scsi: Print command name in debug
Alexey Kardashevskiy
2014-06-18
1
-1
/
+3
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
2014-05-22
1
-0
/
+2
|
\
|
*
scsi: Document intentional fall through in scsi_req_length()
Markus Armbruster
2014-05-16
1
-0
/
+2
*
|
hw: Add missing 'static' attributes
Stefan Weil
2014-05-07
1
-1
/
+1
|
/
*
scsi-bus: remove bogus assertion
Paolo Bonzini
2014-04-02
1
-1
/
+0
*
scsi: Fix migration of scsi sense data
Fam Zheng
2014-03-14
1
-1
/
+29
*
scsi-bus: Fix transfer length for VERIFY with BYTCHK=11b
Markus Armbruster
2014-02-22
1
-1
/
+1
*
scsi: report thin provisioning errors with werror=report
Paolo Bonzini
2014-02-22
1
-0
/
+5
*
scsi: Support TEST UNIT READY in the dummy LUN0
Paolo Bonzini
2014-01-16
1
-0
/
+2
*
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-12-13
1
-1
/
+13
|
\
|
*
scsi-bus: fix transfer length and direction for VERIFY command
Paolo Bonzini
2013-12-09
1
-1
/
+13
*
|
scsi: Add 2 new sense codes needed by uas
Hans de Goede
2013-11-26
1
-0
/
+10
|
/
*
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-11-05
1
-3
/
+3
*
scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]
Asias He
2013-10-09
1
-11
/
+34
*
scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial
Markus Armbruster
2013-09-12
1
-1
/
+1
*
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
1
-1
/
+1
*
scsi: Pass size to scsi_bus_new()
Andreas Färber
2013-08-30
1
-2
/
+2
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
Andreas Färber
2013-07-23
1
-7
/
+15
*
scsi: keep device alive while it has requests
Paolo Bonzini
2013-07-04
1
-2
/
+10
*
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
2013-05-03
1
-2
/
+3
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+1889