* [ANNOUNCE] kvm-40 release
@ 2007-09-16 12:08 Avi Kivity
[not found] ` <46ED1CD7.3000009-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2007-09-16 12:08 UTC (permalink / raw)
To: kvm-devel
Not a lot of progress, but still worthy of a release. Reboot mostly
works, with the notable exception of Windows with the ACPI HAL, running
with in-kernel irqchip.
Changes since kvm-39:
- fix guest reboot (most scenarios)
- further x86 emulator work (Nitin A Kamble)
- compile fixes for older kernels
- make the external module work again
Notes:
If you use the modules bundled with kvm-40, you can use any version
of Linux from 2.6.9 upwards.
If you use the modules bundled with Linux 2.6.20, you need to use
kvm-12.
If you use the modules bundled with Linux 2.6.21, you need to use
kvm-17.
Modules from Linux 2.6.22 and up will work with any kvm version from
kvm-22. Some features may only be available in newer releases.
For best performance, use Linux 2.6.23-rc2 or later as the host.
http://kvm.qumranet.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <46ED1CD7.3000009-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46ED1CD7.3000009-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-09-16 15:21 ` Haydn Solomon [not found] ` <b75785ba0709160821l7279ee84p65f2806ff7d70adc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 10+ messages in thread From: Haydn Solomon @ 2007-09-16 15:21 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel [-- Attachment #1.1: Type: text/plain, Size: 1487 bytes --] First, thank you for release 40. Reboot of my windows xp machine worked! Great job. Haydn On 9/16/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote: > > Not a lot of progress, but still worthy of a release. Reboot mostly > works, with the notable exception of Windows with the ACPI HAL, running > with in-kernel irqchip. > > Changes since kvm-39: > - fix guest reboot (most scenarios) > - further x86 emulator work (Nitin A Kamble) > - compile fixes for older kernels > - make the external module work again > > Notes: > If you use the modules bundled with kvm-40, you can use any version > of Linux from 2.6.9 upwards. > If you use the modules bundled with Linux 2.6.20, you need to use > kvm-12. > If you use the modules bundled with Linux 2.6.21, you need to use > kvm-17. > Modules from Linux 2.6.22 and up will work with any kvm version from > kvm-22. Some features may only be available in newer releases. > For best performance, use Linux 2.6.23-rc2 or later as the host. > > http://kvm.qumranet.com > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > [-- Attachment #1.2: Type: text/html, Size: 2213 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- Attachment #3: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <b75785ba0709160821l7279ee84p65f2806ff7d70adc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <b75785ba0709160821l7279ee84p65f2806ff7d70adc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-09-17 14:06 ` Farkas Levente [not found] ` <46EE89F3.9070905-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> 2007-09-17 21:50 ` Simon Gao 1 sibling, 1 reply; 10+ messages in thread From: Farkas Levente @ 2007-09-17 14:06 UTC (permalink / raw) Cc: kvm-devel, Avi Kivity i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 cpu for the last. after i start these 3 guests the host kernel crash all the time after the guest starts to boot. so i now try to switchback to kvm-36. Haydn Solomon wrote: > First, thank you for release 40. Reboot of my windows xp machine worked! > Great job. > > Haydn > > On 9/16/07, *Avi Kivity* < avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org <mailto:avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>> > wrote: > > Not a lot of progress, but still worthy of a release. Reboot mostly > works, with the notable exception of Windows with the ACPI HAL, running > with in-kernel irqchip. > > Changes since kvm-39: > - fix guest reboot (most scenarios) > - further x86 emulator work (Nitin A Kamble) > - compile fixes for older kernels > - make the external module work again -- Levente "Si vis pacem para bellum!" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <46EE89F3.9070905-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46EE89F3.9070905-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> @ 2007-09-17 14:11 ` Farkas Levente 2007-09-17 14:17 ` Dor Laor 1 sibling, 0 replies; 10+ messages in thread From: Farkas Levente @ 2007-09-17 14:11 UTC (permalink / raw) To: Avi Kivity, kvm-devel [-- Attachment #1: Type: text/plain, Size: 1214 bytes --] here's the console of x86_64 during the startap and where it's hang:-( Farkas Levente wrote: > i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 > host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, > mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 > cpu for the last. after i start these 3 guests the host kernel crash all > the time after the guest starts to boot. so i now try to switchback to > kvm-36. > > Haydn Solomon wrote: >> First, thank you for release 40. Reboot of my windows xp machine worked! >> Great job. >> >> Haydn >> >> On 9/16/07, *Avi Kivity* < avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org <mailto:avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>> >> wrote: >> >> Not a lot of progress, but still worthy of a release. Reboot mostly >> works, with the notable exception of Windows with the ACPI HAL, running >> with in-kernel irqchip. >> >> Changes since kvm-39: >> - fix guest reboot (most scenarios) >> - further x86 emulator work (Nitin A Kamble) >> - compile fixes for older kernels >> - make the external module work again > -- Levente "Si vis pacem para bellum!" [-- Attachment #2: Screenshot-x86-64.png --] [-- Type: image/png, Size: 23885 bytes --] [-- Attachment #3: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- Attachment #4: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46EE89F3.9070905-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> 2007-09-17 14:11 ` Farkas Levente @ 2007-09-17 14:17 ` Dor Laor [not found] ` <46EE8C77.9060604-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 1 sibling, 1 reply; 10+ messages in thread From: Dor Laor @ 2007-09-17 14:17 UTC (permalink / raw) To: Farkas Levente; +Cc: kvm-devel, Avi Kivity [-- Attachment #1.1: Type: text/plain, Size: 428 bytes --] i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 > > host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, > mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 > cpu for the last. after i start these 3 guests the host kernel crash all > the time after the guest starts to boot. so i now try to switchback to > kvm-36. > It will be helpful to provide the oops/dmesg output. [-- Attachment #1.2: Type: text/html, Size: 810 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- Attachment #3: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <46EE8C77.9060604-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46EE8C77.9060604-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-09-17 14:21 ` Farkas Levente [not found] ` <46EE8D7B.5000601-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> 2007-09-17 14:42 ` Farkas Levente 1 sibling, 1 reply; 10+ messages in thread From: Farkas Levente @ 2007-09-17 14:21 UTC (permalink / raw) To: dor.laor-atKUWr5tajBWk0Htik3J/w; +Cc: kvm-devel, Avi Kivity Dor Laor wrote: > i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 >> >> host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, >> mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 >> cpu for the last. after i start these 3 guests the host kernel crash all >> the time after the guest starts to boot. so i now try to switchback to >> kvm-36. >> > It will be helpful to provide the oops/dmesg output. how? write it down with paper from the console? at the same time there's just a kernel stack dump and i can't scroll it up (eg with shift-page up). -- Levente "Si vis pacem para bellum!" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <46EE8D7B.5000601-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46EE8D7B.5000601-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> @ 2007-09-17 14:49 ` Luca [not found] ` <68676e00709170749n6e7655ebxd41469b577e69258-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 10+ messages in thread From: Luca @ 2007-09-17 14:49 UTC (permalink / raw) To: Farkas Levente; +Cc: kvm-devel, Avi Kivity On 9/17/07, Farkas Levente <lfarkas-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> wrote: > Dor Laor wrote: > > i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 > >> > >> host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, > >> mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 > >> cpu for the last. after i start these 3 guests the host kernel crash all > >> the time after the guest starts to boot. so i now try to switchback to > >> kvm-36. > >> > > It will be helpful to provide the oops/dmesg output. > > how? write it down with paper from the console? at the same time there's > just a kernel stack dump and i can't scroll it up (eg with shift-page up). A photo will do, but it's possible that the most interesting part has been scrolled off screen. Can you setup a serial console (Documentation/serial-console.txt) or at least netconsole (Documentation/networking/netconsole.txt)? > just to clarify, if i've a 4 core host cpus can i give 4 cpus for both > of the 2 guests? Yes, virtual CPUs are mapped to threads. Luca ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <68676e00709170749n6e7655ebxd41469b577e69258-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [ANNOUNCE] kvm-40 release [not found] ` <68676e00709170749n6e7655ebxd41469b577e69258-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2007-09-17 15:47 ` Haydn Solomon 0 siblings, 0 replies; 10+ messages in thread From: Haydn Solomon @ 2007-09-17 15:47 UTC (permalink / raw) To: Luca; +Cc: kvm-devel, Avi Kivity [-- Attachment #1.1: Type: text/plain, Size: 2776 bytes --] I don't know if someone can reproduce a problem I'm having. When I run the windows xp service pack 2 update with kvm-40 it always crashes and after I'm unable to boot virtual machine resulting in blue screen. Running kvm on Linux localhost.localdomain 2.6.22.5-76.fc7 #1 SMP Thu Aug 30 13:08:59 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux output of /proc/cpuinfo is processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz stepping : 10 cpu MHz : 800.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4387.72 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: Haydn On 9/17/07, Luca <kronos.it-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On 9/17/07, Farkas Levente <lfarkas-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org> wrote: > > Dor Laor wrote: > > > i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5x86_64 > > >> > > >> host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, > > >> mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 > > >> cpu for the last. after i start these 3 guests the host kernel crash > all > > >> the time after the guest starts to boot. so i now try to switchback > to > > >> kvm-36. > > >> > > > It will be helpful to provide the oops/dmesg output. > > > > how? write it down with paper from the console? at the same time there's > > just a kernel stack dump and i can't scroll it up (eg with shift-page > up). > > A photo will do, but it's possible that the most interesting part has > been scrolled off screen. Can you setup a serial console > (Documentation/serial-console.txt) or at least netconsole > (Documentation/networking/netconsole.txt)? > > > just to clarify, if i've a 4 core host cpus can i give 4 cpus for both > > of the 2 guests? > > Yes, virtual CPUs are mapped to threads. > > Luca > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > [-- Attachment #1.2: Type: text/html, Size: 4317 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- Attachment #3: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] kvm-40 release [not found] ` <46EE8C77.9060604-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 2007-09-17 14:21 ` Farkas Levente @ 2007-09-17 14:42 ` Farkas Levente 1 sibling, 0 replies; 10+ messages in thread From: Farkas Levente @ 2007-09-17 14:42 UTC (permalink / raw) To: dor.laor-atKUWr5tajBWk0Htik3J/w; +Cc: kvm-devel, Avi Kivity Dor Laor wrote: > i've try kvm-40 it now on centos-5 with kernel-2.6.18-8.1.10.el5 x86_64 >> >> host (8gb ram and 4 core) and one centos-5 x86_64, centos-5 i386, >> mandrake i586 guests. i try to give 4 cpu for the first 2 guest and 1 >> cpu for the last. after i start these 3 guests the host kernel crash all >> the time after the guest starts to boot. so i now try to switchback to >> kvm-36. >> > It will be helpful to provide the oops/dmesg output. > just to clarify, if i've a 4 core host cpus can i give 4 cpus for both of the 2 guests? -- Levente "Si vis pacem para bellum!" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ANNOUNCE] kvm-40 release [not found] ` <b75785ba0709160821l7279ee84p65f2806ff7d70adc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2007-09-17 14:06 ` Farkas Levente @ 2007-09-17 21:50 ` Simon Gao 1 sibling, 0 replies; 10+ messages in thread From: Simon Gao @ 2007-09-17 21:50 UTC (permalink / raw) Cc: kvm-devel, Avi Kivity Solaris 10 now works again also. Thanks a lot. Simon Haydn Solomon wrote: > First, thank you for release 40. Reboot of my windows xp machine > worked! Great job. > > Haydn > > On 9/16/07, *Avi Kivity* < avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org <mailto:avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>> > wrote: > > Not a lot of progress, but still worthy of a release. Reboot mostly > works, with the notable exception of Windows with the ACPI HAL, > running > with in-kernel irqchip. > > Changes since kvm-39: > - fix guest reboot (most scenarios) > - further x86 emulator work (Nitin A Kamble) > - compile fixes for older kernels > - make the external module work again > > Notes: > If you use the modules bundled with kvm-40, you can use any > version > of Linux from 2.6.9 upwards. > If you use the modules bundled with Linux 2.6.20, you need to use > kvm-12. > If you use the modules bundled with Linux 2.6.21, you need to use > kvm-17. > Modules from Linux 2.6.22 and up will work with any kvm > version from > kvm-22. Some features may only be available in newer releases. > For best performance, use Linux 2.6.23-rc2 or later as the host. > > http://kvm.qumranet.com > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > <http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/> > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > <mailto:kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-09-17 21:50 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-16 12:08 [ANNOUNCE] kvm-40 release Avi Kivity
[not found] ` <46ED1CD7.3000009-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-16 15:21 ` Haydn Solomon
[not found] ` <b75785ba0709160821l7279ee84p65f2806ff7d70adc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-17 14:06 ` Farkas Levente
[not found] ` <46EE89F3.9070905-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-09-17 14:11 ` Farkas Levente
2007-09-17 14:17 ` Dor Laor
[not found] ` <46EE8C77.9060604-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-17 14:21 ` Farkas Levente
[not found] ` <46EE8D7B.5000601-lWVWdrzSO4GHXe+LvDLADg@public.gmane.org>
2007-09-17 14:49 ` Luca
[not found] ` <68676e00709170749n6e7655ebxd41469b577e69258-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-17 15:47 ` Haydn Solomon
2007-09-17 14:42 ` Farkas Levente
2007-09-17 21:50 ` Simon Gao
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox