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
2016-09-14
scsi: pvscsi: limit process IO loop to ring size
Prasad J Pandit
1
-1
/
+4
2016-09-14
scsi: mptsas: use g_new0 to allocate MPTSASRequest object
Li Qiang
1
-1
/
+1
2016-09-14
virtio-scsi: Don't abort when media is ejected
Fam Zheng
1
-6
/
+9
2016-09-14
scsi-disk: Cleaning up around tray open state
Fam Zheng
1
-14
/
+8
2016-09-13
Revert "megasas: remove useless check for cmd->frame"
Paolo Bonzini
1
-1
/
+5
2016-09-13
scsi: pvscsi: limit loop to fetch SG list
Prasad J Pandit
1
-5
/
+6
2016-09-13
scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACK
Paolo Bonzini
1
-2
/
+2
2016-09-13
scsi: mptconfig: fix an assert expression
Prasad J Pandit
1
-1
/
+1
2016-09-13
vmw_pvscsi: check page count while initialising descriptor rings
Prasad J Pandit
1
-10
/
+9
2016-09-13
scsi-disk: change disk serial length from 20 to 36
Rony Weng
1
-2
/
+2
2016-09-13
lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register
Hervé Poussineau
1
-1
/
+1
2016-09-13
lsi: implement I/O memory space for Memory Move instructions
Hervé Poussineau
1
-10
/
+39
2016-09-13
lsi: do not exit QEMU if reading invalid register
Hervé Poussineau
1
-5
/
+13
2016-09-13
lsi: print register names in debug prints
Hervé Poussineau
1
-73
/
+146
2016-09-05
scsi: scsi-cd without drive property for empty drive
Kevin Wolf
1
-0
/
+5
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-03
mptsas: really fix migration compatibility
Paolo Bonzini
2
-1
/
+5
2016-07-29
mptsas: Fix a migration compatible issue
Cao jin
1
-1
/
+1
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-23
/
+12
2016-07-21
virtio-scsi: Wrap in vmstate
Dr. David Alan Gilbert
1
-15
/
+6
2016-07-21
virtio-scsi: Replace HandleOutput typedef
Fam Zheng
1
-2
/
+3
2016-07-21
virtio-scsi: Call virtio_add_queue_aio
Fam Zheng
1
-6
/
+3
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-4
/
+4
2016-07-17
megasas: remove useless check for cmd->frame
Paolo Bonzini
1
-5
/
+1
2016-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+40
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-12
scsi-bus: Use longer sense buffer with scanners
Jarkko Lavinen
1
-1
/
+9
2016-07-12
scsi-bus: Add SCSI scanner support
Jarkko Lavinen
1
-0
/
+31
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
4
-9
/
+9
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-1
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-7
/
+8
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-6
/
+6
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-6
/
+6
2016-07-05
scsi: Advertise limits by blocksize, not 512
Eric Blake
1
-1
/
+2
2016-07-05
vmw_pvscsi: remove unnecessary internal msi state flag
Cao jin
1
-6
/
+3
2016-07-05
mptsas: remove unnecessary internal msi state flag
Cao jin
2
-14
/
+6
2016-07-05
megasas: remove unnecessary megasas_use_msi()
Cao jin
1
-9
/
+2
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
3
-13
/
+46
2016-07-05
megasas: change msi/msix property type
Cao jin
1
-17
/
+11
2016-07-05
mptsas: change msi property type
Cao jin
2
-3
/
+5
2016-07-05
change pvscsi_init_msi() type to void
Cao jin
1
-3
/
+1
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+3
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
1
-2
/
+3
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
1
-5
/
+0
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-15
/
+4
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-5
/
+15
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+204
2016-06-20
trace: split out trace events for hw/scsi/ directory
Daniel P. Berrange
1
-0
/
+204
[next]