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-05-05
virtio-scsi: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+9
2014-04-02
scsi-bus: remove bogus assertion
Paolo Bonzini
1
-1
/
+0
2014-03-26
spapr_vscsi: remove duplicate condition check
Prasad Joshi
1
-1
/
+1
2014-03-26
scsi: check req pointer before dereferencing it
Prasad Joshi
1
-1
/
+2
2014-03-14
virtio-scsi: actually honor sense_size from configuration space
Paolo Bonzini
1
-1
/
+3
2014-03-14
scsi: Fix migration of scsi sense data
Fam Zheng
1
-1
/
+29
2014-03-14
spapr-vscsi: fix CRQ status
Alexey Kardashevskiy
1
-2
/
+2
2014-03-05
spapr_vscsi: Fix REPORT_LUNS handling
Nathan Whitehorn
1
-0
/
+60
2014-02-22
scsi-disk: Add support for port WWN and index descriptors in VPD page 83h
Roland Dreier
1
-0
/
+26
2014-02-22
scsi-bus: Fix transfer length for VERIFY with BYTCHK=11b
Markus Armbruster
1
-1
/
+1
2014-02-22
scsi: report thin provisioning errors with werror=report
Paolo Bonzini
2
-0
/
+8
2014-02-22
scsi: Change scsi sense buf size to 252
Fam Zheng
2
-3
/
+0
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2
-4
/
+4
2014-02-11
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
1
-2
/
+4
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2
-3
/
+6
2014-02-11
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2
-3
/
+4
2014-01-24
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
3
-1
/
+8
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2
-2
/
+2
2014-01-16
scsi: Support TEST UNIT READY in the dummy LUN0
Paolo Bonzini
1
-0
/
+2
2014-01-15
virtio-scsi: Prevent assertion on missed events
Eric Farman
1
-1
/
+1
2014-01-15
virtio-scsi: Cleanup of I/Os that never started
Eric Farman
1
-0
/
+4
2014-01-15
scsi: Assign cancel_io vector for scsi_disk_emulate_ops
Paolo Bonzini
1
-0
/
+1
2013-12-22
scsi-disk: add UNMAP limits to block limits VPD page
Paolo Bonzini
1
-0
/
+20
2013-12-13
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
2
-52
/
+50
2013-12-13
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2
-9
/
+34
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2
-13
/
+15
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
1
-2
/
+1
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
2
-33
/
+32
2013-12-09
virtio-scsi: QOM realize preparations
Andreas Färber
1
-7
/
+7
2013-12-09
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2
-14
/
+12
2013-12-09
scsi-disk: fix WRITE SAME with large non-zero payload
Paolo Bonzini
1
-1
/
+1
2013-12-09
scsi-disk: fix VERIFY emulation
Paolo Bonzini
1
-7
/
+20
2013-12-09
scsi-bus: fix transfer length and direction for VERIFY command
Paolo Bonzini
1
-1
/
+13
2013-12-07
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-23
/
+131
2013-12-03
scsi-disk: correctly implement WRITE SAME
Paolo Bonzini
1
-24
/
+116
2013-12-03
scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commands
Paolo Bonzini
1
-1
/
+11
2013-12-03
scsi-disk: catch write protection errors in UNMAP
Paolo Bonzini
1
-0
/
+6
2013-11-26
scsi: Add 2 new sense codes needed by uas
Hans de Goede
1
-0
/
+10
2013-11-08
spapr: add vio-bus devices to categories
Alexey Kardashevskiy
1
-0
/
+1
2013-11-05
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
1
-3
/
+3
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
4
-6
/
+7
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
4
-6
/
+7
2013-10-09
scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]
Asias He
1
-11
/
+34
2013-09-16
lsi: add 53C810 variant
Hervé Poussineau
1
-0
/
+21
2013-09-16
lsi: remove todo
Hervé Poussineau
1
-3
/
+0
2013-09-16
lsi: ignore write accesses to CTEST0 registers
Hervé Poussineau
1
-0
/
+3
2013-09-16
lsi: check ssid versus sdid only if ssid is valid
Hervé Poussineau
1
-1
/
+2
2013-09-16
lsi: use constant name instead of its value
Hervé Poussineau
1
-2
/
+2
[next]