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.2582.1676365946080902214 for ; Tue, 14 Feb 2023 01:12:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TnaGTZ5U; 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=1676365944; 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=11M+ZVKAb8U5yZkYVl+ql1u400GkJcWYrFDhZW4uP2Y=; b=TnaGTZ5UpHD8dgruro52NrToOPxYCHYmtcI9IFjCf+M3eY/9/ebZtrPC2t+bly9nFRF4BF RmMU8g4taXcN/AoE+73qLamoCcjG3QK+4qkHns1k0wHWrnaHFDPgzMaoi1WqypTESH+Rue 9/jecyUIzG3xQ19QnpkeDSOpoXZvseQ= 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-180-XoFUJoysM_SNalLwDxzONg-1; Tue, 14 Feb 2023 04:12:19 -0500 X-MC-Unique: XoFUJoysM_SNalLwDxzONg-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 E8AAC811E9C; Tue, 14 Feb 2023 09:12:18 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.45]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B522418EC2; Tue, 14 Feb 2023 09:12:18 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5B0C71802381; Tue, 14 Feb 2023 10:12:17 +0100 (CET) Date: Tue, 14 Feb 2023 10:12:17 +0100 From: "Gerd Hoffmann" To: Dionna Amalie Glaze Cc: "Gupta, Pankaj" , devel@edk2.groups.io, James Bottomley , Jiewen Yao , Tom Lendacky , Ard Biesheuvel , "Min M. Xu" , Andrew Fish , "Michael D. Kinney" , Oliver Steffen Subject: Re: [edk2-devel] [PATCH v10 1/4] OvmfPkg: Add memory acceptance event in AmdSevDxe Message-ID: <20230214091217.nrm5zmqyolawtn2b@sirius.home.kraxel.org> References: <20230126005647.3019225-1-dionnaglaze@google.com> <20230126005647.3019225-2-dionnaglaze@google.com> <0d8f2b0b-1d62-3db6-34c9-e9ce39838bce@amd.com> <9ea61013-e2c1-30a4-3be7-feed537c035a@amd.com> MIME-Version: 1.0 In-Reply-To: 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 Hi, > A recent import found incompatibilities with measured boot only in > SEV-SNP that we have disabled, but that's related to NVdata, which we > deal with differently in GCE due to the cloud IVARS service and our > allergy to SMM emulation. Should be unrelated. Do you have any pointers on the IVARS service? Documentation, guest code, host code? Background: When moving to a SVSM-based setup where the svsm (with vtpm emulation) runs in vmpl0 and the edk2 firmware in vmpl1 we might likewise add a efi variable service to the svsm. If something usable already exists we don't need to reinvent the wheel. thanks & take care, Gerd