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

[Xen-users] Re: Hiding PCI Devices in Xen 3.0 under OpenSUSE 10.0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Hiding PCI Devices in Xen 3.0 under OpenSUSE 10.0
From: Markus Schuster <ma.schuster@xxxxxx>
Date: Mon, 20 Mar 2006 21:10:55 +0100
Delivery-date: Mon, 20 Mar 2006 20:12:50 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200603191438.28321.hpq8bfr.mailing.lists@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200603191438.28321.hpq8bfr.mailing.lists@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051017)
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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>