wido commented on a change in pull request #4576:
URL: https://github.com/apache/cloudstack/pull/4576#discussion_r560790445



##########
File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -2247,8 +2247,8 @@ public LibvirtVMDef createVMFromSpec(final 
VirtualMachineTO vmTO) {
         if (MapUtils.isNotEmpty(customParams) && 
customParams.containsKey(GuestDef.BootType.UEFI.toString())) {
             guest.setBootType(GuestDef.BootType.UEFI);
             guest.setBootMode(GuestDef.BootMode.LEGACY);
+            guest.setMachineType("q35");

Review comment:
       > i wanted to see that `AMD` thanks
   
   Keep in mind though that both AMD and Intel produce CPUs with the x86_64 
Architecture.
   
   As this is all virtualization I think this also works on AMD Epyc CPUs.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to