Hi, How do I map certain pci devices directly into a user domain? Has anybody done this? Any leads would be appreciated. thanks deepak _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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@lists.xensource.com http://lists.xensource.com/xen-devel
xen-devel-bounces@lists.xensource.com wrote on 05/17/2005 04:38:35 PM:> 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'']>From what I have been trying with recent xeno unstable checkouts I can saythat it does not work anymore. Q: Is this functionality going to come back in the future? Cheers! Stefan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> >From what I have been trying with recent xeno unstable > checkouts I can > >say > that it does not work anymore. > Q: Is this functionality going to come back in the future?Yes, in a few weeks, but its not our top priority right now. Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > pci = [''00,1f,2''] > > > >From what I have been trying with recent xeno unstable checkouts I can say > > that it does not work anymore. > Q: Is this functionality going to come back in the future?Yes, it''s supposed to be coming back in time for 3.0. Cheers, Mark _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel