aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:32:00 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:32:00 +0000
commit8f2348c03c7ac1a1f6baa91590eb0b5938bf727b (patch)
tree29365b97b287c3c0c3c6d4912264646e24bc34df /config
parent1f2d77695e961365537c7ef9809c5f494991bc79 (diff)
downloadxen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.tar.gz
xen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.tar.bz2
xen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.zip
Introduce _DOMF_compat and infrastructure as well as several conditionals
dealing with operations that need to distinguish between native and compatibility mode guests. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'config')
-rw-r--r--config/x86_64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/x86_64.mk b/config/x86_64.mk
index 99b25d8059..288878638c 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -2,6 +2,7 @@ CONFIG_X86 := y
CONFIG_X86_64 := y
CONFIG_X86_$(XEN_OS) := y
+CONFIG_COMPAT := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y