From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: good progress on pci vga passthrough in xen-3.4-rc1 Date: Wed, 15 Apr 2009 10:34:21 +0100 Message-ID: <49E5AA1D.8030302@eu.citrix.com> References: <14D9C9E2ED61ED41BC3B37ACDF4E8800029E434C1241@heavy-vm03.heavy.org.uk> <14D9C9E2ED61ED41BC3B37ACDF4E8800029E434C1242@heavy-vm03.heavy.org.uk> <5bcc2bd80904142037o21d5f063r1a0c940ab5ef07ca@mail.gmail.com> <14D9C9E2ED61ED41BC3B37ACDF4E880002B40FAFC4EF@heavy-vm03.heavy.org.uk> <49E5A482.6000300@eu.citrix.com> <14D9C9E2ED61ED41BC3B37ACDF4E880002B40FAFC4F0@heavy-vm03.heavy.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <14D9C9E2ED61ED41BC3B37ACDF4E880002B40FAFC4F0@heavy-vm03.heavy.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Moore Cc: "xen-devel@lists.xensource.com" , 'Bryan York' List-Id: xen-devel@lists.xenproject.org Tim Moore wrote: > Thread-Topic: > [XCI] Question? > Thread-Index: > Acm88go+caOvZEXVSRCK6Iw2iEIE+A=3D=3D > Message-ID: > <14D9C9E2ED61ED41BC3B37ACDF4E8800029E434B9F1F@heavy-vm03.heavy.org.uk> > Accept-Language: > en-US > X-MS-Exchange-Organization-SCL: > -1 > Content-Type: > multipart/alternative; > boundary=3D"_000_14D9C9E2ED61ED41BC3B37ACDF4E8800029E434B9F1Fheavyvm03h= e_" > MIME-Version: > 1.0 >=20 >=20 > Hi J/Ross, Hope you can help =E2=80=A6 >=20 > =20 >=20 > Reading the Xen Client Initiative meeting minutes from May 20 2008, it > mentions that: >=20 > =20 >=20 > * Multiple graphics cards are working with recent patches (3 Main > vendors)=20 >=20 > =20 >=20 > Do we know which 3x Graphics card vendors are working? >=20 > =20 >=20 > I have built the XCI source from xenbits and whilst using it seems that > the VGA card support is still quite specific =E2=80=A6 >=20 The VGA support in XCI at the moment is Intel specific. However videocard passthrough should work OK with most graphic cards if you passthrought the videocard to the guest as a secondary card (you do not disable the emulated cirrus vga). The problem with this approach is that you are not able to see anything on the screen until the guest enables the secondary card so you may need to configure the guest using vnc fron another machine, at least the first time. On the other hand if you disable the emulated vga so the pt graphic card happers as a primary in the guest, you should be able to see output on the screen since the beginning of the guest boot sequence, but then you are going to have more vga bios problems.