public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Gentoo livecd amd64 not working?
@ 2007-05-14  7:01 Wink Saville
       [not found] ` <d4cf37a60705140001t313be0e2r5a310aed13d50d4d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Wink Saville @ 2007-05-14  7:01 UTC (permalink / raw)
  To: kvm-devel

This weekend I tried to get the Gentoo livecd for amd64 and i686 working.
The i686 version successfully installed and does "run". The amd64
livecd boots and
runs but then during install stops trying to unpack the 50th of 116 files at
the beginning of the install process.

I'm running on an Intel dual core 2 6600 with 2G of Ram. I created qemu/kvm
from git sources with the last git commit of 05eb943c9b547 on May 6 16:10:01.

What other information may be needed?

Regards,

Wink Saville

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found] ` <d4cf37a60705140001t313be0e2r5a310aed13d50d4d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-14  7:29   ` Avi Kivity
       [not found]     ` <46480FD8.7070707-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Avi Kivity @ 2007-05-14  7:29 UTC (permalink / raw)
  To: Wink Saville; +Cc: kvm-devel

Wink Saville wrote:
> This weekend I tried to get the Gentoo livecd for amd64 and i686 working.
> The i686 version successfully installed and does "run". The amd64
> livecd boots and
> runs but then during install stops trying to unpack the 50th of 116 files at
> the beginning of the install process.
>
> I'm running on an Intel dual core 2 6600 with 2G of Ram. I created qemu/kvm
> from git sources with the last git commit of 05eb943c9b547 on May 6 16:10:01.
>
> What other information may be needed?
>
>   

Is there anything in dmesg?

Please provide a link to the livecd you used.


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]     ` <46480FD8.7070707-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-14 16:13       ` Wink Saville
       [not found]         ` <d4cf37a60705140913m6a4d25ccg4b1a5683c188c6bc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Wink Saville @ 2007-05-14 16:13 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

> Please provide a link to the livecd you used.
>
http://bouncer.gentoo.org/fetch/gentoo-2007.0-livecd/amd64/

I'm using bridging to connect guest to host and use the following commands:

1) qemu-img create -f qcow gentoo-amd64.img 20G

2) qemu-system-x86_64 . -hda gentoo-amd64.img -cdrom  \
livecd-amd64-installer-2007.0.iso -boot d -m 1024 \
-net nic,vlan=0 -net tap,vlan=0

3) Enter "gentoo" at boot prompt of guest

4) Execute" Gento Linux Installer (GTK+)" by double clicking

5) "Choose your install mode", select "Standard", then NEXT

6) "Partitioning", select "Recommended Layout", then YES to dialog

7) After partitioning is complete then, NEXT

8) "Local mounts", NEXT

9) "Network mount", NEXT (nothing selected)

10) "Stage selection", select "Build stage from files on LiveCD", NEXT

11) "Protage Tree", NEXT

12) Install activity stop with the progress bar:
 "Gentoo Linux Installer - installation Progress"
 "Step:   Unpack stge tarball"
 "Copying dev-lang/perl-5.8.8-r2 (50/116)"

The dmesg data on the host:

[47119.825384] device tap0 entered promiscuous mode
[47119.825454] audit(1179158073.252:6): dev=tap0 prom=256 old_prom=0
auid=4294967295
[47119.857412] br0: port 2(tap0) entering learning state
[47134.821907] br0: topology change detected, propagating
[47134.821914] br0: port 2(tap0) entering forwarding state

Also, the guest is alive I can execute other programs and can
"Cancel" the install. All seems well, just the install stopped.

I will leave the system up and try to provide other information
you may need when I get home tonight. Also, to night I will try
to use the iso image natively just to be sure its at least works.

Cheers,

Wink Saville

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]         ` <d4cf37a60705140913m6a4d25ccg4b1a5683c188c6bc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-17 14:48           ` Avi Kivity
       [not found]             ` <464C6B41.3050105-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Avi Kivity @ 2007-05-17 14:48 UTC (permalink / raw)
  To: Wink Saville; +Cc: kvm-devel

