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-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-4
/
+4
2013-03-05
scsi: do not call scsi_read_data/scsi_write_data for a canceled request
Paolo Bonzini
1
-0
/
+4
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-4
/
+4
2013-01-22
scsi: Drop useless null test in scsi_unit_attention()
Markus Armbruster
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
1
-6
/
+2
2012-09-21
scsi: introduce scsi_cdb_length and scsi_data_cdb_length
Paolo Bonzini
1
-5
/
+18
2012-08-18
scsi: fix warning
Gerd Hoffmann
1
-0
/
+2
2012-08-09
scsi-bus: remove overlapping entry
Blue Swirl
1
-1
/
+0
2012-08-03
scsi: add support for ATA_PASSTHROUGH_xx scsi command
Cong Meng
1
-3
/
+85
2012-08-03
SCSI: Update the sense code for PREVENT REMOVAL errors
Ronnie Sahlberg
1
-2
/
+2
2012-07-27
scsi: report parameter changes to HBA drivers
Paolo Bonzini
1
-0
/
+10
2012-07-27
scsi-disk: report resized disk via sense codes
Paolo Bonzini
1
-0
/
+5
2012-07-27
scsi: establish precedence levels for unit attention
Paolo Bonzini
1
-1
/
+51
2012-07-27
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
Cong Meng
1
-1
/
+16
2012-07-27
scsi: add tracepoint for scsi_req_cancel
Paolo Bonzini
1
-0
/
+1
2012-07-26
scsi-disk: Fail medium writes with proper sense for readonly LUNs
Ronnie Sahlberg
1
-0
/
+5
2012-07-26
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
1
-0
/
+10
2012-07-10
scsi: add free_request callback
Paolo Bonzini
1
-0
/
+5
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
[next]