Gennady Marchenko
2011-May-17 04:47 UTC
[Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
Hi all! I''m very interested with XenVGAPassthrough and tries to do it on my system with vt-d support: CPU: Intel core2duo E8400 MB: Asus p5q-vm do mem: 8GB So I''m succeed at Intel IGD: 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) with Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from git:// git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git) and WinXP SP2 with Intel''s drivers version 6.14.10.5157 but no success with two ATI cards: ATI X800GTO ATI 5450 (on same m.board) with empty screen. When I run HVM screen went from "empty" to another "empty ", HVM not booting. So I don''t know - is there need to do something with bios and how I can do it with binary xen. Could you help me with it please? Thanks all for this feature! Gennady. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Wei Wang2
2011-May-24 11:54 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
How does this patch work for you? You also need to install latest ATI driver in guest. http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html Thanks Wei On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote:> Hi all! > > I''m very interested with XenVGAPassthrough and tries to do it on my system > with vt-d support: > > CPU: Intel core2duo E8400 > MB: Asus p5q-vm do > mem: 8GB > > So I''m succeed at Intel IGD: > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > Integrated Graphics Controller (rev 03) > > with > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > drivers version 6.14.10.5157 > > but no success with two ATI cards: > > ATI X800GTO > ATI 5450 > (on same m.board) > > with empty screen. When I run HVM screen went from "empty" to another > "empty ", HVM not booting. So I don''t know - is there need to do something > with bios and how I can do it with binary xen. Could you help me with it > please? > > Thanks all for this feature! > Gennady._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Gennady Marchenko
2011-May-25 11:41 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
This patch doesnt work for me cause patched current sources can''t be compiled with following error :((( : TARGET_CFLAGS="-mno-red-zone -O1 -fno-omit-frame-pointer -m64 -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -Wno-unused-but-set-variable -fno-stack-protector -fno-exceptions" \ TARGET_LDFLAGS="-nostdlib -L/usr/src/xen-unstable.hg/stubdom/cross-root-x86_64/x86_64-xen-elf/lib" \ ./xen-setup-stubdom ) make DESTDIR= -C ioemu -f ./Makefile Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help'' for more information. === PCI passthrough capability has been enabled ==Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help'' for more information. === PCI passthrough capability has been enabled ==make[2]: Entering directory `/usr/src/xen-unstable.hg/stubdom/ioemu'' Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help'' for more information. === PCI passthrough capability has been enabled ==Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help'' for more information. === PCI passthrough capability has been enabled ===== PCI passthrough capability has been enabled ==make[3]: Entering directory `/usr/src/xen-unstable.hg/stubdom/ioemu/i386-stubdom'' CC i386-stubdom/pt-graphics.o /usr/src/xen-unstable.hg/stubdom/ioemu/hw/pt-graphics.c:11:20: fatal error: sys/io.h: No such file or directory compilation terminated. make[3]: *** [pt-graphics.o] Error 1 make[3]: Leaving directory `/usr/src/xen-unstable.hg/stubdom/ioemu/i386-stubdom'' make[2]: *** [subdir-i386-stubdom] Error 2 make[2]: Leaving directory `/usr/src/xen-unstable.hg/stubdom/ioemu'' make[1]: *** [ioemu] Error 2 make[1]: Leaving directory `/usr/src/xen-unstable.hg/stubdom'' make: *** [install-stubdom] Error 2 And I can''t fix it. Gennady. On Tue, May 24, 2011 at 3:54 PM, Wei Wang2 <wei.wang2@amd.com> wrote:> How does this patch work for you? You also need to install latest ATI > driver > in guest. > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html > Thanks > Wei > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > Hi all! > > > > I''m very interested with XenVGAPassthrough and tries to do it on my > system > > with vt-d support: > > > > CPU: Intel core2duo E8400 > > MB: Asus p5q-vm do > > mem: 8GB > > > > So I''m succeed at Intel IGD: > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > Integrated Graphics Controller (rev 03) > > > > with > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git< > http://git.ker > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with > Intel''s > > drivers version 6.14.10.5157 > > > > but no success with two ATI cards: > > > > ATI X800GTO > > ATI 5450 > > (on same m.board) > > > > with empty screen. When I run HVM screen went from "empty" to another > > "empty ", HVM not booting. So I don''t know - is there need to do > something > > with bios and how I can do it with binary xen. Could you help me with it > > please? > > > > Thanks all for this feature! > > Gennady. > > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pavel Mateja
2011-May-25 14:44 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
> This patch doesnt work for me cause patched current sources can''t be > compiled with following error :((( : > > How does this patch work for you? You also need to install latest ATI > > driver > > in guest. > > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.htmlIgnore stubdom. This patch breaks it but you don''t need them. Run only: make tools make install-tools make xen make install-xen -- Pavel Mateja _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2011-Aug-02 03:14 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
On Tue, May 24, 2011 at 01:54:10PM +0200, Wei Wang2 wrote:> How does this patch work for you? You also need to install latest ATI driver > in guest. > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html >Hello, Is this patch considered final and good for merging to xen-unstable? Recently many users have asked about Xen VGA passthru so we should get all the related patches merged in to Xen trees! Thanks, -- Pasi> Thanks > Wei > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > Hi all! > > > > I''m very interested with XenVGAPassthrough and tries to do it on my system > > with vt-d support: > > > > CPU: Intel core2duo E8400 > > MB: Asus p5q-vm do > > mem: 8GB > > > > So I''m succeed at Intel IGD: > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > Integrated Graphics Controller (rev 03) > > > > with > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > > drivers version 6.14.10.5157 > > > > but no success with two ATI cards: > > > > ATI X800GTO > > ATI 5450 > > (on same m.board) > > > > with empty screen. When I run HVM screen went from "empty" to another > > "empty ", HVM not booting. So I don''t know - is there need to do something > > with bios and how I can do it with binary xen. Could you help me with it > > please? > > > > Thanks all for this feature! > > Gennady. > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Campbell
2011-Aug-09 09:33 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
On Tue, 2011-08-02 at 04:14 +0100, Pasi Kärkkäinen wrote:> On Tue, May 24, 2011 at 01:54:10PM +0200, Wei Wang2 wrote: > > How does this patch work for you? You also need to install latest ATI driver > > in guest. > > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html > > > > Hello, > > Is this patch considered final and good for merging to xen-unstable? > > Recently many users have asked about Xen VGA passthru so we should > get all the related patches merged in to Xen trees!I think someone needs to gather them together and repost them all as a series. Ian.> > Thanks, > > -- Pasi > > > > Thanks > > Wei > > > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > > Hi all! > > > > > > I''m very interested with XenVGAPassthrough and tries to do it on my system > > > with vt-d support: > > > > > > CPU: Intel core2duo E8400 > > > MB: Asus p5q-vm do > > > mem: 8GB > > > > > > So I''m succeed at Intel IGD: > > > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > > Integrated Graphics Controller (rev 03) > > > > > > with > > > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker > > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > > > drivers version 6.14.10.5157 > > > > > > but no success with two ATI cards: > > > > > > ATI X800GTO > > > ATI 5450 > > > (on same m.board) > > > > > > with empty screen. When I run HVM screen went from "empty" to another > > > "empty ", HVM not booting. So I don''t know - is there need to do something > > > with bios and how I can do it with binary xen. Could you help me with it > > > please? > > > > > > Thanks all for this feature! > > > Gennady. > > > > > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2011-Sep-07 16:35 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
On Tue, Aug 02, 2011 at 06:14:09AM +0300, Pasi Kärkkäinen wrote:> On Tue, May 24, 2011 at 01:54:10PM +0200, Wei Wang2 wrote: > > How does this patch work for you? You also need to install latest ATI driver > > in guest. > > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html > > > > Hello, > > Is this patch considered final and good for merging to xen-unstable? > > Recently many users have asked about Xen VGA passthru so we should > get all the related patches merged in to Xen trees! >Ping? -- Pasi> Thanks, > > -- Pasi > > > > Thanks > > Wei > > > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > > Hi all! > > > > > > I''m very interested with XenVGAPassthrough and tries to do it on my system > > > with vt-d support: > > > > > > CPU: Intel core2duo E8400 > > > MB: Asus p5q-vm do > > > mem: 8GB > > > > > > So I''m succeed at Intel IGD: > > > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > > Integrated Graphics Controller (rev 03) > > > > > > with > > > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker > > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > > > drivers version 6.14.10.5157 > > > > > > but no success with two ATI cards: > > > > > > ATI X800GTO > > > ATI 5450 > > > (on same m.board) > > > > > > with empty screen. When I run HVM screen went from "empty" to another > > > "empty ", HVM not booting. So I don''t know - is there need to do something > > > with bios and how I can do it with binary xen. Could you help me with it > > > please? > > > > > > Thanks all for this feature! > > > Gennady. > > > > > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Campbell
2011-Sep-07 16:47 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
On Wed, 2011-09-07 at 12:35 -0400, Pasi Kärkkäinen wrote:> On Tue, Aug 02, 2011 at 06:14:09AM +0300, Pasi Kärkkäinen wrote: > > On Tue, May 24, 2011 at 01:54:10PM +0200, Wei Wang2 wrote: > > > How does this patch work for you? You also need to install latest ATI driver > > > in guest. > > > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html > > > > > > > Hello, > > > > Is this patch considered final and good for merging to xen-unstable? > > > > Recently many users have asked about Xen VGA passthru so we should > > get all the related patches merged in to Xen trees! > > > > Ping?As I said last time: I think someone needs to gather them together and repost them all as a series. Realistically maintainers aren''t going to go trawling list archives trying to figure out which patches are necessary/correct/desirable etc. Someone who has been following this stuff needs to pickup the relevant patches and post them as a series and champion/babysit/justify that series, respond to review comments, repost etc. Upthread I see that the particular patch in question breaks the stubdom build, so my first review comment is "please don''t break stubdom". Ian.> > -- Pasi > > > > > Thanks, > > > > -- Pasi > > > > > > > Thanks > > > Wei > > > > > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > > > Hi all! > > > > > > > > I''m very interested with XenVGAPassthrough and tries to do it on my system > > > > with vt-d support: > > > > > > > > CPU: Intel core2duo E8400 > > > > MB: Asus p5q-vm do > > > > mem: 8GB > > > > > > > > So I''m succeed at Intel IGD: > > > > > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > > > Integrated Graphics Controller (rev 03) > > > > > > > > with > > > > > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker > > > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > > > > drivers version 6.14.10.5157 > > > > > > > > but no success with two ATI cards: > > > > > > > > ATI X800GTO > > > > ATI 5450 > > > > (on same m.board) > > > > > > > > with empty screen. When I run HVM screen went from "empty" to another > > > > "empty ", HVM not booting. So I don''t know - is there need to do something > > > > with bios and how I can do it with binary xen. Could you help me with it > > > > please? > > > > > > > > Thanks all for this feature! > > > > Gennady. > > > > > > > > > > > > > > > _______________________________________________ > > > Xen-devel mailing list > > > Xen-devel@lists.xensource.com > > > http://lists.xensource.com/xen-devel > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2011-Sep-07 16:58 UTC
Re: [Xen-devel] VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
On Wed, Sep 07, 2011 at 09:47:15AM -0700, Ian Campbell wrote:> On Wed, 2011-09-07 at 12:35 -0400, Pasi Kärkkäinen wrote: > > On Tue, Aug 02, 2011 at 06:14:09AM +0300, Pasi Kärkkäinen wrote: > > > On Tue, May 24, 2011 at 01:54:10PM +0200, Wei Wang2 wrote: > > > > How does this patch work for you? You also need to install latest ATI driver > > > > in guest. > > > > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00705.html > > > > > > > > > > Hello, > > > > > > Is this patch considered final and good for merging to xen-unstable? > > > > > > Recently many users have asked about Xen VGA passthru so we should > > > get all the related patches merged in to Xen trees! > > > > > > > Ping? > > As I said last time: I think someone needs to gather them together and > repost them all as a series. >Yep, I read your email but forgot to respond..> Realistically maintainers aren''t going to go trawling list archives > trying to figure out which patches are necessary/correct/desirable etc. > Someone who has been following this stuff needs to pickup the relevant > patches and post them as a series and champion/babysit/justify that > series, respond to review comments, repost etc. >I meant the "Ping" more like if Wei thought the patch was correct etc..> Upthread I see that the particular patch in question breaks the stubdom > build, so my first review comment is "please don''t break stubdom". >Yep. I think I''ll stand up and collect all the VGA passthru patches, if noone else is willing to do that.. Thanks, -- Pasi> Ian. > > > > -- Pasi > > > > > > > > > Thanks, > > > > > > -- Pasi > > > > > > > > > > Thanks > > > > Wei > > > > > > > > On Tuesday 17 May 2011 06:47:33 Gennady Marchenko wrote: > > > > > Hi all! > > > > > > > > > > I''m very interested with XenVGAPassthrough and tries to do it on my system > > > > > with vt-d support: > > > > > > > > > > CPU: Intel core2duo E8400 > > > > > MB: Asus p5q-vm do > > > > > mem: 8GB > > > > > > > > > > So I''m succeed at Intel IGD: > > > > > > > > > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > > > > > Integrated Graphics Controller (rev 03) > > > > > > > > > > with > > > > > > > > > > Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git<http://git.ker > > > > >nel.org/pub/scm/linux/kernel/git/konrad/xen.git>) and WinXP SP2 with Intel''s > > > > > drivers version 6.14.10.5157 > > > > > > > > > > but no success with two ATI cards: > > > > > > > > > > ATI X800GTO > > > > > ATI 5450 > > > > > (on same m.board) > > > > > > > > > > with empty screen. When I run HVM screen went from "empty" to another > > > > > "empty ", HVM not booting. So I don''t know - is there need to do something > > > > > with bios and how I can do it with binary xen. Could you help me with it > > > > > please? > > > > > > > > > > Thanks all for this feature! > > > > > Gennady. > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Xen-devel mailing list > > > > Xen-devel@lists.xensource.com > > > > http://lists.xensource.com/xen-devel > > > > > > _______________________________________________ > > > Xen-devel mailing list > > > Xen-devel@lists.xensource.com > > > http://lists.xensource.com/xen-devel > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel