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: Frank DiRocco <ofanged1@xxxxxxxxx>
Subject: Re: [Xen-users] physdev_dom0_hide in xen 3.0.2
From: Q3aiml <q3aiml@xxxxxxxxxx>
Date: Sun, 23 Apr 2006 11:51:34 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 24 Apr 2006 04:10:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <a7cb67200604230931j3c0edn31bda93a20851e07@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)
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



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

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