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: [Xen-users] Re: Successful PCIe Graphics VT-d Passthroug

To: Christian Tramnitz <chris.ace@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-users] Re: Successful PCIe Graphics VT-d Passthrough to Win32 DomU, Q35 chipset
From: Alexia Benington <alexbenington@xxxxxxxxx>
Date: Fri, 20 Mar 2009 15:11:45 -0400
Cc:
Delivery-date: Fri, 20 Mar 2009 12:12:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=tDrvNg7zhGYE/8/t9qqRIvlebF8M6r/HevvdAT2F8qE=; b=pS9XaMXLdiFNjQw2kZ6VEae5VllfUTg5/g+v2aJBiHhufBGMkLpjPbiq0rjPh6O8LE oDvIzvRy5T0SmtcIFvwbmXskWoFG6qqBft4BsQRF4SC6u9yIpwjIz19+c9e8UdFzO84x SnqfJUkLnvRWvMNI5zXi3boeB/z8m/9wP6YAA=
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=r5M0lHViIiiGGaS0RSiyTU3Z2QLdf7JTeLa/tc0y+WocIqtUV2eMo8Mo0oIVD7E5vk DQJOyt56rKd311RPja9e6vLdiwJPrBtaQIULSDBOA08dquFPfWEPN7Eu/qpaLsX5VGQe M5bxWgrgcGlUzr+tLTUxExZs+hAjow+vWkKXA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49AB5739.5080502@xxxxxxx>
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: <7EEC9DAC2502EF4FACFE8CC8408DAFEA1DEDC7@xxxxxxxxxxxxxxxxx> <49AB5739.5080502@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I've tried going through Xen-unstable (as of Changeset 19400), and I
believe that the necessary code to make VGA passthrough work correctly
has not been incorporated into Xen-unstable yet.

The closest that I ever got was that DomU can detect the VGA card. I
had to disable the Cirrus or Std VGA bios loaded by hvmloader. But
DomU still can't make use of the card properly. For Windows, it shows
Error Code 10 in Device Manager. I was also expecting video output on
the monitor connected to the passed through card. However, that wasn't
the case.

-Alex

On Sun, Mar 1, 2009 at 11:49 PM, Christian Tramnitz <chris.ace@xxxxxxx> wrote:
> Hello Peter,
>
> is this still working for you with current Xen-unstable or did one of the
> recent changesets break things in your setup?
>
> I'm trying to achieve the same (on a VT-d enabled X58 board), but can't get
> the Windows domU recognize the (ATI) video card, although it works fine with
> a PCIe NIC and the on-board SAS controller...
>
> Did you have to use any additional patches to get rid of the cirrus card and
> map the VGA BIOS?
>
> Which PCI device model are you using (virtual bus, passthrough, ...)?
>
>
> Best regards,
>   Christian
>
> Peter J. van der Maas schrieb:
>>
>> I am happy to announce that I have successfully (and finally!) been able
>> to pass a PCIe graphics card via VT-d to a Windows XP HVM DomU.
>>
>>
>> About time!
>>
>>
>> Config:
>>
>> -Intel Q6600 Core 2 Quad-Core, G0 stepping (I think)
>>
>> -Intel DQ35JO Motherboard, Q35 Chipset, BIOS v.991 (1/9/09), VT and VT-d
>> enabled
>>
>> -nVidia 9500GT (for VT-d passthrough - DomU)
>>
>> -nVidia GeForce2 MX200 (Dom0 console)
>>
>> -Xen (build: xen-unstable, recent as of ~ 1/25/09 1:00AM-EST)
>>
>> -Dom0: Linux-2.6.18.8-xen (via xen-unstable.hg)
>>
>> -DomU: Windows XP (pro, sp3, 32-bit)
>>
>>
>> Once the VT-d bugs were recently corrected (thank you, xen-devel!),
>> everything went fairly smoothly.  Still very buggy yet (its xen-unstable!),
>> but overall it works.
>>
>>
>> Make sure support for the PCI-backend is compiled into the kernel (not
>> just a module) and that you have your pciback.hide options in grub
>> (late-binding may work, but I haven’t tried).
>>
>>
>> Good luck!
>>
>>
>>
>> -Peter van der Maas
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-users] Re: Successful PCIe Graphics VT-d Passthrough to Win32 DomU, Q35 chipset, Alexia Benington <=