Commit 37b13afc5f for qemu.org

commit 37b13afc5fa03c55015e2835ad4d69204381049e
Author: Xiaoyao Li <xiaoyao.li@intel.com>
Date:   Tue May 12 16:44:55 2026 +0800

    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>

diff --git a/qemu-options.hx b/qemu-options.hx
index c799286153..0345652791 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -6364,7 +6364,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 igvm-cfg,file=file``