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-generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-22
scsi-generic: add migration support
Paolo Bonzini
1
-0
/
+25
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-12
/
+16
2012-01-27
scsi: convert to QEMU Object Model
Anthony Liguori
1
-11
/
+18
2012-01-06
scsi virtio-blk usb-msd: Clean up device init error messages
Markus Armbruster
1
-4
/
+4
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-4
/
+0
2011-11-22
scsi-generic: add as boot device
Paolo Bonzini
1
-0
/
+5
2011-10-28
scsi-generic: bump SCSIRequest reference count until aio completion runs
Paolo Bonzini
1
-0
/
+18
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: export scsi_generic_reqops
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: make reqops const
Paolo Bonzini
1
-1
/
+1
2011-10-28
scsi: move max_lba to SCSIDevice
Paolo Bonzini
1
-0
/
+2
2011-10-28
scsi-generic: snoop READ CAPACITY commands to get block size
Paolo Bonzini
1
-41
/
+25
2011-10-28
scsi-generic: look at host status
Paolo Bonzini
1
-4
/
+16
2011-10-28
scsi-generic: check ioctl statuses when SG_IO succeeds
Paolo Bonzini
1
-4
/
+4
2011-10-28
scsi-generic: remove scsi_req_fixup
Paolo Bonzini
1
-15
/
+0
2011-10-28
scsi-generic: drop SCSIGenericState
Paolo Bonzini
1
-50
/
+40
2011-09-19
scsi-generic: do not disable FUA
Paolo Bonzini
1
-6
/
+0
2011-09-12
block: Drop BlockDriverState member removable
Markus Armbruster
1
-1
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-08-12
scsi: report unit attention on reset
Paolo Bonzini
1
-2
/
+2
2011-08-12
scsi: move handling of REQUEST SENSE to common code
Paolo Bonzini
1
-16
/
+0
2011-08-12
scsi: move handling of REPORT LUNS and invalid LUNs to common code
Paolo Bonzini
1
-7
/
+0
2011-08-12
scsi: move request parsing to common code
Paolo Bonzini
1
-9
/
+0
2011-08-12
scsi: push lun field to SCSIDevice
Paolo Bonzini
1
-4
/
+1
2011-08-12
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
1
-6
/
+6
2011-08-12
scsi: introduce SCSIReqOps
Paolo Bonzini
1
-9
/
+13
2011-08-12
scsi: move sense handling to generic code
Paolo Bonzini
1
-59
/
+17
2011-08-12
scsi: pass status when completing
Paolo Bonzini
1
-15
/
+16
2011-08-01
scsi: Sanitize command definitions
Hannes Reinecke
1
-1
/
+1
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
1
-2
/
+3
2011-05-26
scsi: ignore LUN field in the CDB
Paolo Bonzini
1
-3
/
+2
2011-05-26
scsi-generic: Handle queue full
Paolo Bonzini
1
-0
/
+3
2011-05-26
scsi: make write_data return void
Paolo Bonzini
1
-5
/
+2
2011-05-26
scsi: Implement 'get_sense' callback
Hannes Reinecke
1
-0
/
+18
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
1
-1
/
+0
2011-05-26
scsi: Update sense code handling
Hannes Reinecke
1
-22
/
+41
2011-05-26
scsi: use scsi_req_complete
Paolo Bonzini
1
-3
/
+2
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
1
-1
/
+0
2011-05-26
scsi: commonize purging requests
Paolo Bonzini
1
-16
/
+2
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
1
-74
/
+33
2011-05-26
scsi: reference-count requests
Paolo Bonzini
1
-8
/
+16
2011-05-26
scsi-generic: do not use a stale aiocb
Paolo Bonzini
1
-0
/
+3
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_data
Paolo Bonzini
1
-3
/
+3
2011-05-26
scsi-generic: Remove bogus double complete
Paolo Bonzini
1
-2
/
+4
2010-11-25
scsi: Return SAM status codes
Hannes Reinecke
1
-5
/
+5
2010-09-21
scsi-generic: add missing reset handler
Bernhard Kohl
1
-2
/
+19
2010-09-08
scsi: fix and improve debug prints
Bernhard Kohl
1
-4
/
+14
[next]