b40efa36dc
Nova accepts only specific values for these two options. Enforce the same supported choices at the input. Change-Id: I7c147896f1c04962117ebd1a9b483536826617ac
7 lines
88 B
ObjectPascal
7 lines
88 B
ObjectPascal
type Nova::CpuMode = Enum[
|
|
'host-model',
|
|
'host-passthrough',
|
|
'custom',
|
|
'none'
|
|
]
|