From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vito-vars.onthenet.com.au (vito-vars.onthenet.com.au [203.13.68.24]) by mx.groups.io with SMTP id smtpd.web10.1583.1605170416760655409 for ; Thu, 12 Nov 2020 00:40:17 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: iredmail.onthenet.com.au, ip: 203.13.68.24, mailfrom: srs0=2oll=es=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by vito-vars.onthenet.com.au (Postfix) with ESMTPS id 2FBBD20B5CD9 for ; Thu, 12 Nov 2020 18:40:14 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 17EDC20AE980 for ; Thu, 12 Nov 2020 18:40:14 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 1201020B4B88 for ; Thu, 12 Nov 2020 18:40:14 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id HTCoxAwQRPSB for ; Thu, 12 Nov 2020 18:40:14 +1000 (AEST) Received: from MacBook-Air-4.local (CPE-120-29-43-37.dsl.OntheNet.net [120.29.43.37]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id E247820B4B80 for ; Thu, 12 Nov 2020 18:40:13 +1000 (AEST) Subject: Re: [PATCH v2 0/2] OvmfPkg/Bhyve: Fix Bhyve build following breaking changes in OvmfPkg To: devel@edk2.groups.io References: <20201112053153.22038-1-rebecca@bsdio.com> From: "Peter Grehan" Message-ID: <4d994248-a885-7bc2-a396-9c72792f1b15@freebsd.org> Date: Thu, 12 Nov 2020 18:40:12 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201112053153.22038-1-rebecca@bsdio.com> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=RcsL92lv c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=zNLGPeZ0uUXEOVti5eDRag==:17 a=IkcTkHD0fZMA:10 a=nNwsprhYR40A:10 a=6I5d2MoRAAAA:8 a=dd19rKteR69UPxt768wA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=LtAJNkVc c=1 sm=1 tr=0 a=mJOSnoNX3k71adV6TmU0eQ==:117 a=zNLGPeZ0uUXEOVti5eDRag==:17 a=IkcTkHD0fZMA:10 a=nNwsprhYR40A:10 a=6I5d2MoRAAAA:8 a=dd19rKteR69UPxt768wA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Acked-by: Peter Grehan > Fix Bhyve following breaking changes in OvmfPkg. > Follows suggestions from Laszlo in the v1 patch set. > I also changed the INF version in ResetVector.inf to 1.29. > > Rebecca Cran (2): > OvmfPkg/Bhyve: detach ResetVector from before the SEV-ES changes > OvmfPkg/Bhyve: fix build breakage after SEV-ES changes > > OvmfPkg/Bhyve/BhyveX64.dsc | 3 +- > OvmfPkg/Bhyve/BhyveX64.fdf | 2 +- > OvmfPkg/Bhyve/ResetVector/ResetVector.inf | 38 +++++ > .../Bhyve/ResetVector/Ia32/PageTables64.asm | 149 ++++++++++++++++++ > OvmfPkg/Bhyve/ResetVector/ResetVector.nasmb | 68 ++++++++ > 5 files changed, 258 insertions(+), 2 deletions(-) > create mode 100644 OvmfPkg/Bhyve/ResetVector/ResetVector.inf > create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia32/PageTables64.asm > create mode 100644 OvmfPkg/Bhyve/ResetVector/ResetVector.nasmb >