debuggers.hg
changeset 20996:912295f1b1f3 4.0.0-rc4
Update Xen version to 4.0.0-rc4
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Feb 16 18:11:04 2010 +0000 (2010-02-16) |
parents | 364001067e26 |
children | e99d20837ac0 |
files | Config.mk xen/Makefile |
line diff
1.1 --- a/Config.mk Tue Feb 16 11:55:21 2010 +0000 1.2 +++ b/Config.mk Tue Feb 16 18:11:04 2010 +0000 1.3 @@ -150,7 +150,7 @@ 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 := xen-4.0.0-rc3 1.8 +QEMU_TAG := xen-4.0.0-rc4 1.9 #QEMU_TAG ?= d463cfee458bacfe1ee3cb9c3b4ce46a6be06edf 1.10 # Thu Feb 4 17:04:48 2010 +0000 1.11 # passthrough: support Intel IGD passthrough with VT-D
2.1 --- a/xen/Makefile Tue Feb 16 11:55:21 2010 +0000 2.2 +++ b/xen/Makefile Tue Feb 16 18:11:04 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-rc3$(XEN_VENDORVERSION) 2.8 +export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION) 2.9 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 2.10 -include xen-version 2.11