pavanaravapalli commented on a change in pull request #3638: WIP: UEFI Support
on CloudStack
URL: https://github.com/apache/cloudstack/pull/3638#discussion_r348486352
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -1089,6 +1099,28 @@ public boolean configure(final String name, final
Map<String, Object> params) th
return true;
}
+ private void loadUefiProperties() throws FileNotFoundException {
+
+ if (_uefiProperties != null &&
_uefiProperties.getProperty("guest.loader.legacy") != null)
Review comment:
changes done as suggested.
----------------------------------------------------------------
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]
With regards,
Apache Git Services