"confidential-guest-support" is the recommended property instead of "memory-encryption". Switch to "confidential-guest-support" in the example of sev-guest.
Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 740323f22bc2..27b7b79c6cad 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -5986,7 +5986,7 @@ SRST # |qemu_system_x86| \\ ...... \\ -object sev-guest,id=sev0,cbitpos=47,reduced-phys-bits=1 \\ - -machine ...,memory-encryption=sev0 \\ + -machine ...,confidential-guest-support=sev0 \\ ..... ``-object authz-simple,id=id,identity=string`` -- 2.43.0