Lines Matching refs:VM
11 // Specification of the key components of a VM.
13 // Path to the kernel that should be used for the VM.
17 // the VM.
30 // Describes any additional disk images that should be mounted inside the VM.
35 // Path where this disk image will be mounted inside the VM.
58 // Information about a particular VM.
60 // The IPv4 address assigned to the VM, in network byte order.
63 // The process ID of the main crosvm process for the VM.
66 // The virtual socket context id assigned to the VM.
72 // The VM that should be started. This is ignored if starting a termina VM,
76 // Any additional disks that should be mounted inside the VM.
79 // Path to a shared directory that will be mounted via NFS inside the VM.
82 // The human-readable name to be assigned to this VM.
91 // If true, the VM was started successfully. |vm_info| will have non-default
95 // If the VM failed to start, the reason for the failure.
98 // Information about the VM that was started, if successful.
104 // The name of the VM to be stopped.
110 // If true, the requested VM was stopped.
113 // The failure_reason if the requested VM could not be stopped.
117 // Request for information about the VM.
119 // The name of the VM to query.
125 // If true, the requested VM exists and info was returned.
128 // Information about the VM that was requested.