|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Hiding PCI Devices in Xen 3.0 under OpenSUSE 10.0
Steve Higton schrieb:
> I'm trying to set up a mythtv backend server under Xen 3.0 and would like to
> hide my TV tuners from dom0.
> [..]
> title XEN
> root (hd0,5)
> kernel /boot/xen.gz dom0_mem=262144 pciback.hide=(02:01.0)(02:01.2)
> (02:01.4)(02:03.0)(02:03.2)(02:03.4)(02:05.0)(02:05.2)(02:05.4)
> module /boot/vmlinuz-xen root=/dev/hda6 vga=0x317 selinux=0
> resume=/dev/hda2 splash=silent showopts
> module /boot/initrd-xen
> [..]
> Can anyone tell me if I'm doing anything wrong?
First of all, you have to verify that the packages you use are based on
XEN-unstable (I don't know the packages you mentioned).
Then you have to correct the grub boot entry to the following:
title XEN
root (hd0,5)
kernel /boot/xen.gz dom0_mem=262144
module /boot/vmlinuz-xen root=/dev/hda6 vga=0x317 selinux=0
resume=/dev/hda2 splash=silent showopts pciback.hide=(02:01.0)(02:01.2)
(02:01.4)(02:03.0)(02:03.2)(02:03.4)(02:05.0)(02:05.2)(02:05.4)
module /boot/initrd-xen
The pciback.hide is a Linux kernel parameter (not as in XEN 2.0.x).
And don't forget the matching pci = ... entry in the domU config file.
That should do the job (at least for me here).
Greetings,
Markus
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|