From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Subject: [PATCH] enable CONFIG_TUN Date: Mon, 14 Jun 2010 19:23:01 +0100 Message-ID: <4C167385.8040501@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090903000708000404070408" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------090903000708000404070408 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit This option is needed to run an HVM with an emulated VIF with the PV ops kernel Regards, Alex Zeffertt --------------090903000708000404070408 Content-Type: text/x-diff; name="enable-CONFIG_TUN.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="enable-CONFIG_TUN.patch" Set CONFIG_TUN=y in kernel config This is needed by the PV ops kernel in order to support HVM guests with emulated VIFs Signed-off-by: Alex Zeffertt diff -r 11ca36cdd218 buildconfigs/enable-xen-config --- a/buildconfigs/enable-xen-config Mon Jun 14 19:00:25 2010 +0100 +++ b/buildconfigs/enable-xen-config Mon Jun 14 19:02:07 2010 +0100 @@ -48,6 +48,7 @@ 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 --------------090903000708000404070408 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------090903000708000404070408--