|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: PCI Passthrough to VMX Guest
On 3/20/06, Frank DiRocco <ofanged1@xxxxxxxxx> wrote:
<snip>
> change pci = [ '06:00.0' ]
> to
> pci = [ '06,00,0' ]
<snip>
I tried this, to no avail. I've checked that the pciback driver is
taking control of the device now:
dmesg | grep pciback
pciback: seizing PCI device 0000:06:00.0
However, looking at my xend.log, I can't see anything about the pci
device. Even when it spits out the config at me, I don't see anything
related to pci...
Dave
> i think...
> goodluck
>
> On 3/20/06, David Goodlad <dgoodlad@xxxxxxxxx> wrote:
> >
> > Hi everyone
> >
> > I've finally got my VMX guest working great (WinXP Pro) on here.
> > However, I've got one more thing that I'd like to do. I have a
> > secondary PCI-E video card that I want to pass through to the VM. I
> > am using xen-unstable, so I know passthru is available...
> >
> > I have 2 graphics cards installed: an old 4MB PCI SiS 6326, and a
> > PCI-E Geforce 6200. The PCI card is initialized first by the BIOS, so
> > it is the only one being used by Xen afaict. I have setup my kernel
> > cmdline options to include:
> >
> > pciback.hide=(06:00.0)
> >
> > 06:00.0 is the address reported by lspci for the nVidia card. I've
> > also got a line in my vmx guest's config:
> >
> > pci = [ '06:00.0' ]
> >
> > I still see the device in lspci (I suspect that I shouldn't here!). I
> > can't get Windows to see the device at all, either.
> >
> > Anyone have any idea what could be preventing the device from being
> > hidden? Is pci passthru supposed to work with VMX guests (ones w/o
> > the pci frontend)?
> >
> > Thanks!
> > Dave
> >
> > --
> > Dave Goodlad
> > dgoodlad@xxxxxxxxx or dave@xxxxxxxxxx
> > http://david.goodlad.ca/
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
> >
>
>
>
> --
> Thank you,
> Frank Di Rocco
>
> "Does an optimistic person look at a hard drive as half-full or
> half-empty?"
> -ofanged1-at-gmail.com
>
>
--
Dave Goodlad
dgoodlad@xxxxxxxxx or dave@xxxxxxxxxx
http://david.goodlad.ca/
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|