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.
- Describes each SCSI logical unit.
- Sense code representation
- Targets 🔒
Enums§
- Errors that happen while handling scsi commands.
Constants§
Functions§
Type Aliases§
- TargetId 🔒