Skip to content

Commit 875c364

Browse files
weizhouapachedhslove
authored andcommitted
server: add options for kvm.guest.os.machine.type (apache#12414)
1 parent 86754b3 commit 875c364

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5524,6 +5524,7 @@ private void fillVMOrTemplateDetailOptions(final Map<String, List<String>> optio
55245524
options.put(VmDetailConstants.GUEST_CPU_MODE, Arrays.asList("custom", "host-model", "host-passthrough"));
55255525
options.put(VmDetailConstants.GUEST_CPU_MODEL, Collections.emptyList());
55265526
options.put(VmDetailConstants.BOOT_ORDER, Arrays.asList("cdrom", "hd"));
5527+
options.put(VmDetailConstants.KVM_GUEST_OS_MACHINE_TYPE, Collections.emptyList());
55275528
options.put(VmDetailConstants.KVM_SKIP_FORCE_DISK_CONTROLLER, Arrays.asList("true", "false"));
55285529
}
55295530

0 commit comments

Comments
 (0)