From 6fa52bad2695a57bb23aa4421d80bb83bf5007d0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 15 Jun 2010 11:37:59 +0100 Subject: 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 --- buildconfigs/enable-xen-config | 1 + 1 file changed, 1 insertion(+) (limited to 'buildconfigs') 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 -- cgit v1.2.3