From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Stable backport request for new OVMF version Date: Thu, 23 Jul 2015 15:19:35 +0100 Message-ID: <1437661175.24746.3.camel@citrix.com> References: <1437659800.19412.104.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1437659800.19412.104.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , Wei Liu , Anthony Perard , Jan Beulich Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Forgot to CC the list, now done... On Thu, 2015-07-23 at 14:56 +0100, Ian Campbell wrote: > The version of OVMF in 4.5 (and presumably earlier) doesn't build with > the gcc in modern Linux distros (I noticed it with 4.9 from > Debian/Jessie). > > I think we should update Config.mk:OVMF_UPSTREAM_REVISION to > cb9a7ebabcd6b8a49dc0854b2f9592d732b5afbd in all stable branches. That > version is the one currently in master. > > One aspect of the specific failure I've tripped over (Debian Jessie) is > that it will be a blocker for updating osstest to using the new version > of Debian on the test hosts, which in turn is a prerequisite for arm64 > support. > > Ian.