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.133.124]) by mx.groups.io with SMTP id smtpd.web11.25266.1683612622970450648 for ; Mon, 08 May 2023 23:10:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XlM8Tep0; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683612622; 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=Pnwp42PosoMebIA5Zj4+RXlkoNMfHVHdp6Sn6XO+jE4=; b=XlM8Tep0SlhPpNEWqoKHJmoz/wsPl9il6vkhLAFCzDX/PvzbEMF3t0s3zq6KGtc/dm9xso Vq719ylIFt2kNpICpovtVNE6eggQ99IWsAUhpFGJXH1a7rWEumQ1VHzQ+iEmxnlhqC0bon jSrzsJtlhiP7m9sPYZif269weKUjrBY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-284-HW4Wbek4O4Ode-xI0RYdyQ-1; Tue, 09 May 2023 02:10:17 -0400 X-MC-Unique: HW4Wbek4O4Ode-xI0RYdyQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3D90D885620; Tue, 9 May 2023 06:10:16 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.221]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1033B492C13; Tue, 9 May 2023 06:10:16 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 98DAB1801081; Tue, 9 May 2023 08:10:14 +0200 (CEST) Date: Tue, 9 May 2023 08:10:14 +0200 From: "Gerd Hoffmann" To: Abdul Lateef Attar Cc: devel@edk2.groups.io, Paul Grimes , Abner Chang , Eric Dong , Ray Ni , Rahul Kumar , Michael D Kinney , Liming Gao , Zhiguang Liu , Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [PATCH v11 0/8] Adds AmdSmmCpuFeaturesLib and MmSaveStateLib Message-ID: <4mglexm6tpykmmp4ajg24sflnuyy6k4jxinb3evolh6fxiy4bw@erncr5eeshms> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, May 06, 2023 at 09:36:56AM +0530, Abdul Lateef Attar wrote: > PR: https://github.com/tianocore/edk2/pull/4341 > > V11: Delta changes > Drop the OVMF implementation of MmSaveStateLib Tested-by: Gerd Hoffmann Acked-by: Gerd Hoffmann take care, Gerd