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] physdev_dom0_hide in xen 3.0.2

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] physdev_dom0_hide in xen 3.0.2
From: "Frank DiRocco" <ofanged1@xxxxxxxxx>
Date: Sun, 23 Apr 2006 18:16:43 -0400
Delivery-date: Sun, 23 Apr 2006 15:17:19 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=n1LLXKdAHj7onc+WixuQM3M8HapN+dNjmMKbAIXepRKHJJnbAiU7OzvbLG1heveHvmWERH/4D6VwJicnUOJ714zQesWfHM+/ZlQ5D4AkRbRruF7ePIgL41UCiv67yPn6inG8BO6FQg90xKV7pPeNbcaF5lJl7nHspUiCRFeBaXA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <a7cb67200604231102v6ed1f1fene5027adada41bb8e@xxxxxxxxxxxxxx>
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: <a7cb67200604230931j3c0edn31bda93a20851e07@xxxxxxxxxxxxxx> <444BB096.30104@xxxxxxxxxx> <a7cb67200604231102v6ed1f1fene5027adada41bb8e@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
pciback.hide=(00:11.0)  and  pci=['00:11:0']
when I lspci in dom0 i still see the device and when i lspci in the domu i still see the device with 0000: in front of it.
I am passing two vifs to it with
vif = ['mac=aa:cc:00:00:00:02, bridge=xenbr0','mac=aa:cc:00:00:00:03, bridge=xenbr1']
the machine is only able to bring up eth0 and eth1, eth2 fails.
any ideas?

On 4/23/06, Frank DiRocco <ofanged1@xxxxxxxxx> wrote:
thanks! I have seen that option before but couldn't find it and forgot exactly where I saw it last.


On 4/23/06, Q3aiml < q3aiml@xxxxxxxxxx> wrote:
Frank DiRocco wrote:
> Does physdev_dom0_hide work in 3.0.2? If no, is there an alternative,
> or somthing other than using a bridge?
>
Yeah, the replacement is pciback.  To hide devices you now pass
pciback.hide to the kernel.  Example:

    title Xen 3.0 / XenLinux 2.6
    kernel /boot/xen-3.0.gz console=vga dom0_mem=256M
    module /boot/vmlinuz-2.6-xen root=/dev/md0 ro quiet splash
console=tty0 pciback.hide=(06:08.0)(06:09.0)
    module /boot/initrd.img- 2.6.16-xen

Then to use them in a domain the syntax is unchanged:

    pci = ['06,08,00','06,09,00']

Hope that helps,
Andy Clayton





--
Thank you,
Frank  Di Rocco

    if (!try()) { while (!$caught) { cheat(); } lie(); exit; } - anonymous



--
Thank you,
Frank  Di Rocco

    if (!try()) { while (!$caught) { cheat(); } lie(); exit; } - anonymous
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>