From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH] Config.mk: update OVMF changeset Date: Sun, 8 Dec 2013 20:50:20 +0000 Message-ID: <1386535820-13360-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VplJ3-0007uy-5a for xen-devel@lists.xenproject.org; Sun, 08 Dec 2013 20:50:25 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: George Dunlap , Ian Jackson , Wei Liu , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Cc: George Dunlap --- To IanC, OVMF tree can be found at: http://xenbits.xen.org/git-http/people/liuw/ovmf.git for-xenbits Please push that branch to Xenbits. I presume that tools: enable OVMF build for Linux by default is in your queue so I don't bother resending that. This patch should probably go before that one. To George, Good: users can get their hands dirty with OVMF. Bad : if somebody spots a problem in interface we have to live with it. But, if nobody gets a chance to use it then nobody can spot a problem. We've merged the interface in tree. I think the advantage of having OVMF for 4.4 outweights the disadvantage. I suggest we let OVMF go in and mark it as experimental. --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index 7eeed31..9b5d1bd 100644 --- a/Config.mk +++ b/Config.mk @@ -233,7 +233,7 @@ OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git endif -OVMF_UPSTREAM_REVISION ?= a93b0e3f6895a074b99c8817181dfa6dbc7a4807 +OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423 QEMU_UPSTREAM_REVISION ?= 1c514a7734b7f98625a0d18d5e8ee7581f26e50c SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1 # Fri Aug 2 14:12:09 2013 -0400 -- 1.7.10.4