Skip to content

Commit 8194f72

Browse files
crobinsoLaszloGombos
authored andcommitted
feat(qemu): add efi_secret driver
Despite the generic name, the only current use of the `efi_secret` is exposing data in /sys that's been injected into a SEV/SEV-ES virtual machine. More info: https://docs.kernel.org/security/secrets/coco.html This secret is probably a luks password, so we need this driver at boot time. Signed-off-by: Cole Robinson <[email protected]>
1 parent 415e551 commit 8194f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules.d/90qemu/module-setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ installkernel() {
1818
virtio_blk virtio virtio_ring virtio_pci \
1919
virtio_scsi virtio_console virtio_rng virtio_mem \
2020
spapr-vscsi \
21-
qemu_fw_cfg
21+
qemu_fw_cfg \
22+
efi_secret
2223
}

0 commit comments

Comments
 (0)