index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi-disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hd-geometry: Switch to uint32_t to match BlockConf
Markus Armbruster
2012-07-17
1
-1
/
+1
*
hd-geometry: Cut out block layer translation middleman
Markus Armbruster
2012-07-17
1
-2
/
+2
*
hd-geometry: Move disk geometry guessing back from block.c
Markus Armbruster
2012-07-17
1
-2
/
+3
*
scsi-disk: implement READ DISC INFORMATION
Paolo Bonzini
2012-07-02
1
-0
/
+40
*
scsi: add a qdev property for the disk's WWN
Paolo Bonzini
2012-07-02
1
-1
/
+13
*
scsi: simplify handling of the VPD page length field
Paolo Bonzini
2012-07-02
1
-8
/
+7
*
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
2012-06-19
1
-1
/
+1
*
scsi-disk: Don't peek behind the BlockDriverState abstraction
Markus Armbruster
2012-06-15
1
-2
/
+1
*
scsi: prepare migration code for usb-storage support
Gerd Hoffmann
2012-06-07
1
-2
/
+14
*
scsi: remove useless debug messages
Paolo Bonzini
2012-05-07
1
-13
/
+0
*
scsi: do not require a minimum allocation length for INQUIRY
Paolo Bonzini
2012-05-07
1
-11
/
+0
*
scsi-disk: add dpofua property
Paolo Bonzini
2012-05-07
1
-1
/
+6
*
scsi: change "removable" field to host many features
Paolo Bonzini
2012-05-07
1
-8
/
+15
*
scsi: fix WRITE SAME transfer length and direction
Paolo Bonzini
2012-05-04
1
-1
/
+4
*
scsi: fix refcounting for reads
Paolo Bonzini
2012-05-04
1
-0
/
+7
*
SCSI emulation: should tell the guest that we actually support thin provisioning
Ronnie Sahlberg
2012-04-19
1
-1
/
+1
*
SCSI emulation: Support unmap via WRITE_SAME_10.
Ronnie Sahlberg
2012-04-19
1
-2
/
+3
*
scsi: advertise DPOFUA
Paolo Bonzini
2012-04-19
1
-1
/
+2
*
scsi: small refactoring of MMC mode-sense
Paolo Bonzini
2012-04-19
1
-7
/
+12
*
scsi: support FUA on reads
Paolo Bonzini
2012-04-19
1
-10
/
+42
*
scsi: add a started field to SCSIDiskReq
Paolo Bonzini
2012-04-19
1
-0
/
+4
*
scsi: force unit access on VERIFY
Paolo Bonzini
2012-04-19
1
-4
/
+23
*
scsi: add support for FUA on writes
Paolo Bonzini
2012-04-19
1
-2
/
+47
*
scsi: move scsi_flush_complete around
Paolo Bonzini
2012-04-19
1
-18
/
+18
*
scsi: make code more homogeneous in AIO callback functions
Paolo Bonzini
2012-04-19
1
-7
/
+4
*
scsi: add missing test for cancelled request
Paolo Bonzini
2012-04-19
1
-1
/
+3
*
scsi: copy serial number into VPD page 0x83
Paolo Bonzini
2012-03-19
1
-3
/
+4
*
scsi-cd: check ready condition before processing several commands
Paolo Bonzini
2012-03-19
1
-13
/
+29
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-02-24
1
-5
/
+8
|
\
|
*
block: Don't call bdrv_eject() if the tray state didn't change
Luiz Capitulino
2012-02-22
1
-2
/
+5
|
*
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
2012-02-22
1
-3
/
+3
*
|
scsi-block: always use scsi_generic_ops for cache != none
Paolo Bonzini
2012-02-24
1
-4
/
+14
*
|
scsi-disk: add migration support
Paolo Bonzini
2012-02-22
1
-4
/
+55
*
|
scsi-disk: enable scatter/gather functionality
Paolo Bonzini
2012-02-22
1
-13
/
+50
|
/
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-50
/
+66
*
scsi: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-63
/
+96
*
scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
Thomas Higdon
2012-01-26
1
-9
/
+1
*
scsi virtio-blk usb-msd: Clean up device init error messages
Markus Armbruster
2012-01-06
1
-2
/
+2
*
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-15
1
-9
/
+0
*
scsi-block: always use SG_IO for MMC devices
Paolo Bonzini
2011-11-18
1
-2
/
+14
*
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
2011-11-18
1
-2
/
+6
*
scsi: remove block descriptors from CDs
Paolo Bonzini
2011-11-18
1
-1
/
+2
*
scsi: update list of commands
Paolo Bonzini
2011-11-18
1
-3
/
+1
*
scsi-disk: guess geometry
Paolo Bonzini
2011-11-18
1
-2
/
+2
*
scsi: fix fw path
Paolo Bonzini
2011-11-18
1
-1
/
+1
*
scsi-disk: implement eject requests
Paolo Bonzini
2011-11-11
1
-3
/
+21
*
scsi-disk: add scsi-block for device passthrough
Paolo Bonzini
2011-10-28
1
-0
/
+118
*
scsi: push request restart to SCSIDevice
Paolo Bonzini
2011-10-28
1
-69
/
+7
*
scsi-disk: bump SCSIRequest reference count until aio completion runs
Paolo Bonzini
2011-10-28
1
-3
/
+45
[next]