index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi-generic.c
Age
Commit message (
Expand
)
Author
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-12
scsi: report unit attention on reset
Paolo Bonzini
2011-08-12
scsi: move handling of REQUEST SENSE to common code
Paolo Bonzini
2011-08-12
scsi: move handling of REPORT LUNS and invalid LUNs to common code
Paolo Bonzini
2011-08-12
scsi: move request parsing to common code
Paolo Bonzini
2011-08-12
scsi: push lun field to SCSIDevice
Paolo Bonzini
2011-08-12
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
2011-08-12
scsi: introduce SCSIReqOps
Paolo Bonzini
2011-08-12
scsi: move sense handling to generic code
Paolo Bonzini
2011-08-12
scsi: pass status when completing
Paolo Bonzini
2011-08-01
scsi: Sanitize command definitions
Hannes Reinecke
2011-07-23
Correct spelling of licensed
Matthew Fernandez
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
2011-05-26
scsi: ignore LUN field in the CDB
Paolo Bonzini
2011-05-26
scsi-generic: Handle queue full
Paolo Bonzini
2011-05-26
scsi: make write_data return void
Paolo Bonzini
2011-05-26
scsi: Implement 'get_sense' callback
Hannes Reinecke
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
2011-05-26
scsi: Update sense code handling
Hannes Reinecke
2011-05-26
scsi: use scsi_req_complete
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
2011-05-26
scsi: commonize purging requests
Paolo Bonzini
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
2011-05-26
scsi: reference-count requests
Paolo Bonzini
2011-05-26
scsi-generic: do not use a stale aiocb
Paolo Bonzini
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_data
Paolo Bonzini
2011-05-26
scsi-generic: Remove bogus double complete
Paolo Bonzini
2010-11-25
scsi: Return SAM status codes
Hannes Reinecke
2010-09-21
scsi-generic: add missing reset handler
Bernhard Kohl
2010-09-08
scsi: fix and improve debug prints
Bernhard Kohl
2010-08-24
Rearrange block headers
Blue Swirl
2010-07-06
scsi: Reject unimplemented error actions
Markus Armbruster
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
2010-02-10
block: add topology qdev properties
Christoph Hellwig
2009-12-03
scsi: move status to SCSIRequest.
Gerd Hoffmann
2009-12-03
scsi: move dinfo to SCSIDevice
Gerd Hoffmann
2009-12-03
scsi: add xfer mode
Gerd Hoffmann
2009-12-03
scsi: add request parsing helpers to common code.
Gerd Hoffmann
2009-12-03
scsi: move type from SCSIGenericState to SCSIDevice
Gerd Hoffmann
2009-12-03
scsi: add scsi-defs.h
Gerd Hoffmann
2009-12-03
scsi: move blocksize from SCSIGenericState to SCSIDevice
Gerd Hoffmann
2009-12-03
scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.
Gerd Hoffmann
2009-12-03
scsi: move SCSIRequest management to common code.
Gerd Hoffmann
2009-12-03
scsi: move request lists to QTAILQ.
Gerd Hoffmann
[next]