package uvm
import "github.com/Microsoft/hcsshim/internal/uvm"
This package describes the external interface for utility VMs.
Index ¶
Constants ¶
const ( // MaxVPMEMCount is the maximum number of VPMem devices that may be added to an LCOW // utility VM MaxVPMEMCount = 128 // DefaultVPMEMCount is the default number of VPMem devices that may be added to an LCOW // utility VM if the create request doesn't specify how many. DefaultVPMEMCount = 64 // DefaultVPMemSizeBytes is the default size of a VPMem device if the create request // doesn't specify. DefaultVPMemSizeBytes = 4 * memory.GiB // 4GB )
Variables ¶
var ( // Maximum number of SCSI controllers allowed MaxSCSIControllers = uint32(len(guestrequest.ScsiControllerGuids)) )
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal/uvm/scsi | Package scsi handles SCSI device attachment and mounting for VMs. |
- Version
- v0.10.0-rc.9
- Published
- Jul 5, 2023
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 10 minutes ago –
Tools for package owners.