aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-15 11:37:59 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-15 11:37:59 +0100
commit6fa52bad2695a57bb23aa4421d80bb83bf5007d0 (patch)
tree03e7cbe75d83ea1f3a1e8348b0923d6d87365d86 /buildconfigs
parentb39bfe99301dd4527f6eb987b6fac038063c1eba (diff)
downloadxen-6fa52bad2695a57bb23aa4421d80bb83bf5007d0.tar.gz
xen-6fa52bad2695a57bb23aa4421d80bb83bf5007d0.tar.bz2
xen-6fa52bad2695a57bb23aa4421d80bb83bf5007d0.zip
buildconfig: Set CONFIG_TUN=y in Linux kernel config
This is needed by the pv_ops kernel in order to support HVM guests with emulated VIFs Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config
index a4dc5362c2..f3d65ce048 100644
--- a/buildconfigs/enable-xen-config
+++ b/buildconfigs/enable-xen-config
@@ -48,6 +48,7 @@ setopt CONFIG_XEN_DOM0 y
setopt CONFIG_XEN_SYS_HYPERVISOR y
setopt CONFIG_XEN_GNTDEV y
setopt CONFIG_VMI y
+setopt CONFIG_TUN y
setopt CONFIG_KVM y
setopt CONFIG_KVM_INTEL y