* VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report @ 2011-05-17 4:47 Gennady Marchenko 2011-05-24 11:54 ` Wei Wang2 0 siblings, 1 reply; 9+ messages in thread From: Gennady Marchenko @ 2011-05-17 4:47 UTC (permalink / raw) To: xen-devel [-- Attachment #1.1: Type: text/plain, Size: 812 bytes --] 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. [-- Attachment #1.2: Type: text/html, Size: 1037 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-05-17 4:47 VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report Gennady Marchenko @ 2011-05-24 11:54 ` Wei Wang2 2011-05-25 11:41 ` Gennady Marchenko 2011-08-02 3:14 ` Pasi Kärkkäinen 0 siblings, 2 replies; 9+ messages in thread From: Wei Wang2 @ 2011-05-24 11:54 UTC (permalink / raw) To: xen-devel; +Cc: Gennady Marchenko 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. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-05-24 11:54 ` Wei Wang2 @ 2011-05-25 11:41 ` Gennady Marchenko 2011-05-25 14:44 ` Pavel Mateja 2011-08-02 3:14 ` Pasi Kärkkäinen 1 sibling, 1 reply; 9+ messages in thread From: Gennady Marchenko @ 2011-05-25 11:41 UTC (permalink / raw) To: xen-devel [-- Attachment #1.1: Type: text/plain, Size: 3247 bytes --] 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. > > > > [-- Attachment #1.2: Type: text/html, Size: 4791 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-05-25 11:41 ` Gennady Marchenko @ 2011-05-25 14:44 ` Pavel Mateja 0 siblings, 0 replies; 9+ messages in thread From: Pavel Mateja @ 2011-05-25 14:44 UTC (permalink / raw) To: xen-devel > 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.html Ignore 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-05-24 11:54 ` Wei Wang2 2011-05-25 11:41 ` Gennady Marchenko @ 2011-08-02 3:14 ` Pasi Kärkkäinen 2011-08-09 9:33 ` Ian Campbell 2011-09-07 16:35 ` Pasi Kärkkäinen 1 sibling, 2 replies; 9+ messages in thread From: Pasi Kärkkäinen @ 2011-08-02 3:14 UTC (permalink / raw) To: Wei Wang2; +Cc: xen-devel, Gennady Marchenko 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-08-02 3:14 ` Pasi Kärkkäinen @ 2011-08-09 9:33 ` Ian Campbell 2011-09-07 16:35 ` Pasi Kärkkäinen 1 sibling, 0 replies; 9+ messages in thread From: Ian Campbell @ 2011-08-09 9:33 UTC (permalink / raw) To: Pasi Kärkkäinen Cc: Wei Wang2, xen-devel@lists.xensource.com, Gennady Marchenko 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-08-02 3:14 ` Pasi Kärkkäinen 2011-08-09 9:33 ` Ian Campbell @ 2011-09-07 16:35 ` Pasi Kärkkäinen 2011-09-07 16:47 ` Ian Campbell 1 sibling, 1 reply; 9+ messages in thread From: Pasi Kärkkäinen @ 2011-09-07 16:35 UTC (permalink / raw) To: Wei Wang2; +Cc: xen-devel, Gennady Marchenko 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-09-07 16:35 ` Pasi Kärkkäinen @ 2011-09-07 16:47 ` Ian Campbell 2011-09-07 16:58 ` Pasi Kärkkäinen 0 siblings, 1 reply; 9+ messages in thread From: Ian Campbell @ 2011-09-07 16:47 UTC (permalink / raw) To: Pasi Kärkkäinen Cc: Wei Wang2, xen-devel@lists.xensource.com, Gennady Marchenko 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report 2011-09-07 16:47 ` Ian Campbell @ 2011-09-07 16:58 ` Pasi Kärkkäinen 0 siblings, 0 replies; 9+ messages in thread From: Pasi Kärkkäinen @ 2011-09-07 16:58 UTC (permalink / raw) To: Ian Campbell; +Cc: Wei Wang2, xen-devel@lists.xensource.com, Gennady Marchenko 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 > > ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-09-07 16:58 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-05-17 4:47 VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report Gennady Marchenko 2011-05-24 11:54 ` Wei Wang2 2011-05-25 11:41 ` Gennady Marchenko 2011-05-25 14:44 ` Pavel Mateja 2011-08-02 3:14 ` Pasi Kärkkäinen 2011-08-09 9:33 ` Ian Campbell 2011-09-07 16:35 ` Pasi Kärkkäinen 2011-09-07 16:47 ` Ian Campbell 2011-09-07 16:58 ` Pasi Kärkkäinen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).