Re: [git pull] lguest: paravirt boot code

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: <linux-kernel@...>, lguest <lguest@...>, <virtualization@...>, Jeff Garzik <jeff@...>
Date: Thursday, October 25, 2007 - 1:19 am

On Wednesday 24 October 2007 02:10:21 Linus Torvalds wrote:

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.

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...

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git

 Rusty Russell - lguest: documentation update
 Rusty Russell - lguest: Add to maintainers file.
 Jeff Garzik - lguest: build fix
 Rusty Russell - lguest: clean up lguest_launcher.h
 Rusty Russell - lguest: remove unused "wake" element from struct lguest
 Rusty Russell - lguest: use defines from x86 headers instead of magic numbers
 Rusty Russell - lguest: example launcher header cleanup.

Without the documentation update (which only changes comments and whitespace), 
the diff looks like this:

 Documentation/lguest/lguest.c   |   23 +++++++++++------------
 MAINTAINERS                     |    7 +++++++
 arch/x86/lguest/boot.c          |    6 +++---
 drivers/lguest/lg.h             |    3 ---
 drivers/lguest/x86/core.c       |    2 +-
 include/linux/lguest_launcher.h |   18 ++++--------------
 6 files changed, 26 insertions(+), 33 deletions(-)

Including the documentation update, it looks scarier:

 Documentation/lguest/lguest.c         |  178 +++++++++++++++++++-------------
 MAINTAINERS                           |    7 ++
 arch/x86/lguest/boot.c                |   54 +++++-----
 arch/x86/lguest/i386_head.S           |    8 +-
 drivers/lguest/core.c                 |    5 +-
 drivers/lguest/hypercalls.c           |   11 +-
 drivers/lguest/interrupts_and_traps.c |   37 ++++++--
 drivers/lguest/lg.h                   |    7 +-
 drivers/lguest/lguest_device.c        |   11 ++-
 drivers/lguest/lguest_user.c          |   23 ++--
 drivers/lguest/page_tables.c          |  113 +++++++++++++--------
 drivers/lguest/segments.c             |   48 ++++++----
 drivers/lguest/x86/core.c             |  122 ++++++++++++-----------
 drivers/lguest/x86/switcher_32.S      |   71 ++++++++++----
 include/asm-x86/lguest_hcall.h        |   16 ++--
 include/linux/lguest.h                |    4 +-
 include/linux/lguest_launcher.h       |   24 ++---
 17 files changed, 440 insertions(+), 299 deletions(-)

Cheers,
Rusty.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] lguest: paravirt boot code, Rusty Russell, (Sun Oct 21, 10:37 pm)
Re: [git pull] lguest: paravirt boot code, Linus Torvalds, (Mon Oct 22, 10:28 pm)
Re: [git pull] lguest: paravirt boot code, Rusty Russell, (Tue Oct 23, 2:03 am)
Re: [git pull] lguest: paravirt boot code, Linus Torvalds, (Tue Oct 23, 12:10 pm)
Re: [git pull] lguest: paravirt boot code, Rusty Russell, (Thu Oct 25, 1:19 am)
Re: [git pull] lguest: paravirt boot code, Linus Torvalds, (Thu Oct 25, 6:41 pm)
Re: [git pull] lguest: paravirt boot code, Stephen Rothwell, (Thu Oct 25, 2:31 am)
Re: [git pull] lguest: paravirt boot code, Jeff Garzik, (Tue Oct 23, 4:37 pm)
Re: [git pull] lguest: paravirt boot code, Christian Borntraeger, (Tue Oct 23, 2:55 am)
Re: [git pull] lguest: paravirt boot code, Rusty Russell, (Tue Oct 23, 3:44 am)