WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Which kernel CONFIG_XXX options correspond to which vif driv

To: Xen users mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Which kernel CONFIG_XXX options correspond to which vif drivers?
From: Bruce Edge <bruce.edge@xxxxxxxxx>
Date: Fri, 25 Jun 2010 11:22:31 -0700
Delivery-date: Fri, 25 Jun 2010 11:23:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=41nSj/eLVQZiTPl7Owvuvjo2Vk96xx3dGehWD2yxT+8=; b=s95jtT8zX/McksW2jENRB0W4UmNFh7hpL+d6g1HdiOUdvRmwXSsITPqqZkwd3gT1Rt db+pewn70LzM8FOtGsRdgU7+lhYMMDFSpuDd6B7lv0zIYPM+m53IHvmhBC/pQyyMEV2h F2KAshXT8cmLIxOeDARsGTgq2febxLVEqLboo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Lyv1jy4XI59vTNOvartPkOjm7pRckdV4N5fA8HdnB211zCiiUGLSrHKtGsisOHjDNF OUyc5WIPxvf5LHiKe8452m9X41k2o38DyEJNpsR6KTSW5+F60SZdjCuDDOMVFvXONBLf dw5pCGFPEntXc+oOUqcWvnm6VHGKMVFxTvA54=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm using a stripped down domU kernel and it's not seeing eth0:

ipconfig: eth0: SIOCGIFINDEX: No such device
ipconfig: no devices to configure

The VM's config is using:

vif = [ 'model=ioemu' ]

Presumably it's because I've taken out the NIC driver it's using. How do I find out which one it needs (without the dreaded binary search method)?

IOW, what kernel CONFIG_XXX option maps to the ioemu driver?
e1000? OR?

Is this documented somewhere?

Thanks in advance.

-Bruce
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Which kernel CONFIG_XXX options correspond to which vif drivers?, Bruce Edge <=