From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.36040.1629787623492042996 for ; Mon, 23 Aug 2021 23:47:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gW8zTPBs; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1629787622; 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=6SDtOdMeYw/jP0fQqW218cNojyRUONsNBbIUlo68Hao=; b=gW8zTPBs1+QFW4+lizhyYcT6f0kAgJ0VDFPDgT4nn9XNZ9P1ePoZa8qPPD1ZFCj3DvWfKn /VuZfFqoWAH2X6mcYfAbOgPeqlljG4g4EX4SPZveGZVYSCMr6Dlw+SK91Vu2gs0I+IiTHo aBjJPFx8UPzxK96aHhSrrVTHD18dnzY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-531-nf0HcvkUMuOz_Ja0Etlaow-1; Tue, 24 Aug 2021 02:46:58 -0400 X-MC-Unique: nf0HcvkUMuOz_Ja0Etlaow-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6F298760C6; Tue, 24 Aug 2021 06:46:57 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.216]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2C35D60C0F; Tue, 24 Aug 2021 06:46:57 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 276F718000A3; Tue, 24 Aug 2021 08:46:55 +0200 (CEST) Date: Tue, 24 Aug 2021 08:46:55 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, gary.lin@hpe.com Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Jim Fehlig , Joey Li Subject: Re: [edk2-devel] [PATCH v3 4/4] OvmfPkg/SmmControl2Dxe: use PcdAcpiS3Enable to detect S3 support Message-ID: <20210824064655.ntisynzti3womnsp@sirius.home.kraxel.org> References: <20210823070925.10095-1-gary.lin@hpe.com> <20210823070925.10095-5-gary.lin@hpe.com> MIME-Version: 1.0 In-Reply-To: <20210823070925.10095-5-gary.lin@hpe.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 23, 2021 at 03:09:25PM +0800, Lin, Gary (HPS OE-Linux) wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=3573 > > To avoid the potential inconsistency between PcdAcpiS3Enable and > QemuFwCfgS3Enabled(), this commit modifies SmmControl2Dxe to detect > S3 support by PcdAcpiS3Enable as modules in MdeModulePkg do. Reviewed-by: Gerd Hoffmann