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

Re: [Xen-users] direct access to ethernet card from domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] direct access to ethernet card from domU
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Sun, 3 Jul 2005 01:11:15 +0100
Cc: Miroslav Ruda <ruda@xxxxxxxxxxx>
Delivery-date: Sun, 03 Jul 2005 00:10:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <42C5191D.9040901@xxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <42C5191D.9040901@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
> but when linking vmlinux, I have got
>
>
> arch/xen/drivers/blkif/drv.o: In function `blkif_connect':
> arch/xen/drivers/blkif/drv.o(.text+0x3601): undefined reference to
> `direct_remap_area_pages'
> arch/xen/drivers/netif/drv.o: In function `netif_connect':
> arch/xen/drivers/netif/drv.o(.text+0x3832): undefined reference to
> `direct_remap_area_pages'
> arch/xen/drivers/netif/drv.o(.text+0x386f): undefined reference to
> `direct_remap_area_pages'
>
> Does it means that I have to allow also
> CONFIG_XEN_PRIVILEGED_GUEST=y
>
> With this I'm able to compile kernel, but is it correct way?

Yes.

You could just use the xen0 kernel in your guest, though - then it'd 
automatically support all the same devices that dom0 does.

Cheers,
Mark

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>