[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.58.0708090820120.29847@gandalf.stny.rr.com>
Date: Thu, 9 Aug 2007 08:21:52 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
cc: Rusty Russell <rusty@...tcorp.com.au>, lguest <lguest@...abs.org>,
lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
virtualization <virtualization@...ts.linux-foundation.org>,
Glauber de Oliveira Costa <glommer@...il.com>,
Jes Sorensen <jes@....com>, Carsten Otte <cotte@...ibm.com>,
Andi Kleen <ak@...e.de>
Subject: Re: [PATCH 5/5 -v2] Move the lguest files that are i386 specific
--
On Thu, 9 Aug 2007, Stephen Rothwell wrote:
> Hi Steven,
>
> On Thu, 09 Aug 2007 00:36:31 -0400 Steven Rostedt <rostedt@...dmis.org>
> wrote:
> >
> > Well, some may be merged with x86_64 later, but for now we move them
> > out of the way. Later on we can start seeing how we can combine
> > some of these files to be arch generic.
> >
> > Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
> > ---
> > drivers/lguest/Makefile | 7 +-
> > drivers/lguest/core.c | 771 -------------------
> > drivers/lguest/hypercalls.c | 300 --------
> > drivers/lguest/i386/Makefile | 7 +
> > drivers/lguest/i386/core.c | 771 +++++++++++++++++++
> > drivers/lguest/i386/hypercalls.c | 300 ++++++++
> > drivers/lguest/i386/interrupts_and_traps.c | 440 +++++++++++
> > drivers/lguest/i386/lguest.c | 1097 ++++++++++++++++++++++++++++
> > drivers/lguest/i386/lguest_asm.S | 93 +++
> > drivers/lguest/i386/lguest_user.c | 382 ++++++++++
> > drivers/lguest/i386/page_tables.c | 680 +++++++++++++++++
> > drivers/lguest/i386/segments.c | 229 ++++++
> > drivers/lguest/i386/switcher.S | 347 +++++++++
> > drivers/lguest/interrupts_and_traps.c | 440 -----------
> > drivers/lguest/lguest.c | 1097 ----------------------------
> > drivers/lguest/lguest_asm.S | 93 ---
> > drivers/lguest/lguest_user.c | 382 ----------
> > drivers/lguest/page_tables.c | 680 -----------------
> > drivers/lguest/segments.c | 229 ------
> > drivers/lguest/switcher.S | 347 ---------
> > 20 files changed, 4348 insertions(+), 4344 deletions(-)
>
> if you add -C or -M to "git diff --stat" this looks much better:
>
> $ git diff --stat -C HEAD^
> drivers/lguest/Makefile | 7 ++-----
> drivers/lguest/i386/Makefile | 7 +++++++
> drivers/lguest/{ => i386}/core.c | 0
> drivers/lguest/{ => i386}/hypercalls.c | 0
> drivers/lguest/{ => i386}/interrupts_and_traps.c | 0
> drivers/lguest/{ => i386}/lguest.c | 0
> drivers/lguest/{ => i386}/lguest_asm.S | 0
> drivers/lguest/{ => i386}/lguest_user.c | 0
> drivers/lguest/{ => i386}/page_tables.c | 0
> drivers/lguest/{ => i386}/segments.c | 0
> drivers/lguest/{ => i386}/switcher.S | 0
> 11 files changed, 9 insertions(+), 5 deletions(-)
>
/me should read the man pages.
Thanks, that's the options I was looking for. I was using the
git-format-patch, and thought it would do that automatically. I
definitely add those options the next time around!
Thanks,
-- Steve
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists