Unknown mailing list, search.

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@...>, Jeremy Fitzhardinge <jeremy@...>, H. Peter Anvin <hpa@...>
Date: Tuesday, October 23, 2007 - 2:03 am

On Tuesday 23 October 2007 12:28:32 Linus Torvalds 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

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 separation of arch-specific from general lguest code.

 Documentation/lguest/Makefile         |   26 +-
 Documentation/lguest/lguest.c         | 1629 ++++++++++++++++++---------------
 Documentation/lguest/lguest.txt       |   72 +-
 arch/i386/Kconfig                     |   32 +-
 arch/i386/Makefile                    |    3 +
 arch/x86/kernel/asm-offsets_32.c      |    1 +
 arch/x86/lguest/Kconfig               |   14 +
 arch/x86/lguest/Makefile              |    1 +
 arch/x86/lguest/boot.c                | 1070 ++++++++++++++++++++++
 arch/x86/lguest/i386_head.S           |  115 +++
 arch/x86/xen/Kconfig                  |    5 +-
 drivers/Kconfig                       |    2 +-
 drivers/Makefile                      |    1 +
 drivers/block/Kconfig                 |    6 +
 drivers/block/Makefile                |    2 +-
 drivers/block/lguest_blk.c            |  421 ---------
 drivers/block/virtio_blk.c            |  308 +++++++
 drivers/char/Kconfig                  |    4 +
 drivers/char/Makefile                 |    2 +-
 drivers/char/hvc_lguest.c             |  177 ----
 drivers/char/virtio_console.c         |  225 +++++
 drivers/kvm/Kconfig                   |    4 +
 drivers/lguest/Kconfig                |   13 +-
 drivers/lguest/Makefile               |   10 +-
 drivers/lguest/core.c                 |  568 +-----------
 drivers/lguest/hypercalls.c           |  177 ++---
 drivers/lguest/interrupts_and_traps.c |  125 ++-
 drivers/lguest/io.c                   |  626 -------------
 drivers/lguest/lg.h                   |  189 ++---
 drivers/lguest/lguest.c               | 1108 ----------------------
 drivers/lguest/lguest_asm.S           |   93 --
 drivers/lguest/lguest_bus.c           |  218 -----
 drivers/lguest/lguest_device.c        |  373 ++++++++
 drivers/lguest/lguest_user.c          |  138 +---
 drivers/lguest/page_tables.c          |  250 +++---
 drivers/lguest/segments.c             |   28 +-
 drivers/lguest/switcher.S             |  350 -------
 drivers/lguest/x86/core.c             |  577 ++++++++++++
 drivers/lguest/x86/switcher_32.S      |  351 +++++++
 drivers/net/Kconfig                   |    6 +
 drivers/net/Makefile                  |    2 +-
 drivers/net/lguest_net.c              |  555 -----------
 drivers/net/virtio_net.c              |  435 +++++++++
 drivers/virtio/Kconfig                |    8 +
 drivers/virtio/Makefile               |    2 +
 drivers/virtio/config.c               |   13 +
 drivers/virtio/virtio.c               |  189 ++++
 drivers/virtio/virtio_ring.c          |  313 +++++++
 include/asm-x86/Kbuild                |    3 +
 include/asm-x86/bootparam.h           |  108 ++--
 include/asm-x86/e820.h                |   28 +
 Documentation/lguest/Makefile         |   26 +-
 Documentation/lguest/lguest.c         | 1629 ++++++++++++++++++---------------
 Documentation/lguest/lguest.txt       |   72 +-
 arch/i386/Kconfig                     |   32 +-
 arch/i386/Makefile                    |    3 +
 arch/x86/kernel/asm-offsets_32.c      |    1 +
 arch/x86/lguest/Kconfig               |   14 +
 arch/x86/lguest/Makefile              |    1 +
 arch/x86/lguest/boot.c                | 1070 ++++++++++++++++++++++
 arch/x86/lguest/i386_head.S           |  115 +++
 arch/x86/xen/Kconfig                  |    5 +-
 drivers/Kconfig                       |    2 +-
 drivers/Makefile                      |    1 +
 drivers/block/Kconfig                 |    6 +
 drivers/block/Makefile                |    2 +-
 drivers/block/lguest_blk.c            |  421 ---------
 drivers/block/virtio_blk.c            |  308 +++++++
 drivers/char/Kconfig                  |    4 +
 drivers/char/Makefile                 |    2 +-
 drivers/char/hvc_lguest.c             |  177 ----
 drivers/char/virtio_console.c         |  225 +++++
 drivers/kvm/Kconfig                   |    4 +
 drivers/lguest/Kconfig                |   13 +-
-
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)