weizhouapache commented on code in PR #8940:
URL: https://github.com/apache/cloudstack/pull/8940#discussion_r1570741722
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java:
##########
@@ -222,9 +222,7 @@ public String toString() {
guestDef.append("<boot dev='" + bo + "'/>\n");
}
}
- if (_arch == null || !_arch.equals("aarch64")) {
- guestDef.append("<smbios mode='sysinfo'/>\n");
- }
+ guestDef.append("<smbios mode='sysinfo'/>\n");
Review Comment:
good to know it works , great !
@rohityadavcloud
--
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]