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] pciback with debian etch and xen 3.3.0

Subject: Re: [Xen-users] pciback with debian etch and xen 3.3.0
From: CHERAMY Guillaume <guillaume.cheramy@xxxxxxxxx>
Date: Mon, 01 Dec 2008 22:39:55 +0100
Cc: Xen-user List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 01 Dec 2008 13:41:07 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=+cyoI+h9Su45Qh4D784tMa8VE0yjyGE/6JPol5BbfQw=; b=gdAVmkB9wNSqhypHwXiOHyZeBrudPsDjuxhhrRf4sHBOB4fWyaPxVcx7JfuYRN7IEx E4qBVEuZCaQblFkui6HcbxxCsnJnDLA3K6wGZCQJ2Hu494Jg+3G2AEHwEv4tdgsxdJsz dhGZ23T2dmtqh4IMk3kr1fozMQutJLZXzVDOE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; b=VWHkCM/m8nCqaNAazS8vi2SeWH5SsjQ4/jtXwp+dcQvq8RPdnDCtNzyVppFo+XWUr1 ub3kSys9b3m5jIboWef++T/zDWsmpjb2UxfQ1+ngi6oTfbY78bZEkJ2DqwYHMyT+SkLA jIOfJA8unrDKm3k906CMKViS4+TwXopS9FRzY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1227830612.24196.96.camel@ubu32>
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>
References: <492F0121.2040600@xxxxxxxxx> <1227830612.24196.96.camel@ubu32>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.18 (X11/20081125)
Thomas Halinka a écrit :
> Hi Cheraumy,
>
> Am Donnerstag, den 27.11.2008, 21:20 +0100 schrieb CHERAMY Guillaume:
>   
>> Hello,
>>
>>     I wants to assign two pci ethernet devices on a domU. My server is a
>> debian etch with xen 3.3.0.
>>
>> I done that :
>> in /boot/grub/menu.lst :
>> module          /vmlinuz-2.6.18.8-xen0
>>     
>
>                            ^^^^^^^^^^^^
>
>                       this is the xensource-kernel.
>
>   
>> root=/dev/mapper/xen_disk-sys_root ro irqpoll console=tty0
>> pciback.hide=(01:09.O)(01:0a.0)
>>
>> but when I boot I have this errors :
>> Kernel command line: root=/dev/mapper/xen_disk-sys_root ro irqpoll
>> console=tty0 pciback.hide=(01:09.O)(01:0a.0)
>> pciback: Error parsing pci_devs_to_hide at "(01:09.O)(01:0a.0)"
>>     
>
> Is pci-passthrough enabled in your Kernel? 
>
> # cat /boot/config-`uname -r` | grep XEN_PCI
>   
This is what I have :
zetaleonis:~# cat /boot/config-2.6.18.8-xen0 | grep XEN_PCI
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
CONFIG_XEN_PCIDEV_BACKEND=y
# CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set
CONFIG_XEN_PCIDEV_BACKEND_PASS=y
# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
# CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set
# CONFIG_XEN_PCIDEV_BE_DEBUG is not set

>   
>> Thanks for your help
>>     
>
> hth,
>
> Thomas
>
>
>   


-- 
                         ''~``
                        ( o o )
+------------------.oooO--(_)--Oooo.---------------------+
| Guillaume Chéramy - Guidtz                             |
| E-Mail : guillaume.cheramy@xxxxxxxxx                   |
|                    (   )                               |
+---------------------\ (----(   )-----------------------+
                       \_)    ) /
                             (_/


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] pciback with debian etch and xen 3.3.0, CHERAMY Guillaume <=