Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems hiding pci devices



Hi!

Florian Heigl wrote:
xen-host-2# pcictl pci1 list
002:06:0: Schneider & Koch product 0x9000 (ethernet network, revision 0x11)

just a reminder... you need to convert those numbers to hex, but in this case it doesnt matter ;)

snippet from menu.lst:
----------------------
title Xen 2.0 / NetBSD (hda0, vga)
  root(hd0,0)
  kernel (hd0,a)/xen.gz dom0_mem=524288
  physdev_dom0_hide='(02:06.0)'
  module (hd0,a)/netbsd-XEN0.gz root=/dev/hda1 ro console=tty0

Try this (a single line with all parameters, no quote on the pci dev):
kernel (hd0,a)/xen.gz dom0_mem=524288 physdev_dom0_hide=(02:06.0)

Random Boring Comment: too much ram on the administrative domain? (You are not supposed to run services on the domain0, and probably 64MB or 128MB is more than enough)

Have fun

Evaldo

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Home | Main Index | Thread Index | Old Index