From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] Config.mk: update OVMF changeset Date: Mon, 16 Nov 2015 12:10:20 +0000 Message-ID: <20151116121020.GF4673@zion.uk.xensource.com> References: <1447322818-20518-1-git-send-email-wei.liu2@citrix.com> <1447675725.27871.47.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZyIc5-0003oL-FL for xen-devel@lists.xenproject.org; Mon, 16 Nov 2015 12:10:25 +0000 Content-Disposition: inline In-Reply-To: <1447675725.27871.47.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 Campbell Cc: Xen-devel , Wei Liu , "Hao, Xudong" List-Id: xen-devel@lists.xenproject.org On Mon, Nov 16, 2015 at 12:08:45PM +0000, Ian Campbell wrote: > On Thu, 2015-11-12 at 10:06 +0000, Wei Liu wrote: > > The new osstest tested head contains a fix for gcc-4.4 toolchain. > > = > > Signed-off-by: Wei Liu > > --- > > Cc: "Hao, Xudong" > > Cc: Ian Campbell > > = > > Please pull from > > =A0 git://xenbits.xen.org/osstest/ovmf.git xen-tested-master > = > For future such updates please could you use the specific commit here, so > we avoid issues with osstest pushing something newer and I can just cut t= he > line onto the end of a "git fetch". NP. I will do that in the future. > = > I have done: > = > ianc@cosworth:edk2.git$ git fetch git://xenbits.xen.org/osstest/ovmf.git= =A0=A052a99493cce88a9d4ec8a02d7f1bd1a1001ce60d > From git://xenbits.xen.org/osstest/ovmf > =A0* branch=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A052a99493cce88a9d4ec8a02d7f= 1bd1a1001ce60d -> FETCH_HEAD > ianc@cosworth:edk2.git$ git push maint --dry-run 52a99493cce88a9d4ec8a02d= 7f1bd1a1001ce60d:master > To ssh://xenbits.xen.org/home/xen/git/ovmf.git > =A0=A0=A0af9785a..52a9949=A0=A052a99493cce88a9d4ec8a02d7f1bd1a1001ce60d -= > master > ianc@cosworth:edk2.git$ git push maint=A0=A052a99493cce88a9d4ec8a02d7f1bd= 1a1001ce60d:master > Counting objects: 1642, done. > Delta compression using up to 8 threads. > Compressing objects: 100% (640/640), done. > Writing objects: 100% (1642/1642), 2.43 MiB | 4.09 MiB/s, done. > Total 1642 (delta 1080), reused 1544 (delta 992) > To ssh://xenbits.xen.org/home/xen/git/ovmf.git > =A0=A0=A0af9785a..52a9949=A0=A052a99493cce88a9d4ec8a02d7f1bd1a1001ce60d -= > master > = > and acked + applied this patch. > = Thanks. > > and push the said commit to > > =A0 git://xenbits.xen.org/ovmf.git master > > = > > It should be a fast-forward push. > > --- > > =A0Config.mk | 2 +- > > =A01 file changed, 1 insertion(+), 1 deletion(-) > > = > > diff --git a/Config.mk b/Config.mk > > index 5db7ca5..1392575 100644 > > --- a/Config.mk > > +++ b/Config.mk > > @@ -253,7 +253,7 @@ QEMU_TRADITIONAL_URL ?=3D git://xenbits.xen.org/qem= u-xe > > n-traditional.git > > =A0SEABIOS_UPSTREAM_URL ?=3D git://xenbits.xen.org/seabios.git > > =A0MINIOS_UPSTREAM_URL ?=3D git://xenbits.xen.org/mini-os.git > > =A0endif > > -OVMF_UPSTREAM_REVISION ?=3D af9785a9ed61daea52b47f0bf448f1f228beee1e > > +OVMF_UPSTREAM_REVISION ?=3D 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d > > =A0QEMU_UPSTREAM_REVISION ?=3D master > > =A0MINIOS_UPSTREAM_REVISION ?=3D 256035e01a1aa5739e34f245f3b1e9e8ee2042= 10 > > =A0# Thu Jul 23 11:08:38 2015 +0100