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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
virtio-scsi: dataplane: suppress guest notification
Ming Lei
1
-1
/
+6
2014-11-12
esp: Do not overwrite ESP_TCHI after reset
Hannes Reinecke
1
-2
/
+9
2014-11-11
virtio-scsi: dataplane: fix allocation for 'cmd_vrings'
Ming Lei
1
-1
/
+1
2014-11-10
esp: fix coding standards
Paolo Bonzini
1
-1
/
+2
2014-11-07
virtio-scsi: work around bug in old BIOSes
Paolo Bonzini
1
-0
/
+17
2014-11-07
esp-pci: fixup deadlock with linux
Hannes Reinecke
1
-0
/
+2
2014-10-31
virtio-scsi: fix dataplane
Paolo Bonzini
1
-1
/
+2
2014-10-31
virtio-scsi: Fix num_queue input validation
Fam Zheng
1
-3
/
+4
2014-10-31
scsi: devirtualize unrealize of SCSI devices
Paolo Bonzini
3
-28
/
+3
2014-10-31
virtio-scsi: Fix memory leak when realize failed
Fam Zheng
1
-0
/
+1
2014-10-31
megasas: Fixup MSI-X handling
Hannes Reinecke
1
-24
/
+24
2014-10-31
megasas: Rework frame queueing algorithm
Hannes Reinecke
1
-51
/
+45
2014-10-31
megasas: Update queue logging
Hannes Reinecke
1
-9
/
+17
2014-10-31
megasas: Implement DCMD_CLUSTER_RESET_LD
Hannes Reinecke
1
-1
/
+15
2014-10-31
megasas: Ignore duplicate init_firmware commands
Hannes Reinecke
1
-3
/
+6
2014-10-31
megasas: Clear unit attention on initial reset
Hannes Reinecke
2
-2
/
+18
2014-10-31
megasas: Decode register names
Hannes Reinecke
1
-3
/
+20
2014-10-31
megasas: Fix typo in megasas_dcmd_ld_get_list()
Hannes Reinecke
1
-1
/
+1
2014-10-31
megasas: add MegaRAID SAS 2108 emulation
Hannes Reinecke
2
-25
/
+200
2014-10-31
megasas: fixup device mapping
Hannes Reinecke
2
-36
/
+61
2014-10-31
megasas: fixup MFI_DCMD_LD_LIST_QUERY
Hannes Reinecke
2
-3
/
+41
2014-10-31
scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
Hannes Reinecke
2
-28
/
+35
2014-10-27
hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
Bin Wu
1
-5
/
+5
2014-10-27
virtio-scsi: sense in virtio_scsi_command_complete
Ting Wang
1
-1
/
+1
2014-10-23
virtio-scsi: dataplane: stop trying on notifier error
Cornelia Huck
1
-0
/
+8
2014-10-23
virtio-scsi: dataplane: fail setup gracefully
Cornelia Huck
1
-9
/
+70
2014-10-23
virtio-scsi: dataplane: print why starting failed
Cornelia Huck
1
-4
/
+7
2014-10-23
virtio-scsi-dataplane: Add op blocker
Fam Zheng
2
-2
/
+21
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
6
-129
/
+133
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-2
/
+3
2014-10-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...
Peter Maydell
3
-7
/
+13
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2
-4
/
+0
2014-10-15
block: remove bootindex property from qdev to qom
Gonglei
3
-3
/
+2
2014-10-15
scsi: add bootindex to qom property
Gonglei
1
-0
/
+11
2014-10-15
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
Igor Mammedov
1
-16
/
+0
2014-10-15
scsi: Convert virtio-scsi HBA to hotplug handler API
Igor Mammedov
1
-10
/
+20
2014-10-15
scsi: Convert pvscsi HBA to hotplug handler API
Igor Mammedov
1
-8
/
+18
2014-10-15
scsi: Set SCSI BUS itself as default HotplugHandler
Igor Mammedov
1
-1
/
+7
2014-10-09
virtio-scsi: fix use-after-free of VirtIOSCSIReq
Paolo Bonzini
1
-4
/
+5
2014-09-30
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
1
-7
/
+57
2014-09-30
scsi: Introduce scsi_req_cancel_async
Fam Zheng
1
-0
/
+26
2014-09-30
scsi: Introduce scsi_req_cancel_complete
Fam Zheng
3
-4
/
+19
2014-09-30
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
3
-29
/
+2
2014-09-30
scsi: Unify request unref in scsi_req_cancel
Fam Zheng
2
-40
/
+10
2014-09-30
scsi-generic: Handle canceled request in scsi_command_complete
Fam Zheng
1
-4
/
+6
2014-09-30
scsi: Drop scsi_req_abort
Fam Zheng
2
-18
/
+10
2014-09-30
virtio-scsi: Process ".iothread" property
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
Fam Zheng
1
-0
/
+4
[next]