index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-02
scsi: Fix transfer length for READ POSITION commands.
Christian Hoff
1
-1
/
+15
2012-07-02
scsi: Add basic support for SCSI media changer commands.
Christian Hoff
1
-6
/
+39
2012-07-02
scsi: Ensure command and transfer lengths are set for all SCSI devices
Paolo Bonzini
1
-7
/
+18
2012-07-02
scsi: Fix LOAD_UNLOAD
Christian Hoff
1
-3
/
+3
2012-07-02
scsi: Fix data length == SCSI_SENSE_BUF_SIZE
Christian Hoff
1
-1
/
+1
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
1
-1
/
+1
2012-06-18
qom: Push error reporting to object_property_find()
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Remove qdev_prop_exists()
Paolo Bonzini
1
-1
/
+1
2012-06-18
qbus: Make child devices links
Anthony Liguori
1
-5
/
+8
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-7
/
+16
2012-06-18
qdev: Use wrapper for qdev_get_path
Anthony Liguori
1
-4
/
+2
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
1
-6
/
+8
2012-06-07
scsi: prepare migration code for usb-storage support
Gerd Hoffmann
1
-4
/
+4
2012-05-25
scsi: declare vmstate_info_scsi_requests to be static
Jim Meyering
1
-1
/
+1
2012-05-07
scsi: Add assertion for use-after-free errors
Stefan Weil
1
-0
/
+1
2012-05-07
scsi: set VALID bit to 0 in fixed format sense data
Paolo Bonzini
1
-2
/
+2
2012-05-07
scsi: do not require a minimum allocation length for REQUEST SENSE
Paolo Bonzini
1
-5
/
+2
2012-05-07
scsi: do not require a minimum allocation length for INQUIRY
Paolo Bonzini
1
-8
/
+0
2012-05-07
scsi: parse 16-byte tape CDBs
Paolo Bonzini
1
-0
/
+10
2012-05-07
scsi: do not report bogus overruns for commands in the 0x00-0x1F range
Paolo Bonzini
1
-6
/
+10
2012-05-04
scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commands
Ronnie Sahlberg
1
-0
/
+2
2012-05-04
scsi: fix WRITE SAME transfer length and direction
Paolo Bonzini
1
-6
/
+8
2012-05-04
scsi: prevent data transfer overflow
Paolo Bonzini
1
-12
/
+26
2012-04-19
scsi: add SANITIZE command
Paolo Bonzini
1
-0
/
+1
2012-04-19
scsi: fix memory leak
Paolo Bonzini
1
-2
/
+5
2012-03-19
scsi: add get_dev_path
Paolo Bonzini
1
-0
/
+18
2012-02-24
scsi: fix searching for an empty id
Paolo Bonzini
1
-5
/
+10
2012-02-24
scsi: fix wrong return for target INQUIRY
Paolo Bonzini
1
-1
/
+1
2012-02-22
scsi: add SCSIDevice vmstate definitions
Paolo Bonzini
1
-3
/
+104
2012-02-22
scsi-disk: enable scatter/gather functionality
Paolo Bonzini
1
-0
/
+1
2012-02-22
scsi: add scatter/gather functionality
Paolo Bonzini
1
-2
/
+26
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-4
/
+8
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-9
/
+10
2012-01-27
scsi: convert to QEMU Object Model
Anthony Liguori
1
-26
/
+69
2011-11-22
scsi: fix fw path
Paolo Bonzini
1
-2
/
+2
2011-11-22
usb-msd: do not register twice in the boot order
Paolo Bonzini
1
-2
/
+5
2011-11-18
scsi: pass down REQUEST SENSE to the device when there is no stored sense
Paolo Bonzini
1
-3
/
+1
2011-11-18
scsi: fix parsing of allocation length field
Paolo Bonzini
1
-10
/
+87
2011-11-18
scsi: update list of commands
Paolo Bonzini
1
-6
/
+19
2011-11-18
scsi: fix fw path
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: push request restart to SCSIDevice
Paolo Bonzini
1
-0
/
+56
2011-10-28
scsi: do not call transfer_data after canceling a request
Paolo Bonzini
1
-4
/
+19
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: make reqops const
Paolo Bonzini
1
-5
/
+5
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
1
-9
/
+15
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-16
/
+32
2011-10-28
scsi: implement REPORT LUNS for arbitrary LUNs
Paolo Bonzini
1
-10
/
+39
[next]