Skip to content

Commit 4761935

Browse files
server: add options for kvm.guest.os.machine.type (#12414)
1 parent 2bfc9cb commit 4761935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/com/cloud/api/query/QueryManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,6 +5398,7 @@ private void fillVMOrTemplateDetailOptions(final Map<String, List<String>> optio
53985398
options.put(VmDetailConstants.VIRTUAL_TPM_VERSION, Arrays.asList("1.2", "2.0"));
53995399
options.put(VmDetailConstants.GUEST_CPU_MODE, Arrays.asList("custom", "host-model", "host-passthrough"));
54005400
options.put(VmDetailConstants.GUEST_CPU_MODEL, Collections.emptyList());
5401+
options.put(VmDetailConstants.KVM_GUEST_OS_MACHINE_TYPE, Collections.emptyList());
54015402
options.put(VmDetailConstants.KVM_SKIP_FORCE_DISK_CONTROLLER, Arrays.asList("true", "false"));
54025403
}
54035404

0 commit comments

Comments
 (0)