Sign in
qemu
/
qemu
/
93f7c4f09f6957244d5af0a35309b8ad4ffb64ed
/
hw
/
scsi
/
scsi-bus.c
390e90a
scsi: Improve error reporting for invalid drive property
by Markus Armbruster
· 10 years ago
9b3d111
hw: Propagate errors through qdev_prop_set_drive()
by Markus Armbruster
· 10 years ago
fa61718
scsi: Clean up duplicated error in legacy if=scsi code
by Markus Armbruster
· 10 years ago
2264750
scsi: give device a parent before setting properties
by Paolo Bonzini
· 10 years ago
2aeba9d
scsi: Fix scsi_req_cancel_async for no aiocb req
by Fam Zheng
· 10 years ago
488eef2
scsi: fix cancellation when I/O was completed but DMA was not.
by Paolo Bonzini
· 10 years ago
fb7b5c0
scsi: devirtualize unrealize of SCSI devices
by Paolo Bonzini
· 11 years ago
8d72db6
megasas: Clear unit attention on initial reset
by Hannes Reinecke
· 10 years ago
1894df0
scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
by Hannes Reinecke
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
605c690
Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' into staging
by Peter Maydell
· 10 years ago
8dece34
block: remove bootindex property from qdev to qom
by Gonglei
· 10 years ago
44fb633
scsi: add bootindex to qom property
by Gonglei
· 10 years ago
10bdcd5
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
by Igor Mammedov
· 10 years ago
bddd763
scsi: Set SCSI BUS itself as default HotplugHandler
by Igor Mammedov
· 10 years ago
8e0a932
scsi: Introduce scsi_req_cancel_async
by Fam Zheng
· 10 years ago
d577646
scsi: Introduce scsi_req_cancel_complete
by Fam Zheng
· 10 years ago
a83cfd1
scsi: Drop SCSIReqOps.cancel_io
by Fam Zheng
· 10 years ago
eda470e
scsi: Drop scsi_req_abort
by Fam Zheng
· 10 years ago
61e68b3
scsi: Optimize scsi_req_alloc
by Fam Zheng
· 10 years ago
a818a4b
scsi-bus: Convert DeviceClass init to realize
by Fam Zheng
· 11 years ago
3e7e180
scsi-block, scsi-generic: implement parse_cdb
by Paolo Bonzini
· 11 years ago
ff34c32
scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo
by Paolo Bonzini
· 11 years ago
769998a
scsi-bus: prepare scsi_req_new for introduction of parse_cdb
by Paolo Bonzini
· 11 years ago
2039511
scsi: Report error when lun number is in use
by Fam Zheng
· 11 years ago
b9e77bc
scsi: Print command name in debug
by Alexey Kardashevskiy
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
65903a8
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
by Peter Maydell
· 11 years ago
c4ce4c4
scsi: Document intentional fall through in scsi_req_length()
by Markus Armbruster
· 11 years ago
6a0a70b
hw: Add missing 'static' attributes
by Stefan Weil
· 11 years ago
d581eb7
scsi-bus: remove bogus assertion
by Paolo Bonzini
· 11 years ago
2e323f0
scsi: Fix migration of scsi sense data
by Fam Zheng
· 11 years ago
7ef8cf9
scsi-bus: Fix transfer length for VERIFY with BYTCHK=11b
by Markus Armbruster
· 11 years ago
703dd81
scsi: report thin provisioning errors with werror=report
by Paolo Bonzini
· 11 years ago
1cb27d9
scsi: Support TEST UNIT READY in the dummy LUN0
by Paolo Bonzini
· 11 years ago
bf6e3cc
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 11 years ago
d12ad44
scsi-bus: fix transfer length and direction for VERIFY command
by Paolo Bonzini
· 11 years ago
9ec557b
scsi: Add 2 new sense codes needed by uas
by Hans de Goede
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 11 years ago
8464243
scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]
by Asias He
· 11 years ago
c24e751
scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial
by Markus Armbruster
· 12 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 years ago
b1187b5
scsi: Pass size to scsi_bus_new()
by Andreas Färber
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
caad4eb
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
by Andreas Färber
· 12 years ago
cac3c38
scsi: keep device alive while it has requests
by Paolo Bonzini
· 12 years ago
11fc853
scsi: add bus_name parameter to scsi_bus_new.
by KONRAD Frederic
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/scsi-bus.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
76534da
usb-storage: Forward serial number to scsi-disk
by Kevin Wolf
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
6f6710a
scsi: do not call scsi_read_data/scsi_write_data for a canceled request
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
0bf8264
scsi: Drop useless null test in scsi_unit_attention()
by Markus Armbruster
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
a5cf826
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
by Jim Meyering
· 12 years ago
bb729f7
scsi: introduce scsi_cdb_length and scsi_data_cdb_length
by Paolo Bonzini
· 13 years ago
d83c951
scsi: fix warning
by Gerd Hoffmann
· 13 years ago
832a226
scsi-bus: remove overlapping entry
by Blue Swirl
· 13 years ago
e4b6526
scsi: add support for ATA_PASSTHROUGH_xx scsi command
by Cong Meng
· 13 years ago
93161b6
SCSI: Update the sense code for PREVENT REMOVAL errors
by Ronnie Sahlberg
· 13 years ago
53200fa
scsi: report parameter changes to HBA drivers
by Paolo Bonzini
· 13 years ago
aaebace
scsi-disk: report resized disk via sense codes
by Paolo Bonzini
· 13 years ago
e48e84e
scsi: establish precedence levels for unit attention
by Paolo Bonzini
· 13 years ago
350e6e4
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
by Cong Meng
· 13 years ago
814589c
scsi: add tracepoint for scsi_req_cancel
by Paolo Bonzini
· 13 years ago
6a8a685
scsi-disk: Fail medium writes with proper sense for readonly LUNs
by Ronnie Sahlberg
· 13 years ago
380feaf
scsi-disk: parse MODE SELECT commands and parameters
by Paolo Bonzini
· 13 years ago
8e86b93
scsi: add free_request callback
by Paolo Bonzini
· 13 years ago
9ce1bb2
scsi: Fix transfer length for READ POSITION commands.
by Christian Hoff
· 13 years ago
40723a9
scsi: Add basic support for SCSI media changer commands.
by Christian Hoff
· 13 years ago
28b70c9
scsi: Ensure command and transfer lengths are set for all SCSI devices
by Paolo Bonzini
· 13 years ago
15e58a2
scsi: Fix LOAD_UNLOAD
by Christian Hoff
· 13 years ago
335f560
scsi: Fix data length == SCSI_SENSE_BUF_SIZE
by Christian Hoff
· 13 years ago
93bfef4
Allow machines to configure the QEMU_VERSION that's exposed via hardware
by Crístian Viana
· 13 years ago
89bfe00
qom: Push error reporting to object_property_find()
by Paolo Bonzini
· 13 years ago
8cb6789
qdev: Remove qdev_prop_exists()
by Paolo Bonzini
· 13 years ago
0866aca
qbus: Make child devices links
by Anthony Liguori
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
09e5ab6
qdev: Use wrapper for qdev_get_path
by Anthony Liguori
· 13 years ago
bce5447
qdev: Move bus properties to abstract superclasses
by Paolo Bonzini
· 13 years ago
3cb75a7
qdev: Move bus properties to a separate global
by Paolo Bonzini
· 13 years ago
18eef3b
scsi: prepare migration code for usb-storage support
by Gerd Hoffmann
· 13 years ago
12badfc
scsi: declare vmstate_info_scsi_requests to be static
by Jim Meyering
· 13 years ago
68bd348
scsi: Add assertion for use-after-free errors
by Stefan Weil
· 13 years ago
77e4743
scsi: set VALID bit to 0 in fixed format sense data
by Paolo Bonzini
· 13 years ago
e5f38ff
scsi: do not require a minimum allocation length for REQUEST SENSE
by Paolo Bonzini
· 13 years ago
3c3d8a9
scsi: do not require a minimum allocation length for INQUIRY
by Paolo Bonzini
· 13 years ago
065c259
scsi: parse 16-byte tape CDBs
by Paolo Bonzini
· 13 years ago
f62d059
scsi: do not report bogus overruns for commands in the 0x00-0x1F range
by Paolo Bonzini
· 13 years ago
381b634
scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commands
by Ronnie Sahlberg
· 13 years ago
a5ee908
scsi: fix WRITE SAME transfer length and direction
by Paolo Bonzini
· 13 years ago
12a0899
scsi: prevent data transfer overflow
by Paolo Bonzini
· 13 years ago
3e46d87
scsi: add SANITIZE command
by Paolo Bonzini
· 13 years ago
b7c8c35
scsi: fix memory leak
by Paolo Bonzini
· 13 years ago
baa1bd8
scsi: add get_dev_path
by Paolo Bonzini
· 13 years ago
d3d250b
scsi: fix searching for an empty id
by Paolo Bonzini
· 13 years ago
Next »