qemu-options: Change memory-encryption to confidential-guest-support in the example
"confidential-guest-support" is the recommended property instead of "memory-encryption". Switch to "confidential-guest-support" in the example of sev-guest. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com> Link: https://lore.kernel.org/r/20260512084458.622465-3-xiaoyao.li@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Xiaoyao Li committed
May 12, 2026 at 16:44 UTC
37b13afc5fa03c55015e2835ad4d69204381049e
1 file changed
+1
-1
qemu-options.hx
+1
-1
@@ -6364,7 +6364,7 @@ SRST
6364
# |qemu_system_x86| \\
6365
...... \\
6366
-object sev-guest,id=sev0,cbitpos=47,reduced-phys-bits=1 \\
6367
- -machine ...,memory-encryption=sev0 \\
6367
+ -machine ...,confidential-guest-support=sev0 \\
6368
.....
6369
6370
``-object igvm-cfg,file=file``