Pearl1594 commented on code in PR #11569:
URL: https://github.com/apache/cloudstack/pull/11569#discussion_r2319353711


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -2903,6 +2904,31 @@ private boolean isGuestAarch64() {
         return AARCH64.equals(guestCpuArch);
     }
 
+    private boolean isQemuVersionConflictingSMBiosForWindowsGuestVMs() {
+        if (!isUbuntuOrDebianHost()) {

Review Comment:
   we don't know if this issue is restricted to only ubuntu/debian - el10 "may" 
also face this issue..
   



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to