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.16758.1678447198072846755 for ; Fri, 10 Mar 2023 03:19:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=O8+OWNhW; 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=1678447197; 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=NVTCzOSpVYbdfBzkIsGbLaRCvr4dH1/OLxz9uSwr9ts=; b=O8+OWNhWX2QFRs8tS9sDBNJGp3ROhr+EAg3FzkP14kVJzggeMaQncChpxkTYRKO8YZdbWS mqfnRu4OfbNRd5Z+IzDjgKAUyPKlUoqt41Ge5kKuEITYPZkOFA9AYYUwMYcqOHR/XqK7Fs m1zUDobi40FrMr2kfc2Nud2rdQJFL2o= 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-214-LUCxYKSyOmSC8-jlwkeblQ-1; Fri, 10 Mar 2023 06:19:53 -0500 X-MC-Unique: LUCxYKSyOmSC8-jlwkeblQ-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 45463299E752; Fri, 10 Mar 2023 11:19:53 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 199B5492C3E; Fri, 10 Mar 2023 11:19:53 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E31A71800982; Fri, 10 Mar 2023 12:19:51 +0100 (CET) Date: Fri, 10 Mar 2023 12:19:51 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, jiaxin.wu@intel.com Cc: "Ni, Ray" , "Dong, Eric" , "Zeng, Star" , Laszlo Ersek , "Kumar, Rahul R" Subject: Re: [edk2-devel] [PATCH v9 0/6] Simplify SMM Relocation Process Message-ID: <20230310111951.f7iy6phcdjrlpc6k@sirius.home.kraxel.org> References: <17443983D6ED8995.20300@groups.io> <20230221084854.ckcwtl4tt3onq623@sirius.home.kraxel.org> <20230306111315.pmglh65rd42llsue@sirius.home.kraxel.org> <20230306132037.seboq5tdsouqgrs4@sirius.home.kraxel.org> <20230310100120.bfl3wz6qpwh2i5nm@sirius.home.kraxel.org> 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 Fri, Mar 10, 2023 at 10:29:30AM +0000, Wu, Jiaxin wrote: > Gerd, > > Could you help confirm whether this is regression in OVMF before I set up the enviroment? What exactly? > > > > Run qemu command is: > > > > qemu-system-x86_64 -bios > > > C:\Dev\Code\edk2\Build\Ovmf3264\DEBUG_VS2015x86\FV\OVMF.fd -hda > > > fat:rw:hda-contents -serial file:log001.log -net none This not working? No regression. As already mentioned proper flash setup and using q35 are hard requirements for the SMM-enabled builds. take care, Gerd