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
2015-08-14
scsi-generic: identify AIO callbacks more clearly
Paolo Bonzini
1
-25
/
+41
2015-08-14
scsi-disk: identify AIO callbacks more clearly
Paolo Bonzini
1
-30
/
+61
2015-08-14
scsi: create restart bottom half in the right AioContext
Paolo Bonzini
1
-1
/
+2
2015-08-14
vhost-scsi: Clarify vhost_virtqueue_mask argument
Lu Lina
1
-1
/
+1
2015-07-30
vhost/scsi: call vhost_dev_cleanup() at unrealize() time
Igor Mammedov
1
-0
/
+1
2015-07-30
scsi-disk: Fix assertion failure on WRITE SAME
Fam Zheng
1
-0
/
+4
2015-07-30
scsi-disk: fix cmd.mode field typo
Stefan Hajnoczi
1
-1
/
+1
2015-07-30
virtio-scsi: use virtqueue_map_sg() when loading requests
Stefan Hajnoczi
1
-0
/
+5
2015-07-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-4
/
+4
2015-07-27
megasas: Add write function to handle write access to PCI BAR 3
Salva Peiró
1
-0
/
+7
2015-07-27
virtio: get_features() can fail
Jason Wang
2
-2
/
+4
2015-07-27
virtio: set any_layout in virtio core
Michael S. Tsirkin
1
-2
/
+0
2015-07-24
scsi: Handle no media case for scsi_get_configuration
Matthew Rosato
1
-1
/
+15
2015-07-24
scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)
Paolo Bonzini
1
-1
/
+6
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-17
/
+1
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
1
-1
/
+1
2015-06-19
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
2
-16
/
+0
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-06-10
vhost-scsi: move qdev properties into vhost-scsi.c
Shannon Zhao
1
-1
/
+8
2015-06-10
virtio-scsi: move qdev properties into virtio-scsi.c
Shannon Zhao
1
-2
/
+11
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2
-4
/
+4
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
1
-2
/
+2
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+5
2015-04-28
virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi
Shannon Zhao
1
-0
/
+5
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
1
-1
/
+1
2015-03-26
virtio-scsi-dataplane: fix memory leak for VirtIOSCSIVring
Ting Wang
1
-0
/
+6
2015-03-25
vmw_pvscsi: use PCI DMA APIs
Paolo Bonzini
1
-21
/
+21
2015-03-25
megasas: use PCI DMA APIs
Paolo Bonzini
1
-27
/
+24
2015-03-18
virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init
Bo Su
1
-1
/
+3
2015-03-18
virtio-scsi: Fix assert in virtio_scsi_push_event
Fam Zheng
1
-2
/
+6
2015-03-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-6
/
+6
2015-03-11
virtio-scsi: clean out duplicate cdb field
Michael S. Tsirkin
1
-1
/
+1
2015-03-11
virtio-scsi: fix cdb/sense size
Michael S. Tsirkin
1
-5
/
+5
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-39
/
+20
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+7
2015-03-10
scsi-hd: fix property unset case
Ekaterina Tumanova
1
-1
/
+6
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+2
2015-03-10
scsi: Convert remaining PCI HBAs to realize()
Markus Armbruster
3
-41
/
+17
2015-03-10
scsi: Improve error reporting for invalid drive property
Markus Armbruster
1
-4
/
+1
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
1
-1
/
+5
2015-03-10
scsi: Clean up duplicated error in legacy if=scsi code
Markus Armbruster
4
-2
/
+6
2015-03-10
vhost-scsi: Remove superfluous '\n' around error_report()
Gonglei
1
-3
/
+3
2015-03-09
spapr_vio: Convert to realize()
Markus Armbruster
1
-10
/
+3
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-4
/
+5
2015-03-02
virtio-scsi: Allocate op blocker reason before blocking
Max Reitz
2
-4
/
+4
2015-02-27
virtio-scsi-dataplane: Call blk_set_aio_context within BQL
Fam Zheng
1
-8
/
+7
2015-02-27
scsi: give device a parent before setting properties
Paolo Bonzini
1
-0
/
+5
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
1
-4
/
+4
2015-02-26
virtio-scsi: use standard-headers
Michael S. Tsirkin
1
-0
/
+1
[next]