|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] New release candidate for Xen 3.4.3
Keir Fraser writes ("Re: [Xen-devel] New release candidate for Xen 3.4.3"):
> Thanks, have you tried manually adding QEMU_TAG=xen-3.4.3-rc6 into current
> xen-3.4-testing tip, and made sure that a fully clean 'make world' does work
> now? If that works then I'll do the new RC.
Yes, my test build passed (sorry about the delay, it involved building
a kernel as it always does) with the change to Config.mk below.
Ian.
diff -r 5922e6864bc9 Config.mk
--- a/Config.mk Mon Apr 26 12:16:27 2010 +0100
+++ b/Config.mk Wed Apr 28 14:32:13 2010 +0100
@@ -119,6 +119,7 @@
# near the place in the Xen Makefiles where the file is used.
QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-3.4-testing.git
+QEMU_TAG=xen-3.4.3-rc6
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|