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-devel

Re: [Xen-devel] device mapping

On Tue, 2005-05-17 at 12:35 -0700, Deepak Manohar wrote:
> Hi,
> 
>   How do I map certain pci devices directly into a user domain?

I'm doing this with a snapshot of unstable from a month or so ago.  I'm
not sure if this function works with the current unstable after the pci
code was moved out of xen into domain 0. The stable branch of xen ought
to work though.
hide pci device from domain 0 in boot/grub/menu.lst:

title Xen 2.6.11
root (hd0,1)
kernel (hd0,0)/xen.gz dom0_mem=131072 physdev_dom0_hide=(00:1f.2)
module (hd0,0)/vmlinuz-2.6.11-xen0 root=/dev/hda2 ro console=tty0

give pci device to dom u in config file:

pci = ['00,1f,2']


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

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