* [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
@ 2009-04-24 16:37 Anthony Liguori
2009-04-24 16:42 ` François Revol
2009-04-24 21:58 ` [Qemu-devel] QEMU git tree is now activate Anthony Liguori
0 siblings, 2 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-24 16:37 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Cc: Blue Swirl, Paul Brook, Edgar E. Iglesias, Aurelien Jarno
Please continue committing to SVN until you see the note saying that the
git repository is live. Alternatively, if the SVN repository is not
accessible, it means that the git repository is live.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:37 [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST Anthony Liguori
@ 2009-04-24 16:42 ` François Revol
2009-04-24 16:50 ` Anthony Liguori
2009-04-24 21:58 ` [Qemu-devel] QEMU git tree is now activate Anthony Liguori
1 sibling, 1 reply; 42+ messages in thread
From: François Revol @ 2009-04-24 16:42 UTC (permalink / raw)
To: Anthony Liguori; +Cc: blauwirbel, edgar.iglesias, paul, aurelien, qemu-devel
> Please continue committing to SVN until you see the note saying that
> the
> git repository is live. Alternatively, if the SVN repository is not
> accessible, it means that the git repository is live.
Isn't there an svn mirror available somewhere ?
I have several pending patches and I don't have the time to migrate at
all and read the (100pages?) of git manual.
Being able to svn switch --relocate would leave things working.
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:42 ` François Revol
@ 2009-04-24 16:50 ` Anthony Liguori
2009-04-24 16:56 ` François Revol
0 siblings, 1 reply; 42+ messages in thread
From: Anthony Liguori @ 2009-04-24 16:50 UTC (permalink / raw)
To: François Revol
Cc: blauwirbel, edgar.iglesias, paul, aurelien, qemu-devel
François Revol wrote:
>> Please continue committing to SVN until you see the note saying that
>> the
>> git repository is live. Alternatively, if the SVN repository is not
>> accessible, it means that the git repository is live.
>>
> Isn't there an svn mirror available somewhere ?
>
No.
> I have several pending patches and I don't have the time to migrate at
> all and read the (100pages?) of git manual.
>
How do you manage those patches with SVN?
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:50 ` Anthony Liguori
@ 2009-04-24 16:56 ` François Revol
2009-04-24 16:59 ` Anthony Liguori
0 siblings, 1 reply; 42+ messages in thread
From: François Revol @ 2009-04-24 16:56 UTC (permalink / raw)
To: Anthony Liguori; +Cc: blauwirbel, edgar.iglesias, paul, aurelien, qemu-devel
> François Revol wrote:
> >> Please continue committing to SVN until you see the note saying
> > > that
> >> the
> >> git repository is live. Alternatively, if the SVN repository is
> > > not
> >> accessible, it means that the git repository is live.
> >>
> > Isn't there an svn mirror available somewhere ?
> >
>
> No.
I'm quite sure something exists that does it...
> > I have several pending patches and I don't have the time to migrate
> > at
> > all and read the (100pages?) of git manual.
> >
>
> How do you manage those patches with SVN?
svn up + vim + svn resolved :D
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:56 ` François Revol
@ 2009-04-24 16:59 ` Anthony Liguori
2009-04-24 17:18 ` François Revol
2009-04-24 21:02 ` Rob Landley
0 siblings, 2 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-24 16:59 UTC (permalink / raw)
To: François Revol
Cc: blauwirbel, edgar.iglesias, paul, aurelien, qemu-devel
François Revol wrote:
> svn up + vim + svn resolved :D
>
So all your patches are maintained as changed to the currently working
directory in svn??
You should really invest in learning git or mercurial. It will make
your life a lot easier. It's pretty trivial to create a local hg mirror
from a git tree.
In the very least, you should look at something like quilt. Then you
can avoid ever learning about git if that's what you wish.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:59 ` Anthony Liguori
@ 2009-04-24 17:18 ` François Revol
2009-04-24 17:56 ` Lennart Sorensen
2009-04-24 23:51 ` Johannes Schindelin
2009-04-24 21:02 ` Rob Landley
1 sibling, 2 replies; 42+ messages in thread
From: François Revol @ 2009-04-24 17:18 UTC (permalink / raw)
To: Anthony Liguori; +Cc: blauwirbel, edgar.iglesias, paul, aurelien, qemu-devel
> > svn up + vim + svn resolved :D
>
> So all your patches are maintained as changed to the currently
> working
> directory in svn??
Not like there are too many, just this usb-hid one isn't yet commited.
And I started a popen() audio out but didn't finish.
It works fine usually, plus I have many other things checked out from
cvs or other I need to maintain anyway... mostly ffmpeg because they
think "porting" means porting the OS to the app and so are rejecting
some obvious stuff.
> You should really invest in learning git or mercurial. It will make
> your life a lot easier. It's pretty trivial to create a local hg
> mirror
> from a git tree.
At least hg was easy to port to BeOS (still had to change some lines
due to people using #!/usr/bin/env python to locate python and just
moving the issue to env itself...)
Still I don't like much those hashes around, and I always need to dig
the gitweb 10min just to get to the source tree...
> In the very least, you should look at something like quilt. Then you
> can avoid ever learning about git if that's what you wish.
Maybe, I'll queue it on my TODO list.
Btw, the CC field is getting crowded... when I talk bout misconfigured
lists...
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 17:18 ` François Revol
@ 2009-04-24 17:56 ` Lennart Sorensen
2009-04-24 21:10 ` Rob Landley
2009-04-25 3:08 ` François Revol
2009-04-24 23:51 ` Johannes Schindelin
1 sibling, 2 replies; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-24 17:56 UTC (permalink / raw)
To: Fran??ois Revol
Cc: Anthony Liguori, qemu-devel, blauwirbel, paul, edgar.iglesias,
aurelien
On Fri, Apr 24, 2009 at 07:18:00PM +0200, Fran??ois Revol wrote:
> At least hg was easy to port to BeOS (still had to change some lines
> due to people using #!/usr/bin/env python to locate python and just
> moving the issue to env itself...)
> Still I don't like much those hashes around, and I always need to dig
> the gitweb 10min just to get to the source tree...
No, you check it out using git. Why ever would you use gitweb to get
a source tree? That's just nuts. Gitweb is a viewing tool, it is not
a place to actually checkout from.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 16:59 ` Anthony Liguori
2009-04-24 17:18 ` François Revol
@ 2009-04-24 21:02 ` Rob Landley
2009-04-24 21:06 ` Anthony Liguori
1 sibling, 1 reply; 42+ messages in thread
From: Rob Landley @ 2009-04-24 21:02 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, blauwirbel, paul, edgar.iglesias,
François Revol, aurelien
On Friday 24 April 2009 11:59:38 Anthony Liguori wrote:
> You should really invest in learning git or mercurial. It will make
> your life a lot easier. It's pretty trivial to create a local hg mirror
> from a git tree.
Is that documented somewhere? Looking up how to do that has been on my todo
list for almost two years now, I've just never gotten around to it. This
sounds like a good excuse...
Rob
(Enthusiastic hg user, reluctant git user...)
--
Latency is more important than throughput. It's that simple. - Linus Torvalds
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 21:02 ` Rob Landley
@ 2009-04-24 21:06 ` Anthony Liguori
0 siblings, 0 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-24 21:06 UTC (permalink / raw)
To: Rob Landley
Cc: qemu-devel, blauwirbel, paul, edgar.iglesias, François Revol,
aurelien
Rob Landley wrote:
> On Friday 24 April 2009 11:59:38 Anthony Liguori wrote:
>
>> You should really invest in learning git or mercurial. It will make
>> your life a lot easier. It's pretty trivial to create a local hg mirror
>> from a git tree.
>>
>
> Is that documented somewhere? Looking up how to do that has been on my todo
> list for almost two years now, I've just never gotten around to it. This
> sounds like a good excuse..
>
It's supported by hg convert.
> Rob
> (Enthusiastic hg user, reluctant git user...)
>
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 17:56 ` Lennart Sorensen
@ 2009-04-24 21:10 ` Rob Landley
2009-04-25 3:11 ` François Revol
2009-04-25 3:08 ` François Revol
1 sibling, 1 reply; 42+ messages in thread
From: Rob Landley @ 2009-04-24 21:10 UTC (permalink / raw)
To: qemu-devel
On Friday 24 April 2009 12:56:19 Lennart Sorensen wrote:
> On Fri, Apr 24, 2009 at 07:18:00PM +0200, Fran??ois Revol wrote:
> > At least hg was easy to port to BeOS (still had to change some lines
> > due to people using #!/usr/bin/env python to locate python and just
> > moving the issue to env itself...)
> > Still I don't like much those hashes around, and I always need to dig
> > the gitweb 10min just to get to the source tree...
>
> No, you check it out using git. Why ever would you use gitweb to get
> a source tree? That's just nuts. Gitweb is a viewing tool, it is not
> a place to actually checkout from.
It's an easy mistake for mercurial users to make, because under mercurial the
human-friendly web viewer URL and the checkout URL are the same thing.
Git has to set up two different servers at two different locations, and
doesn't always make the relationship between them easy to work out. (I've
never understood why they did that.)
He might mean he has to spend ten minutes fiddling with the gitweb to figure
out what the checkout URL _is_. (In extreme cases they're not even on the
same server...)
Rob
--
Latency is more important than throughput. It's that simple. - Linus Torvalds
^ permalink raw reply [flat|nested] 42+ messages in thread
* [Qemu-devel] QEMU git tree is now activate
2009-04-24 16:37 [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST Anthony Liguori
2009-04-24 16:42 ` François Revol
@ 2009-04-24 21:58 ` Anthony Liguori
2009-04-25 15:26 ` Riku Voipio
2009-04-27 18:47 ` [Qemu-devel] " Christoph Hellwig
1 sibling, 2 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-24 21:58 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Cc: Blue Swirl, Paul Brook, Edgar E. Iglesias, Aurelien Jarno
I've disabled SVN although the project still seems to exist on the
Savannah server. Please do not commit to this repository anymore.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 17:18 ` François Revol
2009-04-24 17:56 ` Lennart Sorensen
@ 2009-04-24 23:51 ` Johannes Schindelin
2009-04-25 3:29 ` François Revol
1 sibling, 1 reply; 42+ messages in thread
From: Johannes Schindelin @ 2009-04-24 23:51 UTC (permalink / raw)
To: François Revol
Cc: Anthony Liguori, qemu-devel, blauwirbel, paul, edgar.iglesias,
aurelien
[-- Attachment #1: Type: TEXT/PLAIN, Size: 256 bytes --]
Hi,
On Fri, 24 Apr 2009, François Revol wrote:
> Still I don't like much those hashes around, and I always need to dig
> the gitweb 10min just to get to the source tree...
You mean that the "snapshot" link on repo.or.cz is too hidden?
Frankly,
Dscho
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 17:56 ` Lennart Sorensen
2009-04-24 21:10 ` Rob Landley
@ 2009-04-25 3:08 ` François Revol
2009-04-27 13:06 ` Lennart Sorensen
1 sibling, 1 reply; 42+ messages in thread
From: François Revol @ 2009-04-25 3:08 UTC (permalink / raw)
To: Lennart Sorensen
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias, aurelien
> On Fri, Apr 24, 2009 at 07:18:00PM +0200, Fran??ois Revol wrote:
> > At least hg was easy to port to BeOS (still had to change some
> > lines
> > due to people using #!/usr/bin/env python to locate python and just
> > moving the issue to env itself...)
> > Still I don't like much those hashes around, and I always need to
> > dig
> > the gitweb 10min just to get to the source tree...
>
> No, you check it out using git. Why ever would you use gitweb to get
> a source tree? That's just nuts. Gitweb is a viewing tool, it is
> not
> a place to actually checkout from.
No I do mean when browsing it just to get to a specific file.
With svnweb I just click on trunk and I get the whole tree for HEAD.
with gitweb I need like 3 clicks and I always get it wrong until I
finally get the tree for tip.
Btw, I think your From field violates the RFC, and you mutilated my
cedilla :p
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 21:10 ` Rob Landley
@ 2009-04-25 3:11 ` François Revol
0 siblings, 0 replies; 42+ messages in thread
From: François Revol @ 2009-04-25 3:11 UTC (permalink / raw)
To: Rob Landley; +Cc: qemu-devel
> On Friday 24 April 2009 12:56:19 Lennart Sorensen wrote:
> > On Fri, Apr 24, 2009 at 07:18:00PM +0200, Fran??ois Revol wrote:
> > > At least hg was easy to port to BeOS (still had to change some
> > > lines
> > > due to people using #!/usr/bin/env python to locate python and
> > > just
> > > moving the issue to env itself...)
> > > Still I don't like much those hashes around, and I always need to
> > > dig
> > > the gitweb 10min just to get to the source tree...
> >
> > No, you check it out using git. Why ever would you use gitweb to
> > get
> > a source tree? That's just nuts. Gitweb is a viewing tool, it is
> > not
> > a place to actually checkout from.
>
> It's an easy mistake for mercurial users to make, because under
> mercurial the
> human-friendly web viewer URL and the checkout URL are the same
> thing.
Never used hg except for checking out XEmacs & OSS4.
>
> Git has to set up two different servers at two different locations,
> and
> doesn't always make the relationship between them easy to work out.
> (I've
> never understood why they did that.)
>
> He might mean he has to spend ten minutes fiddling with the gitweb to
> figure
> out what the checkout URL _is_. (In extreme cases they're not even
> on the
> same server...)
No I do mean browsing online to get to a specific file without having
to checkout the whole thing, and optionally point someone else to it,
like
http://dev.haiku-os.org/browser/haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php#L459
...
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-24 23:51 ` Johannes Schindelin
@ 2009-04-25 3:29 ` François Revol
2009-04-25 9:12 ` Johannes Schindelin
0 siblings, 1 reply; 42+ messages in thread
From: François Revol @ 2009-04-25 3:29 UTC (permalink / raw)
To: Johannes Schindelin
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias, aurelien
> Hi,
>
> On Fri, 24 Apr 2009, François Revol wrote:
>
> > Still I don't like much those hashes around, and I always need to
> > dig
> > the gitweb 10min just to get to the source tree...
>
> You mean that the "snapshot" link on repo.or.cz is too hidden?
No, I mean the "tree" one that oddly I found right away today when it
took me 10 minutes last time...
Well really having 12 different options at the top of the page and 6 on
each line is really asking for trouble.
Anyway, looks like I'll have no choice but to get trepanned into using
git...
oh well.
Hopefully this http://git.or.cz/course/svn.html will keep me sane :)
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-25 3:29 ` François Revol
@ 2009-04-25 9:12 ` Johannes Schindelin
0 siblings, 0 replies; 42+ messages in thread
From: Johannes Schindelin @ 2009-04-25 9:12 UTC (permalink / raw)
To: François Revol
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias, aurelien
[-- Attachment #1: Type: TEXT/PLAIN, Size: 199 bytes --]
Hi,
On Sat, 25 Apr 2009, François Revol wrote:
> Hopefully this http://git.or.cz/course/svn.html will keep me sane :)
Probably not. This is a course on how to use git-svn, not git.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-24 21:58 ` [Qemu-devel] QEMU git tree is now activate Anthony Liguori
@ 2009-04-25 15:26 ` Riku Voipio
2009-04-25 15:53 ` Anthony Liguori
2009-04-27 18:47 ` [Qemu-devel] " Christoph Hellwig
1 sibling, 1 reply; 42+ messages in thread
From: Riku Voipio @ 2009-04-25 15:26 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
> I've disabled SVN although the project still seems to exist on the
> Savannah server. Please do not commit to this repository anymore.
It seems the git commits don't get posted to this mailing list anymore.
Is that the purpose? I think the svn commit messages were usefull.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 15:26 ` Riku Voipio
@ 2009-04-25 15:53 ` Anthony Liguori
2009-04-25 17:11 ` Aurelien Jarno
` (4 more replies)
0 siblings, 5 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-25 15:53 UTC (permalink / raw)
To: Riku Voipio; +Cc: qemu-devel@nongnu.org
Riku Voipio wrote:
> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>
>> I've disabled SVN although the project still seems to exist on the
>> Savannah server. Please do not commit to this repository anymore.
>>
>
> It seems the git commits don't get posted to this mailing list anymore.
> Is that the purpose? I think the svn commit messages were usefull.
>
They go to qemu-commits@nongnu.org now. The thinking is that it's
easier for people interested in commits to subscribe to that list and
filter those messages into the same bucket as qemu-devel than it is for
folks that aren't interested in these messages to filter them out.
I can certainly direct them to qemu-devel if there is agreement that
that's where we want them to go.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 15:53 ` Anthony Liguori
@ 2009-04-25 17:11 ` Aurelien Jarno
2009-04-25 17:45 ` Edgar E. Iglesias
2009-04-25 18:04 ` Stefan Weil
` (3 subsequent siblings)
4 siblings, 1 reply; 42+ messages in thread
From: Aurelien Jarno @ 2009-04-25 17:11 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Riku Voipio, qemu-devel@nongnu.org
On Sat, Apr 25, 2009 at 10:53:29AM -0500, Anthony Liguori wrote:
> Riku Voipio wrote:
>> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>>
>>> I've disabled SVN although the project still seems to exist on the
>>> Savannah server. Please do not commit to this repository anymore.
>>>
>>
>> It seems the git commits don't get posted to this mailing list anymore.
>> Is that the purpose? I think the svn commit messages were usefull.
>>
>
> They go to qemu-commits@nongnu.org now. The thinking is that it's
They doesn't seems to arrive there.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 17:11 ` Aurelien Jarno
@ 2009-04-25 17:45 ` Edgar E. Iglesias
2009-04-27 18:36 ` Stefan Weil
0 siblings, 1 reply; 42+ messages in thread
From: Edgar E. Iglesias @ 2009-04-25 17:45 UTC (permalink / raw)
To: Aurelien Jarno; +Cc: Anthony Liguori, Riku Voipio, qemu-devel@nongnu.org
On Sat, Apr 25, 2009 at 07:11:03PM +0200, Aurelien Jarno wrote:
> On Sat, Apr 25, 2009 at 10:53:29AM -0500, Anthony Liguori wrote:
> > Riku Voipio wrote:
> >> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
> >>
> >>> I've disabled SVN although the project still seems to exist on the
> >>> Savannah server. Please do not commit to this repository anymore.
> >>>
> >>
> >> It seems the git commits don't get posted to this mailing list anymore.
> >> Is that the purpose? I think the svn commit messages were usefull.
> >>
> >
> > They go to qemu-commits@nongnu.org now. The thinking is that it's
I'm not receiving anything through qemu-commits either...
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 15:53 ` Anthony Liguori
2009-04-25 17:11 ` Aurelien Jarno
@ 2009-04-25 18:04 ` Stefan Weil
2009-04-25 19:17 ` Riku Voipio
` (2 subsequent siblings)
4 siblings, 0 replies; 42+ messages in thread
From: Stefan Weil @ 2009-04-25 18:04 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
Anthony Liguori schrieb:
> Riku Voipio wrote:
>> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>>
>>> I've disabled SVN although the project still seems to exist on the
>>> Savannah server. Please do not commit to this repository anymore.
>>>
>>
>> It seems the git commits don't get posted to this mailing list anymore.
>> Is that the purpose? I think the svn commit messages were usefull.
>>
>
> They go to qemu-commits@nongnu.org now. The thinking is that it's
> easier for people interested in commits to subscribe to that list and
> filter those messages into the same bucket as qemu-devel than it is
> for folks that aren't interested in these messages to filter them out.
>
> I can certainly direct them to qemu-devel if there is agreement that
> that's where we want them to go.
>
A separate list is ok, but a link for qemu-commit should be added to
http://www.nongnu.org/qemu/lists.html.
And http://lists.nongnu.org/mailman/listinfo shows no description - this
could be fixed, too.
Regards
Stefan
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 15:53 ` Anthony Liguori
2009-04-25 17:11 ` Aurelien Jarno
2009-04-25 18:04 ` Stefan Weil
@ 2009-04-25 19:17 ` Riku Voipio
2009-04-25 19:36 ` François Revol
2009-04-27 16:33 ` [Qemu-devel] " Consul
4 siblings, 0 replies; 42+ messages in thread
From: Riku Voipio @ 2009-04-25 19:17 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
On Sat, Apr 25, 2009 at 10:53:29AM -0500, Anthony Liguori wrote:
> Riku Voipio wrote:
>> It seems the git commits don't get posted to this mailing list anymore.
>> Is that the purpose? I think the svn commit messages were usefull.
> They go to qemu-commits@nongnu.org now. The thinking is that it's
> easier for people interested in commits to subscribe to that list and
> filter those messages into the same bucket as qemu-devel than it is for
> folks that aren't interested in these messages to filter them out.
> I can certainly direct them to qemu-devel if there is agreement that
> that's where we want them to go.
Separate list is ok for me. If the development process of qemu
gets faster and the pace of commits increases, separate list is almost
mandatory. There was just no news about this side effect of git
transition.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 15:53 ` Anthony Liguori
` (2 preceding siblings ...)
2009-04-25 19:17 ` Riku Voipio
@ 2009-04-25 19:36 ` François Revol
2009-04-27 16:33 ` [Qemu-devel] " Consul
4 siblings, 0 replies; 42+ messages in thread
From: François Revol @ 2009-04-25 19:36 UTC (permalink / raw)
To: Anthony Liguori; +Cc: riku.voipio, qemu-devel
> Riku Voipio wrote:
> > On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
> >
> >> I've disabled SVN although the project still seems to exist on the
> >> Savannah server. Please do not commit to this repository anymore.
> >>
> >
> > It seems the git commits don't get posted to this mailing list
> > anymore.
> > Is that the purpose? I think the svn commit messages were usefull.
> >
>
> They go to qemu-commits@nongnu.org now. The thinking is that it's
> easier for people interested in commits to subscribe to that list and
> filter those messages into the same bucket as qemu-devel than it is
> for
> folks that aren't interested in these messages to filter them out.
>
> I can certainly direct them to qemu-devel if there is agreement that
> that's where we want them to go.
It would likely be better to keep it separate for people who just want
to know about their few patches once in a while...
Btw, I'm still trying to find out which package to install for git in
apt...
git-core?
I suppose gitk would bring in the needed CLI tools too...
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-25 3:08 ` François Revol
@ 2009-04-27 13:06 ` Lennart Sorensen
2009-04-27 13:20 ` Laurent Desnogues
0 siblings, 1 reply; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 13:06 UTC (permalink / raw)
To: Fran??ois Revol
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias, aurelien
On Sat, Apr 25, 2009 at 05:08:01AM +0200, Fran??ois Revol wrote:
> No I do mean when browsing it just to get to a specific file.
> With svnweb I just click on trunk and I get the whole tree for HEAD.
> with gitweb I need like 3 clicks and I always get it wrong until I
> finally get the tree for tip.
Oh. I must admit I never have had any desire to do that.
> Btw, I think your From field violates the RFC, and you mutilated my
> cedilla :p
In what way could it possibly violate any RFC?
And what is cedilla?
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 13:06 ` Lennart Sorensen
@ 2009-04-27 13:20 ` Laurent Desnogues
2009-04-27 13:56 ` M. Warner Losh
2009-04-27 14:16 ` Lennart Sorensen
0 siblings, 2 replies; 42+ messages in thread
From: Laurent Desnogues @ 2009-04-27 13:20 UTC (permalink / raw)
To: Lennart Sorensen
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias,
Fran??ois Revol, aurelien
On Mon, Apr 27, 2009 at 3:06 PM, Lennart Sorensen
<lsorense@csclub.uwaterloo.ca> wrote:
> And what is cedilla?
There are other languages than English that also use slight variations
of the latin alphabet, though they read from left to right including for
comparisons.
http://en.wikipedia.org/wiki/Cedilla
Poor Francois got his name replaced with Fran??ois :-)
Laurent
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 13:20 ` Laurent Desnogues
@ 2009-04-27 13:56 ` M. Warner Losh
2009-04-27 14:16 ` Lennart Sorensen
1 sibling, 0 replies; 42+ messages in thread
From: M. Warner Losh @ 2009-04-27 13:56 UTC (permalink / raw)
To: laurent.desnogues
Cc: aliguori, qemu-devel, blauwirbel, paul, lsorense, edgar.iglesias,
revol, aurelien
In message: <761ea48b0904270620w5bc8821ftb98f31ddb2ad0cbf@mail.gmail.com>
Laurent Desnogues <laurent.desnogues@gmail.com> writes:
: On Mon, Apr 27, 2009 at 3:06 PM, Lennart Sorensen
: <lsorense@csclub.uwaterloo.ca> wrote:
: > And what is cedilla?
:
: There are other languages than English that also use slight variations
: of the latin alphabet, though they read from left to right including for
: comparisons.
:
: http://en.wikipedia.org/wiki/Cedilla
:
: Poor Francois got his name replaced with Fran??ois :-)
I just thought that was my mailer mismatching the character set
encoding :(
Warner
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 13:20 ` Laurent Desnogues
2009-04-27 13:56 ` M. Warner Losh
@ 2009-04-27 14:16 ` Lennart Sorensen
2009-04-27 14:53 ` John Haxby
1 sibling, 1 reply; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 14:16 UTC (permalink / raw)
To: Laurent Desnogues
Cc: aliguori, qemu-devel, blauwirbel, paul, edgar.iglesias,
Fran??ois Revol, aurelien
On Mon, Apr 27, 2009 at 03:20:20PM +0200, Laurent Desnogues wrote:
> There are other languages than English that also use slight variations
> of the latin alphabet, though they read from left to right including for
> comparisons.
>
> http://en.wikipedia.org/wiki/Cedilla
>
> Poor Francois got his name replaced with Fran??ois :-)
Well I guess that was the best my email client could do in plain ascii
(which as my headers show, is what I sent it as). Not everybody supports
unicode.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 14:16 ` Lennart Sorensen
@ 2009-04-27 14:53 ` John Haxby
2009-04-27 17:16 ` Lennart Sorensen
0 siblings, 1 reply; 42+ messages in thread
From: John Haxby @ 2009-04-27 14:53 UTC (permalink / raw)
To: lsorense
Cc: aliguori, qemu-devel, blauwirbel, paul, Laurent Desnogues,
edgar.iglesias, Fran??ois Revol, aurelien
lsorense@csclub.uwaterloo.ca wrote:
> On Mon, Apr 27, 2009 at 03:20:20PM +0200, Laurent Desnogues wrote:
>
>> There are other languages than English that also use slight variations
>> of the latin alphabet, though they read from left to right including for
>> comparisons.
>>
>> http://en.wikipedia.org/wiki/Cedilla
>>
>> Poor Francois got his name replaced with Fran??ois :-)
>>
>
> Well I guess that was the best my email client could do in plain ascii
> (which as my headers show, is what I sent it as). Not everybody supports
> unicode.
>
>
That version of mutt you're using is certainly capable of doing the
right thing with François's name. I don't think it's so much mutt
that's mangling the address as your environment -- whether it's
something you've set in mutt, something you've set in your distro or
something else I don't know.
There are remarkably few places where utf-8 isn't supported these days.
jch
^ permalink raw reply [flat|nested] 42+ messages in thread
* [Qemu-devel] Re: QEMU git tree is now activate
2009-04-25 15:53 ` Anthony Liguori
` (3 preceding siblings ...)
2009-04-25 19:36 ` François Revol
@ 2009-04-27 16:33 ` Consul
2009-04-27 18:41 ` Jan Kiszka
4 siblings, 1 reply; 42+ messages in thread
From: Consul @ 2009-04-27 16:33 UTC (permalink / raw)
To: qemu-devel
Anthony Liguori wrote:
> Riku Voipio wrote:
>> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>>
>>> I've disabled SVN although the project still seems to exist on the
>>> Savannah server. Please do not commit to this repository anymore.
>>>
>>
>> It seems the git commits don't get posted to this mailing list anymore.
>> Is that the purpose? I think the svn commit messages were usefull.
>>
>
> They go to qemu-commits@nongnu.org now. The thinking is that it's
> easier for people interested in commits to subscribe to that list and
> filter those messages into the same bucket as qemu-devel than it is for
> folks that aren't interested in these messages to filter them out.
>
> I can certainly direct them to qemu-devel if there is agreement that
> that's where we want them to go.
>
Can this ml be cloned on the news.gmane.org as well?
Alex
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 14:53 ` John Haxby
@ 2009-04-27 17:16 ` Lennart Sorensen
2009-04-27 17:35 ` François Revol
0 siblings, 1 reply; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 17:16 UTC (permalink / raw)
To: John Haxby
Cc: aliguori, qemu-devel, blauwirbel, paul, Laurent Desnogues,
edgar.iglesias, Fran??ois Revol, aurelien
On Mon, Apr 27, 2009 at 03:53:21PM +0100, John Haxby wrote:
> That version of mutt you're using is certainly capable of doing the
> right thing with Fran?ois's name. I don't think it's so much mutt
> that's mangling the address as your environment -- whether it's
> something you've set in mutt, something you've set in your distro or
> something else I don't know.
Well something in my config or setup must be making it do plain ascii.
I wonder what is doing it. I think I am runing LANG=C though, which
makes the threads have pretty lines, while LANG=somethingutf makes them
look ugly and misaligned.
> There are remarkably few places where utf-8 isn't supported these days.
True.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 17:16 ` Lennart Sorensen
@ 2009-04-27 17:35 ` François Revol
2009-04-27 18:14 ` Lennart Sorensen
0 siblings, 1 reply; 42+ messages in thread
From: François Revol @ 2009-04-27 17:35 UTC (permalink / raw)
To: lsorense
Cc: aliguori, qemu-devel, blauwirbel, john.haxby, paul,
laurent.desnogues, edgar.iglesias, aurelien
> On Mon, Apr 27, 2009 at 03:53:21PM +0100, John Haxby wrote:
> > That version of mutt you're using is certainly capable of doing the
> > right thing with Fran?ois's name. I don't think it's so much mutt
> > that's mangling the address as your environment -- whether it's
> > something you've set in mutt, something you've set in your distro
> > or
> > something else I don't know.
>
> Well something in my config or setup must be making it do plain
> ascii.
> I wonder what is doing it. I think I am runing LANG=C though, which
> makes the threads have pretty lines, while LANG=somethingutf makes
> them
> look ugly and misaligned.
try
export LC_CTYPE=C.UTF-8
maybe ?
>
> > There are remarkably few places where utf-8 isn't supported these
> > days.
>
> True.
Yes it's nice to see the world finally come to it, been using it for 10
years natively in BeOS ;)
Thanks Plan9 for this great invention!
François.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 17:35 ` François Revol
@ 2009-04-27 18:14 ` Lennart Sorensen
2009-04-27 18:18 ` Lennart Sorensen
0 siblings, 1 reply; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 18:14 UTC (permalink / raw)
To: François Revol
Cc: aliguori, qemu-devel, blauwirbel, john.haxby, paul,
laurent.desnogues, edgar.iglesias, aurelien
On Mon, Apr 27, 2009 at 07:35:34PM +0200, François Revol wrote:
> try
> export LC_CTYPE=C.UTF-8
> maybe ?
Well I am going to try en_CA.UTF8. At least your name appears correctly
on my screen now.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 18:14 ` Lennart Sorensen
@ 2009-04-27 18:18 ` Lennart Sorensen
2009-04-27 19:27 ` Riku Voipio
0 siblings, 1 reply; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 18:18 UTC (permalink / raw)
To: François Revol
Cc: aliguori, qemu-devel, blauwirbel, john.haxby, paul,
laurent.desnogues, edgar.iglesias, aurelien
On Mon, Apr 27, 2009 at 02:14:21PM -0400, Lennart Sorensen wrote:
> Well I am going to try en_CA.UTF8. At least your name appears correctly
> on my screen now.
And mutt sends it properly, although strangely using 8859 encoding rather
than utf. I wonder why.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-25 17:45 ` Edgar E. Iglesias
@ 2009-04-27 18:36 ` Stefan Weil
2009-04-27 18:38 ` Anthony Liguori
0 siblings, 1 reply; 42+ messages in thread
From: Stefan Weil @ 2009-04-27 18:36 UTC (permalink / raw)
To: Anthony Liguori; +Cc: QEMU Developers
Edgar E. Iglesias schrieb:
> On Sat, Apr 25, 2009 at 07:11:03PM +0200, Aurelien Jarno wrote:
>
>> On Sat, Apr 25, 2009 at 10:53:29AM -0500, Anthony Liguori wrote:
>>
>>> Riku Voipio wrote:
>>>
>>>> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>>>>
>>>>
>>>>> I've disabled SVN although the project still seems to exist on the
>>>>> Savannah server. Please do not commit to this repository anymore.
>>>>>
>>>>>
>>>> It seems the git commits don't get posted to this mailing list anymore.
>>>> Is that the purpose? I think the svn commit messages were usefull.
>>>>
>>>>
>>> They go to qemu-commits@nongnu.org now. The thinking is that it's
>>>
>
> I'm not receiving anything through qemu-commits either...
>
>
>
>
Nor do I, although I had subscribed two days ago.
Is there anybody who gets mails from qemu-commits?
Stefan
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-27 18:36 ` Stefan Weil
@ 2009-04-27 18:38 ` Anthony Liguori
0 siblings, 0 replies; 42+ messages in thread
From: Anthony Liguori @ 2009-04-27 18:38 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
Stefan Weil wrote:
> Nor do I, although I had subscribed two days ago.
> Is there anybody who gets mails from qemu-commits?
>
My bot didn't like Blue Swirl's merge. I'll update it this afternoon to
handle these things. Just hang in there.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* [Qemu-devel] Re: QEMU git tree is now activate
2009-04-27 16:33 ` [Qemu-devel] " Consul
@ 2009-04-27 18:41 ` Jan Kiszka
0 siblings, 0 replies; 42+ messages in thread
From: Jan Kiszka @ 2009-04-27 18:41 UTC (permalink / raw)
To: Consul; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]
Consul wrote:
> Anthony Liguori wrote:
>> Riku Voipio wrote:
>>> On Fri, Apr 24, 2009 at 04:58:09PM -0500, Anthony Liguori wrote:
>>>
>>>> I've disabled SVN although the project still seems to exist on the
>>>> Savannah server. Please do not commit to this repository anymore.
>>>>
>>>
>>> It seems the git commits don't get posted to this mailing list anymore.
>>> Is that the purpose? I think the svn commit messages were usefull.
>>>
>>
>> They go to qemu-commits@nongnu.org now. The thinking is that it's
>> easier for people interested in commits to subscribe to that list and
>> filter those messages into the same bucket as qemu-devel than it is
>> for folks that aren't interested in these messages to filter them out.
>>
>> I can certainly direct them to qemu-devel if there is agreement that
>> that's where we want them to go.
>>
>
> Can this ml be cloned on the news.gmane.org as well?
>
It can, just file a request on www.gmane.org. Would be very welcome!
But, of course, the list has to start working as well...
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-24 21:58 ` [Qemu-devel] QEMU git tree is now activate Anthony Liguori
2009-04-25 15:26 ` Riku Voipio
@ 2009-04-27 18:47 ` Christoph Hellwig
2009-04-27 21:18 ` Anthony Liguori
1 sibling, 1 reply; 42+ messages in thread
From: Christoph Hellwig @ 2009-04-27 18:47 UTC (permalink / raw)
To: Anthony Liguori
Cc: Blue Swirl, Edgar E. Iglesias, qemu-devel@nongnu.org,
Aurelien Jarno, Paul Brook
Does anyone get mails on the new qemu-commits list?
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 18:18 ` Lennart Sorensen
@ 2009-04-27 19:27 ` Riku Voipio
2009-04-27 20:37 ` Jamie Lokier
2009-04-27 22:54 ` Lennart Sorensen
0 siblings, 2 replies; 42+ messages in thread
From: Riku Voipio @ 2009-04-27 19:27 UTC (permalink / raw)
To: Lennart Sorensen, qemu-devel
On Mon, Apr 27, 2009 at 02:18:01PM -0400, Lennart Sorensen wrote:
> On Mon, Apr 27, 2009 at 02:14:21PM -0400, Lennart Sorensen wrote:
> > Well I am going to try en_CA.UTF8. At least your name appears correctly
> > on my screen now.
>
> And mutt sends it properly, although strangely using 8859 encoding rather
> than utf. I wonder why.
put something like this in your: ~/.muttrc
set send_charset="us-ascii:utf-8"
It will make mutt use us-ascii if all characters in the message fit us-ascii,
else utf-8.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 19:27 ` Riku Voipio
@ 2009-04-27 20:37 ` Jamie Lokier
2009-04-27 22:54 ` Lennart Sorensen
1 sibling, 0 replies; 42+ messages in thread
From: Jamie Lokier @ 2009-04-27 20:37 UTC (permalink / raw)
To: Riku Voipio; +Cc: qemu-devel, Lennart Sorensen
Riku Voipio wrote:
> On Mon, Apr 27, 2009 at 02:18:01PM -0400, Lennart Sorensen wrote:
> > On Mon, Apr 27, 2009 at 02:14:21PM -0400, Lennart Sorensen wrote:
> > > Well I am going to try en_CA.UTF8. At least your name appears correctly
> > > on my screen now.
> >
> > And mutt sends it properly, although strangely using 8859 encoding rather
> > than utf. I wonder why.
>
> put something like this in your: ~/.muttrc
>
> set send_charset="us-ascii:utf-8"
>
> It will make mutt use us-ascii if all characters in the message fit us-ascii,
> else utf-8.
It probably uses ISO-8859-1 when it can to provide slightly more
compatibility with old mail readers which cannot decode UTF-8.
I don't see any point forcing it to use UTF-8 in those cases.
-- Jamie
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-27 18:47 ` [Qemu-devel] " Christoph Hellwig
@ 2009-04-27 21:18 ` Anthony Liguori
2009-04-27 21:20 ` Laurent Desnogues
0 siblings, 1 reply; 42+ messages in thread
From: Anthony Liguori @ 2009-04-27 21:18 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Anthony Liguori, qemu-devel@nongnu.org, Blue Swirl, Paul Brook,
Edgar E. Iglesias, Aurelien Jarno
Christoph Hellwig wrote:
> Does anyone get mails on the new qemu-commits list?
>
Should be working now.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] QEMU git tree is now activate
2009-04-27 21:18 ` Anthony Liguori
@ 2009-04-27 21:20 ` Laurent Desnogues
0 siblings, 0 replies; 42+ messages in thread
From: Laurent Desnogues @ 2009-04-27 21:20 UTC (permalink / raw)
To: Anthony Liguori
Cc: Anthony Liguori, qemu-devel@nongnu.org, Blue Swirl, Paul Brook,
Edgar E. Iglesias, Christoph Hellwig, Aurelien Jarno
On Mon, Apr 27, 2009 at 11:18 PM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> Christoph Hellwig wrote:
>>
>> Does anyone get mails on the new qemu-commits list?
>>
>
> Should be working now.
I just started receiving them, thanks.
Laurent
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST
2009-04-27 19:27 ` Riku Voipio
2009-04-27 20:37 ` Jamie Lokier
@ 2009-04-27 22:54 ` Lennart Sorensen
1 sibling, 0 replies; 42+ messages in thread
From: Lennart Sorensen @ 2009-04-27 22:54 UTC (permalink / raw)
To: Riku Voipio; +Cc: qemu-devel
On Mon, Apr 27, 2009 at 10:27:07PM +0300, Riku Voipio wrote:
> put something like this in your: ~/.muttrc
>
> set send_charset="us-ascii:utf-8"
>
> It will make mutt use us-ascii if all characters in the message fit us-ascii,
> else utf-8.
Well I will try that then.
--
Len Sorensen
^ permalink raw reply [flat|nested] 42+ messages in thread
end of thread, other threads:[~2009-04-27 22:54 UTC | newest]
Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 16:37 [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST Anthony Liguori
2009-04-24 16:42 ` François Revol
2009-04-24 16:50 ` Anthony Liguori
2009-04-24 16:56 ` François Revol
2009-04-24 16:59 ` Anthony Liguori
2009-04-24 17:18 ` François Revol
2009-04-24 17:56 ` Lennart Sorensen
2009-04-24 21:10 ` Rob Landley
2009-04-25 3:11 ` François Revol
2009-04-25 3:08 ` François Revol
2009-04-27 13:06 ` Lennart Sorensen
2009-04-27 13:20 ` Laurent Desnogues
2009-04-27 13:56 ` M. Warner Losh
2009-04-27 14:16 ` Lennart Sorensen
2009-04-27 14:53 ` John Haxby
2009-04-27 17:16 ` Lennart Sorensen
2009-04-27 17:35 ` François Revol
2009-04-27 18:14 ` Lennart Sorensen
2009-04-27 18:18 ` Lennart Sorensen
2009-04-27 19:27 ` Riku Voipio
2009-04-27 20:37 ` Jamie Lokier
2009-04-27 22:54 ` Lennart Sorensen
2009-04-24 23:51 ` Johannes Schindelin
2009-04-25 3:29 ` François Revol
2009-04-25 9:12 ` Johannes Schindelin
2009-04-24 21:02 ` Rob Landley
2009-04-24 21:06 ` Anthony Liguori
2009-04-24 21:58 ` [Qemu-devel] QEMU git tree is now activate Anthony Liguori
2009-04-25 15:26 ` Riku Voipio
2009-04-25 15:53 ` Anthony Liguori
2009-04-25 17:11 ` Aurelien Jarno
2009-04-25 17:45 ` Edgar E. Iglesias
2009-04-27 18:36 ` Stefan Weil
2009-04-27 18:38 ` Anthony Liguori
2009-04-25 18:04 ` Stefan Weil
2009-04-25 19:17 ` Riku Voipio
2009-04-25 19:36 ` François Revol
2009-04-27 16:33 ` [Qemu-devel] " Consul
2009-04-27 18:41 ` Jan Kiszka
2009-04-27 18:47 ` [Qemu-devel] " Christoph Hellwig
2009-04-27 21:18 ` Anthony Liguori
2009-04-27 21:20 ` Laurent Desnogues
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).