Wink Saville wrote:
>> Please provide a link to the livecd you used.
>>
> http://bouncer.gentoo.org/fetch/gentoo-2007.0-livecd/amd64/
>
> I'm using bridging to connect guest to host and use the following 
> commands:
>
> 1) qemu-img create -f qcow gentoo-amd64.img 20G
>
> 2) qemu-system-x86_64 . -hda gentoo-amd64.img -cdrom  \
> livecd-amd64-installer-2007.0.iso -boot d -m 1024 \
> -net nic,vlan=0 -net tap,vlan=0
>
> 3) Enter "gentoo" at boot prompt of guest
>
> 4) Execute" Gento Linux Installer (GTK+)" by double clicking
>
> 5) "Choose your install mode", select "Standard", then NEXT
>
> 6) "Partitioning", select "Recommended Layout", then YES to dialog
>
> 7) After partitioning is complete then, NEXT
>
> 8) "Local mounts", NEXT
>
> 9) "Network mount", NEXT (nothing selected)
>
> 10) "Stage selection", select "Build stage from files on LiveCD", NEXT
>
> 11) "Protage Tree", NEXT
>
> 12) Install activity stop with the progress bar:
> "Gentoo Linux Installer - installation Progress"
> "Step:   Unpack stge tarball"
> "Copying dev-lang/perl-5.8.8-r2 (50/116)"
>
> The dmesg data on the host:
>
> [47119.825384] device tap0 entered promiscuous mode
> [47119.825454] audit(1179158073.252:6): dev=tap0 prom=256 old_prom=0
> auid=4294967295
> [47119.857412] br0: port 2(tap0) entering learning state
> [47134.821907] br0: topology change detected, propagating
> [47134.821914] br0: port 2(tap0) entering forwarding state
>
> Also, the guest is alive I can execute other programs and can
> "Cancel" the install. All seems well, just the install stopped.
>
> I will leave the system up and try to provide other information
> you may need when I get home tonight. Also, to night I will try
> to use the iso image natively just to be sure its at least works.

This reproduces here.  qemu works, so it's likely an interrupt being 
lost.  Can you try out Gregory's apic patchset?


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]             ` <464C6B41.3050105-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-18  5:36               ` Wink Saville
       [not found]                 ` <d4cf37a60705172236s1e1a340bg4e22c98ff1a37490-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Wink Saville @ 2007-05-18  5:36 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

>
> This reproduces here.  qemu works, so it's likely an interrupt being
> lost.  Can you try out Gregory's apic patchset?
>

Avi,

I assume you mean the "v4 & v5" acpi patches from Gregory Haskins,
sorry to ask a seemingly simple question, but I'm new to the list.

Also, I don't have these patches, are they in the kvm git repo, or should
I pull them from the list archives.

Regards,

Wink Saville

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]                 ` <d4cf37a60705172236s1e1a340bg4e22c98ff1a37490-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-18 12:14                   ` Gregory Haskins
       [not found]                     ` <464D6026.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Gregory Haskins @ 2007-05-18 12:14 UTC (permalink / raw)
  To: Avi Kivity, Wink Saville; +Cc: kvm-devel

>>> On Fri, May 18, 2007 at  1:36 AM, in message
<d4cf37a60705172236s1e1a340bg4e22c98ff1a37490-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>, "Wink Saville"
<wink-hKg/bvL8yClBDgjK7y7TUQ@public.gmane.org> wrote: 
>> 
>> This reproduces here.  qemu works, so it's likely an interrupt being
>> lost.  Can you try out Gregory's apic patchset?
>>
> 
> Avi,
> 
> I assume you mean the "v4 & v5" acpi patches from Gregory Haskins,
> sorry to ask a seemingly simple question, but I'm new to the list.
> 
> Also, I don't have these patches, are they in the kvm git repo, or should
> I pull them from the list archives.

Hi Wink,

You can pull them from the list archives, or I can just send them directly to you.  If you pull from the archive, be sure to get both the kernel and userspace series with the "v5" in the title.

Note that what I currently would be able to send direct is a little more updated than v5.  I hope this is ok.   I am still prepping the "in-kernel-halt vs eventfd" patches, so I don't want to push a new version to the list quite yet, but you can run without either of those just fine.

Regards,
-Greg

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]                     ` <464D6026.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
@ 2007-05-19  0:37                       ` Wink Saville
  0 siblings, 0 replies; 13+ messages in thread
From: Wink Saville @ 2007-05-19  0:37 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: kvm-devel

>
> Hi Wink,
>
> You can pull them from the list archives, or I can just send them directly to you.  If you pull from the archive, be sure to get both the kernel and userspace series with the "v5" in the title.
>
> Note that what I currently would be able to send direct is a little more updated than v5.  I hope this is ok.   I am still prepping the "in-kernel-halt vs eventfd" patches, so I don't want to push a new version to the list quite yet, but you can run without either of those just fine.
>
> Regards,
> -Greg
>
Greg,

How about you send them directly, less likely for a mistake on my part.

Thanks,

