From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 21 Aug 2019 09:16:14 -0700 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1053DA3EA7; Wed, 21 Aug 2019 16:16:14 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-79.ams2.redhat.com [10.36.117.79]) by smtp.corp.redhat.com (Postfix) with ESMTP id A3BE05C1D6; Wed, 21 Aug 2019 16:16:12 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v5 00/35] Specific platform to run OVMF in Xen PVH and HVM guests From: "Laszlo Ersek" To: devel@edk2.groups.io, anthony.perard@citrix.com Cc: Jordan Justen , Julien Grall , xen-devel@lists.xenproject.org, Ard Biesheuvel Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20190813113119.14804-1-anthony.perard@citrix.com> <741727b8-7f89-9e81-bc99-c28206810c5f@redhat.com> Message-ID: <21ded0d6-71c5-65b6-abe0-069bed272742@redhat.com> Date: Wed, 21 Aug 2019 18:16:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <741727b8-7f89-9e81-bc99-c28206810c5f@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 21 Aug 2019 16:16:14 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/15/19 13:03, Laszlo Ersek wrote: > On 08/13/19 13:30, Anthony PERARD wrote: >> Patch series available in this git branch: >> https://xenbits.xen.org/git-http/people/aperard/ovmf.git br.platform-xen-pvh-v5 >> >> Changes in v5: >> - patch 23 got a rework of the lapic range skipping >> - small fixups in patch 20, 22, 23, 31, 32, 33. >> see notes for detail. > > This series is now fully covered with maintainer R-b's and A-b's. > > I've also done some regression-tests, after applying the set in a topic > branch on top of commit caa7d3a896f6 ("BaseTools/Scripts: Add > GetUtcDateTime script.", 2019-08-15). Including build tests and my usual > boot & S3 tests. > > Building for DEBUG (with GCC48) requires the independent fix > > [edk2-devel] [PATCH 1/1] > MdeModulePkg/DxeIplPeim: Initialize pointer PageMapLevel5Entry > > which was posted at > > http://mid.mail-archive.com/20190814073741.16080-1-shenglei.zhang@intel.com > https://edk2.groups.io/g/devel/message/45591 > > (again, that issue is independent of this series). With that independent > fix, RELEASE builds fine too. > > Given that this v5 feature series has now been fully reviewed before > entering the Soft Feature Freeze for edk2-stable201908 -- which will > commence on 2019-08-16 at 00:00:00 UTC-8) --, the set is eligible for > pushing during the Soft Feature Freeze: > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning > https://github.com/tianocore/tianocore.github.io/wiki/SoftFeatureFreeze > > Therefore I'll push v5 no later than 2019-Aug-21, unless a NACK arrives > before that date, from xen-devel or elsewhere. Pushed as commit range 30781febe210..1237517b2130. Thanks! Laszlo