Home
last modified time | relevance | path

Searched defs:RunnableLinuxVm (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/arch/src/
Dlib.rs98 pub struct RunnableLinuxVm<V: VmArch, Vcpu: VcpuArch, I: IrqChipArch> { struct
99 pub vm: V,
100 pub resources: SystemAllocator,
101 pub exit_evt: Event,
102 pub vcpu_count: usize,
105 pub vcpus: Option<Vec<Vcpu>>,
106 pub vcpu_affinity: Option<VcpuAffinity>,
107 pub no_smt: bool,
108 pub irq_chip: I,
109 pub has_bios: bool,
[all …]