debuggers.hg
changeset 21035:92f2ee87e501 4.0.0-rc5
Update Xen version to 4.0.0-rc5
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Mar 01 16:50:26 2010 +0000 (2010-03-01) |
parents | e9146e92df62 |
children | 46bfb4a318e9 |
files | Config.mk xen/Makefile |
line diff
1.1 --- a/Config.mk Mon Mar 01 12:00:11 2010 +0000 1.2 +++ b/Config.mk Mon Mar 01 16:50:26 2010 +0000 1.3 @@ -150,7 +150,8 @@ QEMU_REMOTE=http://xenbits.xensource.com 1.4 # CONFIG_QEMU ?= ../qemu-xen.git 1.5 CONFIG_QEMU ?= $(QEMU_REMOTE) 1.6 1.7 -QEMU_TAG ?= e5d14857cd67490bf956d97c8888c0be95ed3f78 1.8 +QEMU_TAG := xen-4.0.0-rc5 1.9 +#QEMU_TAG ?= e5d14857cd67490bf956d97c8888c0be95ed3f78 1.10 # Thu Feb 18 15:36:29 2010 +0000 1.11 # When xen_platform_pci=0 also disable fixed Xen platform ioports 1.12
2.1 --- a/xen/Makefile Mon Mar 01 12:00:11 2010 +0000 2.2 +++ b/xen/Makefile Mon Mar 01 16:50:26 2010 +0000 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 = 4 2.6 export XEN_SUBVERSION = 0 2.7 -export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION) 2.8 +export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION) 2.9 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 2.10 -include xen-version 2.11