mirror of https://github.com/apache/cloudstack.git
server: add options for kvm.guest.os.machine.type (#12414)
This commit is contained in:
parent
2bfc9cb8eb
commit
4761935145
|
|
@ -5398,6 +5398,7 @@ public class QueryManagerImpl extends MutualExclusiveIdsManagerBase implements Q
|
|||
options.put(VmDetailConstants.VIRTUAL_TPM_VERSION, Arrays.asList("1.2", "2.0"));
|
||||
options.put(VmDetailConstants.GUEST_CPU_MODE, Arrays.asList("custom", "host-model", "host-passthrough"));
|
||||
options.put(VmDetailConstants.GUEST_CPU_MODEL, Collections.emptyList());
|
||||
options.put(VmDetailConstants.KVM_GUEST_OS_MACHINE_TYPE, Collections.emptyList());
|
||||
options.put(VmDetailConstants.KVM_SKIP_FORCE_DISK_CONTROLLER, Arrays.asList("true", "false"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue