[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Switching to merged (git) qemu by default
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1215597926 -3600 # Node ID af555a012e67f9f4e2b6558e8caddf32f33a7b38 # Parent f3afb8625a9236c404cd7190bf5725e691dd1fe2 Switching to merged (git) qemu by default The merged qemu tree is now on xenbits at: http://xenbits.xensource.com/git-http/qemu-xen-unstable.git (and a corresponding staging tree in /staging). That's a raw git tree fetchable by `git-clone http://....', so not really browseable. There will be gitweb, and a real git server, set up shortly, as well as a one-way Mercurial gateway. The tools/ioemu subdirectory will remain in the xen-unstable tree for this release, as an alternative. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Config.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -r f3afb8625a92 -r af555a012e67 Config.mk --- a/Config.mk Wed Jul 09 11:04:18 2008 +0100 +++ b/Config.mk Wed Jul 09 11:05:26 2008 +0100 @@ -78,13 +78,13 @@ FLASK_ENABLE ?= n FLASK_ENABLE ?= n ACM_SECURITY ?= n -QEMU_REMOTE=http://www.chiark.greenend.org.uk/~ijackson/qemu-xen.git +QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git # 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. -CONFIG_QEMU ?= ioemu +# CONFIG_QEMU ?= ioemu # CONFIG_QEMU ?= ../qemu-xen.git -# CONFIG_QEMU ?= $(QEMU_REMOTE) +CONFIG_QEMU ?= $(QEMU_REMOTE) # Optional components XENSTAT_XENTOP ?= y _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |