Merge remote-tracking branch 'origin/4.16'

This commit is contained in:
Rohit Yadav 2021-11-24 17:56:14 +05:30
commit 9c9de74966
1 changed files with 2 additions and 0 deletions

View File

@ -2356,6 +2356,8 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
s_logger.debug(String.format("Enabled Secure Boot for VM UUID [%s].", uuid));
isSecureBoot = true;
}
bootMode = customParams.get(GuestDef.BootType.UEFI.toString());
}
Map<String, String> extraConfig = vmTO.getExtraConfig();