23 lines
728 B
Diff
23 lines
728 B
Diff
Index: xen-3.4.1-testing/Config.mk
|
|
===================================================================
|
|
--- xen-3.4.1-testing.orig/Config.mk
|
|
+++ xen-3.4.1-testing/Config.mk
|
|
@@ -124,14 +124,14 @@ QEMU_REMOTE=http://xenbits.xensource.com
|
|
# 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 ?= ../qemu-xen.git
|
|
-CONFIG_QEMU ?= $(QEMU_REMOTE)
|
|
+CONFIG_QEMU ?= ioemu-remote
|
|
|
|
# Optional components
|
|
XENSTAT_XENTOP ?= y
|
|
VTPM_TOOLS ?= n
|
|
-LIBXENAPI_BINDINGS ?= n
|
|
+LIBXENAPI_BINDINGS ?= y
|
|
PYTHON_TOOLS ?= y
|
|
CONFIG_MINITERM ?= n
|
|
CONFIG_LOMOUNT ?= n
|
|
|
|
--include $(XEN_ROOT)/.config
|
|
+#-include $(XEN_ROOT)/.config
|