]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
ovmf: support secure boot with 4m and 4m-ms efidisk types
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 5 Oct 2021 16:02:06 +0000 (18:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 16:04:03 +0000 (18:04 +0200)
commitb5099b4f6c581b196b3412c83037dba0327a304d
tree2e56cc5b12c3f5884394791acf3e759f5d37b1bf
parenta4d5b84c9ced572080f1a312519bdcdbd467de38
ovmf: support secure boot with 4m and 4m-ms efidisk types

Provide support for secure boot by using the new "4m" and "4m-ms"
variants of the OVMF code/vars templates. This is specified on the
efidisk via the 'efitype' and 'ms-keys' parameters.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm
PVE/QemuServer/Drive.pm