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-devel

[Xen-devel] Re: VGA Passthrough with Nvidia GeForce 7900GS and Asus P7P5

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: VGA Passthrough with Nvidia GeForce 7900GS and Asus P7P55D-E, some problems
From: Thomas Richard <thomas9999@xxxxxxxxx>
Date: Mon, 21 Jun 2010 18:41:31 +0200
Delivery-date: Mon, 21 Jun 2010 09:42:21 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=i2ZmcWl06pvChgO9av2Svkp+eHBQ3Q3nzInGO4x5GsE=; b=IISiq/5/HlNh/PRXxKM9V5abocV0lkgP4iV5Y3XEJG4dAf4GHS3sCxmj3ajuUCJWKr 7j0Q4khRvyjxhDMt7NManjZ9oliNNmFfCHMTG+lmAqQ7/CBZ68YfXMy2HUmd11yFwGu4 SJW9xV6paYUghahrdnYkpUrOiXT6E0W5QhcGk=
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:content-transfer-encoding; b=Vi2TnNy8Y/a9Pg1YM1VsXW48TT4VfxbeBksdjnyiYrPpYoCAtqRdkJm2WNKEXcTGA4 nQXm9TQRw1xH7s+rJx8nH0qtbzB5BKW/+Bl49U2au6wyXlrtYPrf/Se4WO+FaUZwFAVw X/JFNqgbIOVeJIyfqaSlT4RsebVvvoPAiOoGI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C1D0875.2030506@xxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4C1B648B.3080604@xxxxxxxxx> <4C1D0875.2030506@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I'm sorry for bumping this but is there anyone able to tell me where i
should start looking if i want to get this fixed? I waded through some
code but it's a little massive for me to grasp in a short time. Could
anyone give me some pointers on where I best start to look? I know the
7900GS isn't officially supported but i want to help getting it there.

I'm still not sure if these off by a few bytes are an issue:
pt_register_regions: IO region registered (size=0x10000000
base_addr=0xe000000c)
pt_register_regions: IO region registered (size=0x01000000
base_addr=0xf5000004)
pt_register_regions: IO region registered (size=0x00000080
base_addr=0x0000ac01)
pt_register_regions: Expansion ROM registered (size=0x00020000
base_addr=0xf7ae0002)
I tried to follow the codepath and it seems that these values come
straight out of the linux pci code. The strange thing is that lspci
shows other (correct) values.

Also the problem with the shifting screen worries me a little. I'm
still not sure my kernel config is ok because of this.

Thanks
Thomas Richard

2010/6/19 Thomas Richard <thomas9999@xxxxxxxxx>:
> Hey,
>
> I tested the same procedure with another vBar=pBar mapping ofcourse for an
> ati X300 today. It gave me the same results. I have a feeling I'm missing
> something here. Another, noteworthy, strange thing is that when i press the
> enter button on the keyboard that is attached to my dom0 kernel (the PS/2
> keyboard) the screen shifts a little to the right. When i press the enter
> button enough times, it just makes a full round. So it seems like my dom0 is
> still able to influence the graphics card that is passed to my HVM guest?
> The card is hidden from dom0 with pciback at boottime.
>
> Greetings
> Thomas Richard
>
> Op 18/06/2010 14:20, Thomas Richard schreef:
>>
>> Hey all,
>>
>> I got pretty excited when reading about the VGA Passthrough features in
>> Xen 4.0 so i decided to give it a go. I've had partial success, like some
>> other in here. I've got output on my VGA port but my windows HVM guest
>> reports that the VGA doesn't work. Windows XP says: Couldn't start device
>> (10) and Windows 7 says: Windows has stopped the device because it reported
>> problems (40).
>>
>> To make this work I:
>> -built the kernel from Jeremy's tree (2.6.32.15)
>> -extracted my VGA bios with nvflash
>> -checked out xen-4.0-testing
>> -applied the loadvbios, vBar=pBar (xen), vBar=pBar (qemu) and
>> claimvgacycle patches
>> -copied the vgabios in my xen tree
>> -built xen
>>
>> This is the output for lspci -v -s 01:00.0:
>> 01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7900
>> GS] (rev a1)
>>        Subsystem: ASUSTeK Computer Inc. Device 8224
>>        Flags: bus master, fast devsel, latency 0, IRQ 10
>>        Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
>>        Memory at e0000000 (64-bit, prefetchable) [size=256M]
>>        Memory at f5000000 (64-bit, non-prefetchable) [size=16M]
>>        I/O ports at dc00 [size=128]
>>        Expansion ROM at f7ee0000 [disabled] [size=128K]
>>        Capabilities: <access denied>
>>        Kernel driver in use: pci-stub
>>        Kernel modules: nvidiafb
>>
>> I've attached my dmesg, xm dmesg and qemu log files and my hvm config
>> file.
>>
>> I noticed a few things which might cause problems. In de xm dmesg file i
>> found this:
>> (XEN) Intel VT-d Snoop Control supported.
>> (XEN) Intel VT-d DMA Passthrough not supported.
>> (XEN) Intel VT-d Queued Invalidation supported.
>> (XEN) Intel VT-d Interrupt Remapping not supported.
>> Is DMA Passthrough or Interrupt remapping a requirement to make VGA
>> Passthrough work?
>> I think my motherboard should support these features though, does this
>> have to do with my kernel build or something?
>>
>> In my qemu log file i saw this:
>> pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No
>> such file or directory: 0x1:0x0.0x0
>>
>> and
>>
>> pt_register_regions: IO region registered (size=0x01000000
>> base_addr=0xf6000000)
>> pt_register_regions: IO region registered (size=0x10000000
>> base_addr=0xe000000c)
>> pt_register_regions: IO region registered (size=0x01000000
>> base_addr=0xf5000004)
>> pt_register_regions: IO region registered (size=0x00000080
>> base_addr=0x0000ac01)
>> pt_register_regions: Expansion ROM registered (size=0x00020000
>> base_addr=0xf7ae0002)
>>
>> These bytes are off by a few. I don't know why and i don't know if it
>> makes any difference.
>>
>> Can anyone give me any pointers on where i should look to find the
>> problem? Also, could anybody mail me a working (with vga passthrough)
>> .config file for the 2.6.32.15 kernel?
>>
>> Thanks for the help
>>
>> Greetings
>> Thomas Richard
>
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel