Re: [git pull] lguest: paravirt boot code

2007-10-25 Thread Linus Torvalds
On Thu, 25 Oct 2007, Rusty Russell wrote: > > > > git diff -M --stat --summary > > Thanks, that is much better. I was just happy to locate git diff in the 133 > git commands on my system; finding options 4, 8 and 22 was beyond my skill. Hey, we give you the power. Actually realizing it al

Re: [git pull] lguest: paravirt boot code

2007-10-24 Thread Stephen Rothwell
On Thu, 25 Oct 2007 15:19:05 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > > So, this time for sure! I haven't figured out how everyone does those neat > committer: commits* lists, but I'm sure there's an option here somewhere... try "git request-pull ..." -- Cheers, Stephen Rothwell

Re: [git pull] lguest: paravirt boot code

2007-10-24 Thread Rusty Russell
On Wednesday 24 October 2007 02:10:21 Linus Torvalds wrote: > On Tue, 23 Oct 2007, Rusty Russell wrote: > > Well, with that out the way, and some scatterlist fixups, please pull > > from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git > > Ok. However, please inc

Re: [git pull] lguest: paravirt boot code

2007-10-23 Thread Jeff Garzik
Linus Torvalds wrote: On Tue, 23 Oct 2007, Rusty Russell wrote: Well, with that out the way, and some scatterlist fixups, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Also, please add a "lguest: " prefix to all future commits. Otherwise,

Re: [git pull] lguest: paravirt boot code

2007-10-23 Thread Linus Torvalds
On Tue, 23 Oct 2007, Rusty Russell wrote: > > Well, with that out the way, and some scatterlist fixups, please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Ok. However, please include a proper diffstat. And by proper, I mean: git diff -M

Re: [git pull] lguest: paravirt boot code

2007-10-23 Thread Rusty Russell
On Tuesday 23 October 2007 16:55:06 Christian Borntraeger wrote: > Having virtio in Linus tree would make my life easier wiring it up for > virtualization on s390. Indeed. And given lguest's lack of interface guarantees, it make sense to use it as the first virtio guinea pig. I expect changes a

Re: [git pull] lguest: paravirt boot code

2007-10-22 Thread Christian Borntraeger
Am Dienstag, 23. Oktober 2007 schrieb Rusty Russell: >git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git > This should be fairly clean: 45 lguest patches including the more generic > drivers (aimed to be used by KVM as well, and hopefully others) and the start > of sep

Re: [git pull] lguest: paravirt boot code

2007-10-22 Thread Rusty Russell
On Tuesday 23 October 2007 12:28:32 Linus Torvalds wrote: > On Mon, 22 Oct 2007, Rusty Russell wrote: > > First attempt at git, so please pull carefully. I've just put the > > three i386 boot changes in the repo for the moment. If this works I'll > > pile on the 44 lguest patches. > > Well, i

Re: [git pull] lguest: paravirt boot code

2007-10-22 Thread Linus Torvalds
On Mon, 22 Oct 2007, Rusty Russell wrote: > > First attempt at git, so please pull carefully. I've just put the > three i386 boot changes in the repo for the moment. If this works I'll pile > on the 44 lguest patches. Well, it looked ok, but I had already merged the same patches throug