Closed Lencerf closed 6 months ago
Alioth supports booting confidential guests on the following platforms:
WARNING: the current implementation takes QEMU [^qemu] as a reference and should be used in testing environments only.
To launch an SEV guest,
POLICY=0x1
POLICY=0x5
./alioth run -f /path/to/oak_stage0.bin \ --mem-size 1G \ --num-cpu 2 \ --fw-cfg name=opt/stage0/elf_kernel,file=/path/to/elf_kernel \ --fw-cfg name=opt/stage0/initramfs,file=/path/to/initramfs \ --fw-cfg name=opt/stage0/cmdline,file=/path/to/cmdline.txt \ --coco sev,policy=$POLICY
[^sev]: AMD Secure Encrypted Virtualization (SEV)
[^stage0]: Oak/stage0 firmware
[^qemu]: QEMU's doc on SEV
Confidential Compute (coco)
Alioth supports booting confidential guests on the following platforms:
AMD-SEV guest with Oak/Stage0 firmware
WARNING: the current implementation takes QEMU [^qemu] as a reference and should be used in testing environments only.
To launch an SEV guest,
POLICY=0x1
, for SEV-ES guests,POLICY=0x5
,[^sev]: AMD Secure Encrypted Virtualization (SEV)
[^stage0]: Oak/stage0 firmware
[^qemu]: QEMU's doc on SEV