[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Issue with Win8 guest VGA Passthrough
Just to make sure I'm on the right path before continuing here: It looks like the Quadro FX 4800 and the GTX285 are using the GT200B GPU: GTX285 data and Quadro Data The GTX 285 is an NV50: Tesla/NV50 info Using Device IDs, I have that the GTX285 has an ID of 0x0165. The FX 4800 has an ID of 0x05FE So it looks like I'm trying to modify the 4 bits 10-13. This is where my limited understanding breaks down, but I'm trying to find the right track here. The Fermi cards (NVC0) happen to use the same straps as the Tesla, it looks like (based on this: NV50 info) So I'm going from 0000 0001 0110 0101 to 0000 0101 1111 1110 I need to modify xxxx x1xx 1xx1 1x10 That's not just an OR change anymore, and I'm lost at what he's doing for sure here, anyway. I'll keep looking at it, but this is a little beyond what I'm already familiar with. Any help here would be appreciated. thanks, -Kyle
On Wed, Feb 19, 2014 at 5:40 PM, Gordan Bobic <gordan@xxxxxxxxxx> wrote: That was a long time ago. IIRC it required applying patches to Xen that ensured vBAR=pBAR and shortly after that was demonstrated to work, Nvidia modified the driver whitelist Quadro cards for virtualized operation. It is purely down to the device ID presented to the driver inside the VM. Modify the card's device ID, and the driver will initialize it even if it detects it is running virtualized. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |