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