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-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-19
SCSI emulation: should tell the guest that we actually support thin provisioning
Ronnie Sahlberg
1
-1
/
+1
2012-04-19
SCSI emulation: Support unmap via WRITE_SAME_10.
Ronnie Sahlberg
1
-2
/
+3
2012-04-19
scsi: advertise DPOFUA
Paolo Bonzini
1
-1
/
+2
2012-04-19
scsi: small refactoring of MMC mode-sense
Paolo Bonzini
1
-7
/
+12
2012-04-19
scsi: support FUA on reads
Paolo Bonzini
1
-10
/
+42
2012-04-19
scsi: add a started field to SCSIDiskReq
Paolo Bonzini
1
-0
/
+4
2012-04-19
scsi: force unit access on VERIFY
Paolo Bonzini
1
-4
/
+23
2012-04-19
scsi: add support for FUA on writes
Paolo Bonzini
1
-2
/
+47
2012-04-19
scsi: move scsi_flush_complete around
Paolo Bonzini
1
-18
/
+18
2012-04-19
scsi: make code more homogeneous in AIO callback functions
Paolo Bonzini
1
-7
/
+4
2012-04-19
scsi: add missing test for cancelled request
Paolo Bonzini
1
-1
/
+3
2012-03-19
scsi: copy serial number into VPD page 0x83
Paolo Bonzini
1
-3
/
+4
2012-03-19
scsi-cd: check ready condition before processing several commands
Paolo Bonzini
1
-13
/
+29
2012-02-24
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-5
/
+8
2012-02-24
scsi-block: always use scsi_generic_ops for cache != none
Paolo Bonzini
1
-4
/
+14
2012-02-22
block: Don't call bdrv_eject() if the tray state didn't change
Luiz Capitulino
1
-2
/
+5
2012-02-22
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
1
-3
/
+3
2012-02-22
scsi-disk: add migration support
Paolo Bonzini
1
-4
/
+55
2012-02-22
scsi-disk: enable scatter/gather functionality
Paolo Bonzini
1
-13
/
+50
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-50
/
+66
2012-01-27
scsi: convert to QEMU Object Model
Anthony Liguori
1
-63
/
+96
2012-01-26
scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
Thomas Higdon
1
-9
/
+1
2012-01-06
scsi virtio-blk usb-msd: Clean up device init error messages
Markus Armbruster
1
-2
/
+2
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-9
/
+0
2011-11-18
scsi-block: always use SG_IO for MMC devices
Paolo Bonzini
1
-2
/
+14
2011-11-18
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
1
-2
/
+6
2011-11-18
scsi: remove block descriptors from CDs
Paolo Bonzini
1
-1
/
+2
2011-11-18
scsi: update list of commands
Paolo Bonzini
1
-3
/
+1
2011-11-18
scsi-disk: guess geometry
Paolo Bonzini
1
-2
/
+2
2011-11-18
scsi: fix fw path
Paolo Bonzini
1
-1
/
+1
2011-11-11
scsi-disk: implement eject requests
Paolo Bonzini
1
-3
/
+21
2011-10-28
scsi-disk: add scsi-block for device passthrough
Paolo Bonzini
1
-0
/
+118
2011-10-28
scsi: push request restart to SCSIDevice
Paolo Bonzini
1
-69
/
+7
2011-10-28
scsi-disk: bump SCSIRequest reference count until aio completion runs
Paolo Bonzini
1
-3
/
+45
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
1
-2
/
+2
2011-10-28
scsi: make reqops const
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: move max_lba to SCSIDevice
Paolo Bonzini
1
-8
/
+7
2011-10-28
scsi-disk: small clean up to INQUIRY
Paolo Bonzini
1
-25
/
+21
2011-10-28
scsi-disk: remove cluster_size
Paolo Bonzini
1
-19
/
+16
2011-10-28
scsi-disk: do not duplicate BlockDriverState member
Paolo Bonzini
1
-47
/
+45
2011-10-28
scsi-disk: fix retrying a flush
Paolo Bonzini
1
-6
/
+3
2011-10-28
scsi-disk: fail READ CAPACITY if LBA != 0 but PMI == 0
Paolo Bonzini
1
-0
/
+6
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi-disk: report media changed via GET EVENT STATUS NOTIFICATION
Paolo Bonzini
1
-4
/
+53
2011-10-28
scsi-disk: support READ DVD STRUCTURE
Paolo Bonzini
1
-1
/
+101
2011-10-28
scsi-disk: support DVD profile in GET CONFIGURATION
Paolo Bonzini
1
-8
/
+42
2011-10-28
atapi/scsi-disk: make mode page values coherent between the two
Paolo Bonzini
1
-9
/
+24
2011-10-28
scsi-disk: store valid mode pages in a table
Paolo Bonzini
1
-12
/
+13
2011-10-28
scsi-disk: add stubs for more MMC commands
Paolo Bonzini
1
-5
/
+62
[next]