kvm: Fixes UEFI XML Definition Error (#5692)

UEFI bootMode 추가
This commit is contained in:
DH Park 2021-11-23 20:14:32 +09:00 committed by GitHub
parent babf94f801
commit a85a00bed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2357,6 +2357,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();