Wink

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found] ` <464EFD230200005A000247BE-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
@ 2007-05-19 17:35   ` Gregory Haskins
  2007-05-19 18:36   ` Wink Saville
  1 sibling, 0 replies; 13+ messages in thread
From: Gregory Haskins @ 2007-05-19 17:35 UTC (permalink / raw)
  To: wink-hKg/bvL8yClBDgjK7y7TUQ; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi Wink, 
  I actually did send them to you right after I sent this.  Let me know if you did not receive. 
 
I also posted v6 to the list last night.  Note that I found a performance regression under Linux late last night with v6 so I would hold off testing until I can fix it.  Hopefully I can drop a v7 to the list early next week with a fix. 
 
-Greg 
 
 
-----Original Message----- 
From: "Wink Saville" <wink-hKg/bvL8yClBDgjK7y7TUQ@public.gmane.org> 
To: Gregory Haskins <GHaskins-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org> 
CC: kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> 
Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 
Creation Date: 5/18 6:37 pm 
Subject: Re: [kvm-devel] Gentoo livecd amd64 not working? 
 
> 
> Hi Wink, 
> 
> You can pull them from the list archives, or I can just send them directly to you.  If you pull from the archive, be sure to get both the kernel and userspace series with the "v5" in the title. 
> 
> Note that what I currently would be able to send direct is a little more updated than v5.  I hope this is ok.   I am still prepping the "in-kernel-halt vs eventfd" patches, so I don't want to push a new version to the list quite yet, but you can run without either of those just fine. 
> 
> Regards, 
> -Greg 
> 
Greg, 
 
How about you send them directly, less likely for a mistake on my part. 
 
Thanks, 
 
Wink 
 
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found] ` <464EFD230200005A000247BE-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
  2007-05-19 17:35   ` Gregory Haskins
@ 2007-05-19 18:36   ` Wink Saville
       [not found]     ` <d4cf37a60705191136u2e4d4d67q5ad6fd999d026253-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 13+ messages in thread
From: Wink Saville @ 2007-05-19 18:36 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I have them now, they got filtered as spam:(

Also, I just tired grabbing from the sourceforge archive, but it they
don't apply correctly because the "@@ xxxxx @@" line gets
joined with the next line. At least that's what I see.

On the gname archive its even worse the @@ get converted to
<at> <at> as they must think its an email address. So it looks
like the archives are a poor place to pickup patches, at least
for me.

I've got some other things to do but hopefully later today or
tomorrow I'll be able to try the patches.

Wink Saville

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found] ` <464F0C4C0200005A000247C6-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
@ 2007-05-19 18:40   ` Gregory Haskins
  0 siblings, 0 replies; 13+ messages in thread
From: Gregory Haskins @ 2007-05-19 18:40 UTC (permalink / raw)
  To: wink-hKg/bvL8yClBDgjK7y7TUQ; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Ok, good to know, thanks.  Note that I expect that performance problem to potentially affect the version I sent you directly as well.  I'll cc the update to you with the list once I fix it. 
 
-Greg 
 
 
-----Original Message----- 
From: "Wink Saville" <wink-hKg/bvL8yClBDgjK7y7TUQ@public.gmane.org> 
To: Gregory Haskins <GHaskins-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org> 
CC: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org 
Creation Date: 5/19 12:36 pm 
Subject: Re: [kvm-devel] Gentoo livecd amd64 not working? 
 
I have them now, they got filtered as spam:( 
 
Also, I just tired grabbing from the sourceforge archive, but it they 
don't apply correctly because the "@@ xxxxx @@" line gets 
joined with the next line. At least that's what I see. 
 
On the gname archive its even worse the @@ get converted to 
<at> <at> as they must think its an email address. So it looks 
like the archives are a poor place to pickup patches, at least 
for me. 
 
I've got some other things to do but hopefully later today or 
tomorrow I'll be able to try the patches. 
 
Wink Saville 
 
------------------------------------------------------------------------- 
This SF.net email is sponsored by DB2 Express 
Download DB2 Express C - the FREE version of DB2 express and take 
control of your XML. No limits. Just data. Click to get it now. 
http://sourceforge.net/powerbar/db2/ 
_______________________________________________ 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]     ` <d4cf37a60705191136u2e4d4d67q5ad6fd999d026253-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-20  4:59       ` Wink Saville
  2007-05-20  6:16       ` Jim Paris
  1 sibling, 0 replies; 13+ messages in thread
