Sign in
qemu
/
qemu
/
017cf5b1d22f80f36dc4c5aba465b178cc209d35
/
hw
/
scsi-generic.c
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 12 years ago
0f1da44
scsi: more fixes to properties for passthrough devices
by Paolo Bonzini
· 12 years ago
9839245
ISCSI: Add SCSI passthrough via scsi-generic to libiscsi
by Ronnie Sahlberg
· 13 years ago
56b1fc4
scsi-generic: add migration support
by Paolo Bonzini
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
b9eea3e
scsi: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
6a84cb1
scsi virtio-blk usb-msd: Clean up device init error messages
by Markus Armbruster
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
28b7765
scsi-generic: add as boot device
by Paolo Bonzini
· 13 years ago
c9501c9
scsi-generic: bump SCSIRequest reference count until aio completion runs
by Paolo Bonzini
· 13 years ago
63db0f0
scsi: pass cdb to alloc_req
by Paolo Bonzini
· 13 years ago
765d152
scsi: export scsi_generic_reqops
by Paolo Bonzini
· 13 years ago
adcf275
scsi: make reqops const
by Paolo Bonzini
· 13 years ago
7877903
scsi: move max_lba to SCSIDevice
by Paolo Bonzini
· 13 years ago
9b6eef8
scsi-generic: snoop READ CAPACITY commands to get block size
by Paolo Bonzini
· 13 years ago
a3b16e7
scsi-generic: look at host status
by Paolo Bonzini
· 13 years ago
fe0ed71
scsi-generic: check ioctl statuses when SG_IO succeeds
by Paolo Bonzini
· 13 years ago
6a58a3a
scsi-generic: remove scsi_req_fixup
by Paolo Bonzini
· 13 years ago
8869e10
scsi-generic: drop SCSIGenericState
by Paolo Bonzini
· 13 years ago
1b8f8a6
scsi-generic: do not disable FUA
by Paolo Bonzini
· 13 years ago
9e6a4c9
block: Drop BlockDriverState member removable
by Markus Armbruster
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
c7b4887
scsi: report unit attention on reset
by Paolo Bonzini
· 14 years ago
739df21
scsi: move handling of REQUEST SENSE to common code
by Paolo Bonzini
· 14 years ago
fdaef06
scsi: move handling of REPORT LUNS and invalid LUNs to common code
by Paolo Bonzini
· 14 years ago
afa46c4
scsi: move request parsing to common code
by Paolo Bonzini
· 14 years ago
87dcd1b
scsi: push lun field to SCSIDevice
by Paolo Bonzini
· 14 years ago
12010e7
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
by Paolo Bonzini
· 14 years ago
8dbd457
scsi: introduce SCSIReqOps
by Paolo Bonzini
· 14 years ago
b45ef67
scsi: move sense handling to generic code
by Paolo Bonzini
· 14 years ago
682a9b2
scsi: pass status when completing
by Paolo Bonzini
· 14 years ago
5e30a07
scsi: Sanitize command definitions
by Hannes Reinecke
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
c5bf71a
scsi: Add 'hba_private' to SCSIRequest
by Hannes Reinecke
· 14 years ago
1455084
scsi: ignore LUN field in the CDB
by Paolo Bonzini
· 14 years ago
2e7cc4d
scsi-generic: Handle queue full
by Paolo Bonzini
· 14 years ago
4274121
scsi: make write_data return void
by Paolo Bonzini
· 14 years ago
7438221
scsi: Implement 'get_sense' callback
by Hannes Reinecke
· 14 years ago
fc4f075
scsi: do not call send_command directly
by Paolo Bonzini
· 14 years ago
a1f0cce
scsi: Update sense code handling
by Hannes Reinecke
· 14 years ago
2b8b3bb
scsi: use scsi_req_complete
by Paolo Bonzini
· 14 years ago
94d3f98
scsi: introduce scsi_req_cancel
by Paolo Bonzini
· 14 years ago
c557e88
scsi: commonize purging requests
by Paolo Bonzini
· 14 years ago
5c6c0e5
scsi: Use 'SCSIRequest' directly
by Hannes Reinecke
· 14 years ago
ad2d30f
scsi: reference-count requests
by Paolo Bonzini
· 14 years ago
d33e0ce
scsi-generic: do not use a stale aiocb
by Paolo Bonzini
· 14 years ago
cfdc1bb
scsi: introduce SCSIBusOps
by Paolo Bonzini
· 14 years ago
ab9adc8
scsi: introduce scsi_req_data
by Paolo Bonzini
· 14 years ago
40f16dd
scsi-generic: Remove bogus double complete
by Paolo Bonzini
· 14 years ago
f017132
scsi: Return SAM status codes
by Hannes Reinecke
· 14 years ago
f8b6d67
scsi-generic: add missing reset handler
by Bernhard Kohl
· 14 years ago
aa2b1e8
scsi: fix and improve debug prints
by Bernhard Kohl
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
620f862
scsi: Reject unimplemented error actions
by Markus Armbruster
· 15 years ago
7d0d695
block: Fix virtual media change for if=none
by Markus Armbruster
· 15 years ago
f8b6cc0
qdev: Decouple qdev_prop_drive from DriveInfo
by Markus Armbruster
· 15 years ago
14bafc5
blockdev: Clean up automatic drive deletion
by Markus Armbruster
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
2f79201
error: Move qemu_error & friends into their own header
by Markus Armbruster
· 15 years ago
428c149
block: add topology qdev properties
by Christoph Hellwig
· 15 years ago
ed3a34a
scsi: move status to SCSIRequest.
by Gerd Hoffmann
· 15 years ago
251882b
scsi: move dinfo to SCSIDevice
by Gerd Hoffmann
· 15 years ago
97a0643
scsi: add xfer mode
by Gerd Hoffmann
· 15 years ago
2ec749c
scsi: add request parsing helpers to common code.
by Gerd Hoffmann
· 15 years ago
9137665
scsi: move type from SCSIGenericState to SCSIDevice
by Gerd Hoffmann
· 15 years ago
0d65e1f
scsi: add scsi-defs.h
by Gerd Hoffmann
· 15 years ago
b07995e
scsi: move blocksize from SCSIGenericState to SCSIDevice
by Gerd Hoffmann
· 15 years ago
29362eb
scsi: move scsi command buffer from SCSIGenericReq to SCSIRequest.
by Gerd Hoffmann
· 15 years ago
89b08ae
scsi: move SCSIRequest management to common code.
by Gerd Hoffmann
· 15 years ago
9af99d9
scsi: move request lists to QTAILQ.
by Gerd Hoffmann
· 15 years ago
4c41d2e
scsi: create common SCSIRequest structure.
by Gerd Hoffmann
· 15 years ago
e3c916e
Fix qemu_free use in scsi-generic.c
by Jean-Christophe DUBOIS
· 15 years ago
43b443b
scsi: move scsi-disk.h -> scsi.h
by Gerd Hoffmann
· 15 years ago
56a1493
drive cleanup fixes.
by Gerd Hoffmann
· 15 years ago
01985dc
Implement scsi device destruction
by Gerd Hoffmann
· 15 years ago
d52affa
qdev/scsi: add scsi bus support to qdev, convert drivers.
by Gerd Hoffmann
· 15 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
221f715
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
by aliguori
· 16 years ago
7d78066
Add specialized block driver scsi generic API (Avi Kivity)
by aliguori
· 16 years ago
89c0f64
scsi-generic: correct error management
by aurel32
· 16 years ago
a9dd684
scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)
by aliguori
· 16 years ago
72ecb8d
scsi-generic: correct 6-bytes commands transfer length (Laurent Vivier)
by aliguori
· 16 years ago
4f26a48
scsi-generic: correct usage of memset() (Laurent Vivier)
by aliguori
· 16 years ago
37e828b
suppress a couple of spurious warnings in scsi-generic.c
by aurel32
· 16 years ago
2cc977e
scsi-generic implemnentation, missing in last commit.
by ths
· 17 years ago