ia64/xen-unstable
changeset 19551:087854cf3ed9 3.4.0-rc2
Update Xen version for 3.4.0-rc2
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Apr 16 11:53:38 2009 +0100 (2009-04-16) |
parents | b14dc215dd19 |
children | 82c08da7e69f |
files | Config.mk xen/Makefile |
line diff
1.1 --- a/Config.mk Thu Apr 16 11:52:08 2009 +0100 1.2 +++ b/Config.mk Thu Apr 16 11:53:38 2009 +0100 1.3 @@ -112,6 +112,7 @@ XEN_EXTFILES_URL=http://xenbits.xensourc 1.4 # the internet. The original download URL is preserved as a comment 1.5 # near the place in the Xen Makefiles where the file is used. 1.6 1.7 +QEMU_TAG=xen-3.4.0-rc2 1.8 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git 1.9 1.10 # Specify which qemu-dm to use. This may be `ioemu' to use the old
2.1 --- a/xen/Makefile Thu Apr 16 11:52:08 2009 +0100 2.2 +++ b/xen/Makefile Thu Apr 16 11:53:38 2009 +0100 2.3 @@ -2,7 +2,7 @@ 2.4 # All other places this is stored (eg. compile.h) should be autogenerated. 2.5 export XEN_VERSION = 3 2.6 export XEN_SUBVERSION = 4 2.7 -export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION) 2.8 +export XEN_EXTRAVERSION ?= .0-rc2$(XEN_VENDORVERSION) 2.9 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 2.10 -include xen-version 2.11