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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
Bin Wu
2014-10-27
1
-5
/
+5
*
virtio-scsi: sense in virtio_scsi_command_complete
Ting Wang
2014-10-27
1
-1
/
+1
*
virtio-scsi: dataplane: stop trying on notifier error
Cornelia Huck
2014-10-23
1
-0
/
+8
*
virtio-scsi: dataplane: fail setup gracefully
Cornelia Huck
2014-10-23
1
-9
/
+70
*
virtio-scsi: dataplane: print why starting failed
Cornelia Huck
2014-10-23
1
-4
/
+7
*
virtio-scsi-dataplane: Add op blocker
Fam Zheng
2014-10-23
2
-2
/
+21
*
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
2014-10-20
1
-1
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
6
-129
/
+133
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
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
3
-7
/
+13
|
\
|
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
2
-4
/
+0
|
*
block: remove bootindex property from qdev to qom
Gonglei
2014-10-15
3
-3
/
+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: Convert virtio-scsi HBA to hotplug handler API
Igor Mammedov
2014-10-15
1
-10
/
+20
*
|
scsi: Convert pvscsi HBA to hotplug handler API
Igor Mammedov
2014-10-15
1
-8
/
+18
*
|
scsi: Set SCSI BUS itself as default HotplugHandler
Igor Mammedov
2014-10-15
1
-1
/
+7
|
/
*
virtio-scsi: fix use-after-free of VirtIOSCSIReq
Paolo Bonzini
2014-10-09
1
-4
/
+5
*
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
2014-09-30
1
-7
/
+57
*
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
3
-4
/
+19
*
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
2014-09-30
3
-29
/
+2
*
scsi: Unify request unref in scsi_req_cancel
Fam Zheng
2014-09-30
2
-40
/
+10
*
scsi-generic: Handle canceled request in scsi_command_complete
Fam Zheng
2014-09-30
1
-4
/
+6
*
scsi: Drop scsi_req_abort
Fam Zheng
2014-09-30
2
-18
/
+10
*
virtio-scsi: Process ".iothread" property
Fam Zheng
2014-09-30
1
-0
/
+4
*
virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
Fam Zheng
2014-09-30
1
-0
/
+4
*
virtio-scsi: Batched prepare for cmd reqs
Fam Zheng
2014-09-30
2
-4
/
+14
*
virtio-scsi: Two stages processing of cmd request
Fam Zheng
2014-09-30
2
-9
/
+15
*
virtio-scsi: Add migration state notifier for dataplane code
Fam Zheng
2014-09-30
1
-3
/
+32
*
virtio-scsi: Hook up with dataplane
Fam Zheng
2014-09-30
1
-4
/
+48
*
virtio-scsi-dataplane: Code to run virtio-scsi on iothread
Fam Zheng
2014-09-30
2
-1
/
+223
*
virtio-scsi: Add 'iothread' property to virtio-scsi
Fam Zheng
2014-09-30
1
-0
/
+11
*
virtio-scsi: Make virtio_scsi_push_event public
Fam Zheng
2014-09-23
1
-2
/
+2
*
virtio-scsi: Make virtio_scsi_free_req public
Fam Zheng
2014-09-23
1
-1
/
+1
*
virtio-scsi: Make virtio_scsi_init_req public
Fam Zheng
2014-09-23
1
-1
/
+1
*
virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
Fam Zheng
2014-09-23
1
-27
/
+33
*
virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
Fam Zheng
2014-09-23
1
-74
/
+43
*
virtio-scsi: clean up virtio_scsi_parse_cdb
Paolo Bonzini
2014-09-23
1
-7
/
+1
*
vhost-scsi: use virtio_ldl_p
Paolo Bonzini
2014-09-23
1
-2
/
+3
*
virtio-scsi: Optimize virtio_scsi_init_req
Fam Zheng
2014-09-23
1
-7
/
+17
*
scsi: Optimize scsi_req_alloc
Fam Zheng
2014-09-23
1
-3
/
+5
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-20
/
+25
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
1
-12
/
+16
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-09-04
1
-1
/
+1
|
\
|
*
vhost-scsi: init backend features earlier
Michael S. Tsirkin
2014-09-03
1
-1
/
+1
*
|
virtio-scsi: Report error if num_queues is 0 or too large
Fam Zheng
2014-08-26
1
-0
/
+6
*
|
scsi-generic: remove superfluous DPRINTF avoid to break compiling
Gonglei
2014-08-26
1
-3
/
+0
*
|
scsi-bus: Convert DeviceClass init to realize
Fam Zheng
2014-08-26
4
-93
/
+93
[next]