diff --git "a/sig/ConfidentialComputing/content/AMD_SEV/\345\234\250Anolis 8.6\345\220\257\345\212\250AMD_SEV\350\231\232\346\213\237\346\234\272.md" "b/sig/ConfidentialComputing/content/AMD_SEV/\345\234\250Anolis 8.6\345\220\257\345\212\250AMD_SEV\350\231\232\346\213\237\346\234\272.md" index c32492bfd02b0ec3a189f4fcae715deb54732be7..bb0c8e2704487c380bda9802d8e0dba40fbb020b 100644 --- "a/sig/ConfidentialComputing/content/AMD_SEV/\345\234\250Anolis 8.6\345\220\257\345\212\250AMD_SEV\350\231\232\346\213\237\346\234\272.md" +++ "b/sig/ConfidentialComputing/content/AMD_SEV/\345\234\250Anolis 8.6\345\220\257\345\212\250AMD_SEV\350\231\232\346\213\237\346\234\272.md" @@ -201,7 +201,7 @@ qemu-nbd -d /dev/nbd0 ### 启动方式一:使用 QEMU 命令行启动 -请参考如下qemu命令行启动CSV guest虚拟机: +请参考如下qemu命令行启动SEV guest虚拟机: ```shell /usr/libexec/qemu-kvm -enable-kvm -cpu host -smp 4 -m 4096 -drive if=pflash,format=raw,unit=0,file=/usr/share/edk2/ovmf/OVMF_CODE.cc.fd,readonly=on -hda /var/lib/libvirt/images/sev-guest.img -object sev-guest,id=sev0,policy=0x1,cbitpos=51,reduced-phys-bits=5 -machine memory-encryption=sev0 -name test -nographic diff --git "a/sig/ConfidentialComputing/content/\346\265\267\345\205\211\345\256\211\345\205\250\350\231\232\346\213\237\345\214\226\346\212\200\346\234\257CSV/\345\234\250Anolis 8\350\277\220\350\241\214CSV\346\234\272\345\257\206\350\231\232\346\213\237\346\234\272.md" "b/sig/ConfidentialComputing/content/\346\265\267\345\205\211\345\256\211\345\205\250\350\231\232\346\213\237\345\214\226\346\212\200\346\234\257CSV/\345\234\250Anolis 8\350\277\220\350\241\214CSV\346\234\272\345\257\206\350\231\232\346\213\237\346\234\272.md" index 87632da0b6c4dfe5b091ebdaa10fa585dda4f45d..d3bbcc18d64a805c70105c6d3e5b5bb0c51083ee 100644 --- "a/sig/ConfidentialComputing/content/\346\265\267\345\205\211\345\256\211\345\205\250\350\231\232\346\213\237\345\214\226\346\212\200\346\234\257CSV/\345\234\250Anolis 8\350\277\220\350\241\214CSV\346\234\272\345\257\206\350\231\232\346\213\237\346\234\272.md" +++ "b/sig/ConfidentialComputing/content/\346\265\267\345\205\211\345\256\211\345\205\250\350\231\232\346\213\237\345\214\226\346\212\200\346\234\257CSV/\345\234\250Anolis 8\350\277\220\350\241\214CSV\346\234\272\345\257\206\350\231\232\346\213\237\346\234\272.md" @@ -91,12 +91,15 @@ service libvirtd restart 以下是CSV虚拟机的参考配置文件csv_launch.xml,在使用过程中,请根据实际需求,修改对应的配置字段。更多配置请参考[Launch security with AMD SEV](https://libvirt.org/kbase/launch_security_sev.html) ``` - + csv_launch 4 + 4194304 4 hvm + /usr/share/edk2/ovmf/OVMF_CODE.fd + /usr/share/edk2/ovmf/OVMF_VARS.fd @@ -126,11 +129,6 @@ service libvirtd restart 47 5 - - - - - ```