Index: xen-3.3.0-testing/Config.mk =================================================================== --- xen-3.3.0-testing.orig/Config.mk +++ xen-3.3.0-testing/Config.mk @@ -85,20 +85,20 @@ 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 ?= ioemu +CONFIG_QEMU ?= ioemu-remote # CONFIG_QEMU ?= ../qemu-xen.git -ifeq ($(XEN_TARGET_ARCH),ia64) -CONFIG_QEMU ?= ioemu -else -CONFIG_QEMU ?= $(QEMU_REMOTE) -endif +# ifeq ($(XEN_TARGET_ARCH),ia64) +# CONFIG_QEMU ?= ioemu +# else +# CONFIG_QEMU ?= $(QEMU_REMOTE) +# endif # 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