From: Wink Saville @ 2007-05-20  4:59 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> Also, I just tired grabbing from the sourceforge archive, but it they
> don't apply correctly because the "@@ xxxxx @@" line gets
> joined with the next line. At least that's what I see.

I've looked more closely at this and my initial impression was incorrect,
its not that lines are joined. A problem (and possibly not the only problem)
is that leading spaces are removed making the an illegal patch file format
as these patches have context which are unchanged lines and are supposed
to be preceded by a space. But leading spaces get removed rendering the
format improper. Also internal tabs and multiple spaces are reduced to
single spaces also rendering the format changed.

Sorry for any confusion but the upshot is still that the archives are
unable to be used for retrieving patches.

Wink Saville

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]     ` <d4cf37a60705191136u2e4d4d67q5ad6fd999d026253-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-05-20  4:59       ` Wink Saville
@ 2007-05-20  6:16       ` Jim Paris
       [not found]         ` <20070520061649.GA25344-lSbMZ+N7itA@public.gmane.org>
  1 sibling, 1 reply; 13+ messages in thread
From: Jim Paris @ 2007-05-20  6:16 UTC (permalink / raw)
  To: Wink Saville; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Gregory Haskins

> On the gname archive its even worse the @@ get converted to
> <at> <at> as they must think its an email address. So it looks
> like the archives are a poor place to pickup patches, at least
> for me.
..
> Sorry for any confusion but the upshot is still that the archives are
> unable to be used for retrieving patches.

For archived messages at http://article.gmane.org/, you can append
"/raw" to the URL to get an unprocessed copy of the message.

-jim

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gentoo livecd amd64 not working?
       [not found]         ` <20070520061649.GA25344-lSbMZ+N7itA@public.gmane.org>
@ 2007-05-20 16:12           ` Wink Saville
  0 siblings, 0 replies; 13+ messages in thread
From: Wink Saville @ 2007-05-20 16:12 UTC (permalink / raw)
  To: Jim Paris; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Gregory Haskins

> For archived messages at http://article.gmane.org/, you can append
> "/raw" to the URL to get an unprocessed copy of the message.

Thanks for the info, at first I didn't catch that "article.gmane.org" was
referring to as I read your post. So for other newbie's the kvm archive is at
http://news.gmane.org/gmane.comp.emulators.kvm.devel if you click
"direct" link at the bottom of the page you get a URL like:

  http://article.gmane.org/gmane.comp.emulators.kvm.devel/3206

If you now append /raw to that URL:

  http://article.gmane.org/gmane.comp.emulators.kvm.devel/3206/raw

You'll get the "raw" email data and the @ signs are not converted to
<at>  <at>, but it still looks like they have processed email addresses
so they can't be harvested by spammers. So, for instance,
Eddie's email in the body of the message becomes:

  <eddie.dong-ral2JQCrhuEAvxtiuMwx3w-XMD5yJDbdMReXY1tMh2IBg@public.gmane.org>

I'm not sure this is always suitable for patching, but it does look like
it is processable by git-am.

Wink

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-05-20 16:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14  7:01 Gentoo livecd amd64 not working? Wink Saville
     [not found] ` <d4cf37a60705140001t313be0e2r5a310aed13d50d4d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-14  7:29   ` Avi Kivity
     [not found]     ` <46480FD8.7070707-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 16:13       ` Wink Saville
     [not found]         ` <d4cf37a60705140913m6a4d25ccg4b1a5683c188c6bc-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-17 14:48           ` Avi Kivity
     [not found]             ` <464C6B41.3050105-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-18  5:36               ` Wink Saville
     [not found]                 ` <d4cf37a60705172236s1e1a340bg4e22c98ff1a37490-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-18 12:14                   ` Gregory Haskins
     [not found]                     ` <464D6026.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-19  0:37                       ` Wink Saville
     [not found] <464EFD190200005A000247BB@mcclure.wal.novell.com>
     [not found] ` <464EFD230200005A000247BE-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
2007-05-19 17:35   ` Gregory Haskins
2007-05-19 18:36   ` Wink Saville
     [not found]     ` <d4cf37a60705191136u2e4d4d67q5ad6fd999d026253-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-20  4:59       ` Wink Saville
2007-05-20  6:16       ` Jim Paris
     [not found]         ` <20070520061649.GA25344-lSbMZ+N7itA@public.gmane.org>
2007-05-20 16:12           ` Wink Saville
     [not found] <464F0C3D0200005A000247C3@mcclure.wal.novell.com>
     [not found] ` <464F0C4C0200005A000247C6-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
2007-05-19 18:40   ` Gregory Haskins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox