From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.32798.1678108841644543948 for ; Mon, 06 Mar 2023 05:20:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=WIJjoQm+; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678108840; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Psnhf2saP7l6T4pb111Vun4ks2UUMQRd6igj6O9Lm8s=; b=WIJjoQm+d47Q8d/GV3P79HP080/vjYvC7/ykCUakIEEzBrpuxCfGIgjk3nC3ZssPXXkdGx eGfmMBOxwGkAqdPA0lLo/pnD9nR73kqofnFhELVlwbiSrGYVgDRIR7om7GV2ugmYNcikQ2 LdUCPMqpkvj3w4x6yNIdIMJnq6BmSfY= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-185-fEMTjMgdMMe5jl6uhOJnWg-1; Mon, 06 Mar 2023 08:20:39 -0500 X-MC-Unique: fEMTjMgdMMe5jl6uhOJnWg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D1EFF1C0432B; Mon, 6 Mar 2023 13:20:38 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A8EC3C16029; Mon, 6 Mar 2023 13:20:38 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 1AAA1180062C; Mon, 6 Mar 2023 14:20:37 +0100 (CET) Date: Mon, 6 Mar 2023 14:20:37 +0100 From: "Gerd Hoffmann" To: "Ni, Ray" Cc: "devel@edk2.groups.io" , "Wu, Jiaxin" , "Dong, Eric" , "Zeng, Star" , Laszlo Ersek , "Kumar, Rahul R" Subject: Re: [edk2-devel] [PATCH v9 0/6] Simplify SMM Relocation Process Message-ID: <20230306132037.seboq5tdsouqgrs4@sirius.home.kraxel.org> References: <17443983D6ED8995.20300@groups.io> <20230221084854.ckcwtl4tt3onq623@sirius.home.kraxel.org> <20230306111315.pmglh65rd42llsue@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 06, 2023 at 11:43:12AM +0000, Ni, Ray wrote: > Gerd, > Thanks for reporting. Can you kindly share the reproduce steps? (1) build OvmfPkgIa32X64.dsc with SMM_REQUIRE=TRUE (2) boot linux guest using the firmware build. (3) suspend: use 'echo mem > /sys/power/state' on linux guest shell prompt. (4) wakeup: use 'system_wakeup' on qemu monitor. take care, Gerd