aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2010-11-23 16:43:38 +0000
committerJan Beulich <jbeulich@novell.com>2010-11-23 16:43:38 +0000
commit762626dd33b8cded8c19f9d133f196def31684a9 (patch)
tree2ad87ce9ff167e94a189920c1f1c69b4bda60d27 /Config.mk
parent3ed6a063d2a5f6197306b030e8c27c36d5f31aa1 (diff)
downloadxen-762626dd33b8cded8c19f9d133f196def31684a9.tar.gz
xen-762626dd33b8cded8c19f9d133f196def31684a9.tar.bz2
xen-762626dd33b8cded8c19f9d133f196def31684a9.zip
qemu-xen: build adjustments to support out-of-tree builds
QEMU by itself can be built outside of its source directory. With the qemu repository being separate from the hypervisor/tools one it seems to make sense to make use of this feature, but doing so requires a couple of adjustments to the Xen changes to it. Basically, if CONFIG_QEMU is found to indicate an existing directory, this directory will be used rather than cloning the git repo into the build tree. [ This changeset is the xen-unstable part of the patch but also includes the QEMU_TAG update to pull in the qemu part. -iwj ] Signed-off-by: Jan Beulich <jbeulich@novell.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 7dc4aa2a93..0188877f00 100644
--- a/Config.mk
+++ b/Config.mk
@@ -185,9 +185,9 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= 60766b459c41e429a4b2405124b42512ea362984
-# Fri Nov 19 18:50:43 2010 +0000
-# passthrough: let xen choose the pirq number
+QEMU_TAG ?= ad78ccc35617610bc43112788d28a05878fac91f
+# Tue Nov 23 16:40:08 2010 +0000
+# qemu-xen: build adjustments to support out-of-tree builds
# Optional components
XENSTAT_XENTOP ?= y