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] Trouble adding a pci device to a a linux domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Trouble adding a pci device to a a linux domU
From: Abhinav Lele <abhinav.lele@xxxxxxxxx>
Date: Tue, 31 Mar 2009 00:01:27 +0530
Delivery-date: Mon, 30 Mar 2009 11:32:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:received:message-id:subject :from:to:content-type; bh=yloaYN9quAMsDkUdyanSB7d9uCnN+afmSV9jbCNth4s=; b=IfPO2YxqjOEI6fyL9vbFDZk0BvuP2lwhRBoigBnEnw9fpA3HNmtCDoiaMVhtl8U/ZC sFBYmK0Mg1Plywjd2K/VyRhGb1qU+GhUw1fIGeLzczRTl1U9DBE3W0cQOfn/XwDJobKS W4oKrvcdwR05H969KnVRnKSnc6BZFT7bhjW28=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NXO7R3r+zKcB1NJMNmskPOM6sIT+FtVDwtVRb6BE9KsCrf+/CrY5sXXmMIeRW17EhU +O/4zFl85xLGd2yPv0or6mpeEw361eJ82YLwfSiBLwgosbp0RIdUOJluQPhcdmBPC3fj TPl3PWwslZwneOB5M1OQf8WAyNTyBbs0tslt4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I want to give direct access to my monitor for my linux domU so that my graphics can run smoothly inside domU which is Ubuntu 8.10
I tried doing the following, but things didn't work out.

1. I boot my Xen on Debian ( lenny ) using
     kernel /boot/xen-3.2-1-i386.gz
     module /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/sdc4 ro console=tty0 pciback.permissive pciback.hide=(00:02.0)
     module /boot/initrd.img-2.6.26-1-xen-686

I have added my pci device using the following config params for my linux domU
    pci = [ '00:02.0' ]

lspci on my dom0 gives me
  00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
  00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
  00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GMS/GMEm 943/940GML Express Integrated Graphics Controller (rev 03)
....

 I have tried changing pci to [ '00:02.1' ] but that didnt help either. Any clues to what can work out ?


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