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] Display to guest machines

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Display to guest machines
From: "William Man" <billybahlah@xxxxxxxxxxx>
Date: Tue, 01 Aug 2006 08:40:44 +0000
Bcc:
Delivery-date: Tue, 01 Aug 2006 01:41:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi,

I know this might have been asked before, but I can't seem to find definate solutions yet.
I have a xen-2.0 setup, with sound/usb/display pci passed to the guest.
 
In my grub i have "physdev_dom0_hide='(00:11.5)(00:10.0)(01:00.0)'" Where 00:11.5 = audio, 00:10.0 = usb, 01:00.0 = vga controller
 
And in guest configure file "pci = ['00,10,0',00,11,5',01,00,0']"
 
On the guest machine, when i do lspci i get the following
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics (rev 03)
 
I have successfully got the usb and sound working within the guest machine, but i can't get any response from the vga.
When the guest machine boots up, i get the following:
Starting hotplug subsystem:
   pci
PCI: Obtained IRQ 12 for device 0000:00:11.5
     snd-via82xx: loaded successfully
     ignoring pci display device 01:00.0
   pci      [success]
   usb
   usb      [success]
   isapnp
   isapnp   [success]
   ide
Why does it say "ignoring pci display device 01:00.0"??
 
Has anyone managed to get this working and can give me any pointers?
 
Thanks in advance
 
William
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Display to guest machines, William Man <=