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.9851.1679305402445117843 for ; Mon, 20 Mar 2023 02:43:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=JTxSoCKp; 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=1679305401; 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=S2k2SHR7jmTuPI75SpU0K0SNNMtpBwnKiJEEHKQUo54=; b=JTxSoCKp5Orgg8JZ0P0xQhrqK29mG4U+Kff1bQiEP06s4wKlB/AdPGa2lCUk1t2eq8VAhF RB2LAJNOUfyQh8tUPbGxiyJxmDf1LjKVPLSXPl5/jCCpzejsuKb9Q/mMdutzscuq/kPTEA JdAyyRSPqySLpUTlDNkbE6rMGFObgwQ= 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-144-IRCxFEGTMRCej_ISRLHqXQ-1; Mon, 20 Mar 2023 05:43:10 -0400 X-MC-Unique: IRCxFEGTMRCej_ISRLHqXQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EBEE4858F09; Mon, 20 Mar 2023 09:43:09 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.144]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BEF8CC2123; Mon, 20 Mar 2023 09:43:09 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 704FC1800081; Mon, 20 Mar 2023 10:43:08 +0100 (CET) Date: Mon, 20 Mar 2023 10:43:08 +0100 From: "Gerd Hoffmann" To: Michael Roth Cc: devel@edk2.groups.io, Tom Lendacky , Jiewen Yao , ray.ni@intel.com, Erdem Aktas , James Bottomley , Min Xu , Dov Murik Subject: Re: [PATCH RESEND 1/4] OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory Message-ID: <20230320094308.gpxqbe6uwrosv7k2@sirius.home.kraxel.org> References: <20230315215747.1543837-1-michael.roth@amd.com> <20230315215747.1543837-2-michael.roth@amd.com> MIME-Version: 1.0 In-Reply-To: <20230315215747.1543837-2-michael.roth@amd.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 15, 2023 at 04:57:44PM -0500, Michael Roth wrote: > The SEV-SNP Confidential Computing blob contains metadata that should > remain accessible for the life of the guest. Allocate it as > EfiACPIReclaimMemory to ensure the memory isn't overwritten by the guest > operating system later. > > Reported-by: Dov Murik > Suggested-by: Dov Murik > Reviewed-by: Dov Murik > Reviewed-by: Tom Lendacky > Signed-off-by: Michael Roth Acked-by: Gerd Hoffmann