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.web11.37089.1681284271486826824 for ; Wed, 12 Apr 2023 00:24:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=C3g5dEuo; 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=1681284270; 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=tcYLuD1VbHAiUfIfrq4ilRNAaYuW4v24q7kTb3SP7wA=; b=C3g5dEuoUFuj+XgYURcPmOCZPawWTtcQcnHfeLriYcEwoVxf8GrYBUB+BDEwcWa8el9ofU ZsTaitEYVYoKUsOQ9+CRU+pilCQn0zCIF3S5TgkWuoScdHkkJ1kFZqxcTPrwjU9w5voTJq V9V/XmCIo3rFa3WWLFPB5QhpuR3AfQQ= 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-435-rpxK5sLDOKuxjUJH7D6avA-1; Wed, 12 Apr 2023 03:24:27 -0400 X-MC-Unique: rpxK5sLDOKuxjUJH7D6avA-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 702B62814242; Wed, 12 Apr 2023 07:24:26 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB1D9C15BB8; Wed, 12 Apr 2023 07:24:25 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 88951180079E; Wed, 12 Apr 2023 09:24:24 +0200 (CEST) Date: Wed, 12 Apr 2023 09:24:24 +0200 From: "Gerd Hoffmann" To: Tom Lendacky Cc: "Xu, Min M" , joeyli , "devel@edk2.groups.io" , "Aktas, Erdem" , James Bottomley , "Yao, Jiewen" , Michael Roth Subject: Re: [PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest Message-ID: <2xjjrifeaa7khaha4se7gs3hmtdz2kkg2dv4t7njwf5z5mbn2f@qb5s2k7c6225> References: <20230331144834.GK8569@linux-l9pv.suse> <5d170680-0a9e-2d5f-ecc1-e9f587548e3c@amd.com> <7a06aa46-4c10-fc85-48a6-826a4d82991e@amd.com> 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 Tue, Apr 11, 2023 at 01:03:28PM -0500, Tom Lendacky wrote: > On 4/11/23 05:04, Gerd Hoffmann wrote: > > On Fri, Apr 07, 2023 at 12:00:46PM -0500, Tom Lendacky wrote: > > > > > > Thanks for the quick turn-around, but that patch didn't work for me. I've > > > update the bugzilla. > > > > Can you try the patch below? > > That doesn't work either. > > Specifying both OVMF_CODE.fd and OVMF_VARS.fd generates an ASSERT. Both as pflash I assume? Which assert? > Specifying just OVMF_CODE.fd causes VMRUN failure (triple fault) That's not a valid configuration anyway. > Specifying just OVMF.fd boots successfully pflash or -bios or both? For which cases does the patch change behavior? take care, Gerd