Commit 07f567657b for qemu.org

commit 07f567657b52bf406d1d5435e80a364ee1890d56
Author: Xiaoyao Li <xiaoyao.li@intel.com>
Date:   Tue May 12 16:44:54 2026 +0800

    i386/sev: Remove the example that references memory-encryption

    "confidential-guest-support" is the recommended property to configure
    sev for the machine, and amd-memory-encryption.rst has already switched
    to use "confidential-guest-support" in the example.

    Instead of changing "memory-encryption" to "confidential-guest-support"
    in the comment of struct SevGuestState, just drop the example for
    simplicity.

    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-2-xiaoyao.li@intel.com
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

diff --git a/target/i386/sev.c b/target/i386/sev.c
index 99cf30806b..debe6344ab 100644
--- a/target/i386/sev.c
+++ b/target/i386/sev.c
@@ -160,10 +160,6 @@ struct SevCommonStateClass {
  *
  * The SevGuestState object is used for creating and managing a SEV
  * guest.
- *
- * # $QEMU \
- *         -object sev-guest,id=sev0 \
- *         -machine ...,memory-encryption=sev0
  */
 struct SevGuestState {
     SevCommonState parent_obj;