Expand description
A SCSI controller has SCSI target(s), a SCSI target has logical unit(s). crosvm currently supports only one logical unit in a target (LUN0), therefore a SCSI target is tied to a logical unit and a disk image belongs to a logical unit in crosvm.
Structsยง
- A logical unit with an AsyncDisk as the disk.
- Vitio device for exposing SCSI command operations on a host file.
- Configuration of each SCSI device.
- LogicalUnit ๐Describes each SCSI logical unit.
- Sense code representation
- Targets ๐
Enumsยง
- Errors that happen while handling scsi commands.
- QueueType ๐
Constantsยง
- DEFAULT_MAX_CHANNEL ๐
- DEFAULT_MAX_LUN ๐
- DEFAULT_MAX_TARGET ๐
- DEFAULT_QUEUE_SIZE ๐
- MAX_CMD_PER_LUN ๐
- MAX_NUM_QUEUES ๐
- MAX_SECTORS ๐
- MIN_NUM_QUEUES ๐
Functionsยง
- handle_queue ๐
- process_one_chain ๐
- process_one_request ๐
- run_worker ๐
Type Aliasesยง
- TargetId ๐