| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] physdev_dom0_hide in xen 3.0.2
 
To: xen-users@xxxxxxxxxxxxxxxxxxxFrom: "Frank DiRocco" <ofanged1@xxxxxxxxx>Date: Sun, 23 Apr 2006 14:02:15 -0400Delivery-date: Sun, 23 Apr 2006 11:02:56 -0700Domainkey-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=N5/cl7Ac5GcZvUz87CZMd8NXJ7/ggparhOIDwiLiJ5rrO98XLRZS5jCHdMFhQgPRSe9A9BHW+v2bLFAgDDXPPYna5H8GoRuJI1XHS4pV46UzgDq/37fmUolbt5Lscym0ppET8Xtvt9/73DKhlmE37g28fvpahvt9X4GPPoqp4e4=List-id: Xen user discussion <xen-users.lists.xensource.com> 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
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |