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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Trouble adding a pci device to a a linux domU
From: Abhinav Lele <abhinav.lele@xxxxxxxxx>
Date: Tue, 31 Mar 2009 00:08:09 +0530
Delivery-date: Mon, 30 Mar 2009 11:39:21 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :received:message-id:subject:from:to:content-type; bh=gI6VEJruYf94sBA3UHV/2eoimLvVsmSy8LGaGw13Xiw=; b=XBr0eEvrOz44GEzOyaX5AjslQnkvN1jhE/wWKzdrKxucXtfNCW9GO52DEB07XP06rC 8We+C9RCF+qdbsivL69T+I3RdAXl0quUND75gqXymlVaCiOUsOIVdUi0T6R6sTDgmsuQ I0zSvGOVSa3Kf4GJvyCvvPFPetKrtQu4/In7Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pwursiI8MuSfAwfHtYK3N5Ph3Psx6nsh+IsFyNqgvFAEpaoYPzD/S2IluxYf/ka0BY 20XMtuYrh8WWddjExwYxj4lZQMA6H/Ofs7AAuuZtaUqa7tZDTnxMxvQof2jzYe71e/WS Xf0ws0ME0VDEPbNiqE91/wKLW48rqE3sfQHvY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7f361cb00903301131x345c90f8s73bfc738c426976e@xxxxxxxxxxxxxx>
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>
References: <7f361cb00903301131x345c90f8s73bfc738c426976e@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Missed out to specify the error message when I try to start with xm create ubuntu.cfg

Error: pci: failed to locate device and parse it's resources - [Errno 2] No such file or directory: '/sys/bus/pci/devices/000:00:02.1/drivers'

On Tue, Mar 31, 2009 at 12:01 AM, Abhinav Lele <abhinav.lele@xxxxxxxxx> wrote:
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>