[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110518221901.c1765c47.rdunlap@xenotime.net>
Date: Wed, 18 May 2011 22:19:01 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: torvalds <torvalds@...ux-foundation.org>,
Rusty Russell <rusty@...tcorp.com.au>,
Avi Kivity <avi@...hat.com>,
Marcelo Tosatti <mtosatti@...hat.com>,
Jeff Dike <jdike@...toit.com>,
Richard Weinberger <richard@....at>
Subject: [git pull] Documentation: create Documentation/virtual/,
move/update files
Hi Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git docs-move
to get these changes:
commit 61516587513c84ac26e68e3ab008dc6e965d0378
Author: Rob Landley <rob@...dley.net>
Date: Fri May 6 09:27:36 2011 -0700
Correct occurrences of
- Documentation/kvm/ to Documentation/virtual/kvm
- Documentation/uml/ to Documentation/virtual/uml
- Documentation/lguest/ to Documentation/virtual/lguest
throughout the kernel source tree.
Signed-off-by: Rob Landley <rob@...dley.net>
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
commit 570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8
Author: Rob Landley <rlandley@...allels.com>
Date: Fri May 6 09:23:23 2011 -0700
Add a 00-INDEX file to Documentation/virtual
Remove uml from the top level 00-INDEX file.
Signed-off-by: Rob Landley <rlandley@...allels.com>
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
commit ed16648eb5b86917f0b90bdcdbc857202da72f90
Author: Rob Landley <rlandley@...allels.com>
Date: Fri May 6 09:22:02 2011 -0700
Move kvm, uml, and lguest subdirectories under a common "virtual" directory,
cd Documentation
mkdir virtual
git mv kvm uml lguest virtual
Signed-off-by: Rob Landley <rlandley@...allels.com>
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Documentation/00-INDEX | 2 --
Documentation/virtual/00-INDEX | 10 ++++++++++
Documentation/{ => virtual}/kvm/api.txt | 0
Documentation/{ => virtual}/kvm/cpuid.txt | 0
Documentation/{ => virtual}/kvm/locking.txt | 0
Documentation/{ => virtual}/kvm/mmu.txt | 0
Documentation/{ => virtual}/kvm/msr.txt | 0
Documentation/{ => virtual}/kvm/ppc-pv.txt | 0
.../{ => virtual}/kvm/review-checklist.txt | 2 +-
Documentation/{ => virtual}/kvm/timekeeping.txt | 0
Documentation/{ => virtual}/lguest/.gitignore | 0
Documentation/{ => virtual}/lguest/Makefile | 0
Documentation/{ => virtual}/lguest/extract | 0
Documentation/{ => virtual}/lguest/lguest.c | 0
Documentation/{ => virtual}/lguest/lguest.txt | 3 ++-
.../{ => virtual}/uml/UserModeLinux-HOWTO.txt | 0
MAINTAINERS | 4 ++--
arch/x86/lguest/boot.c | 2 +-
drivers/lguest/Kconfig | 6 ++++--
drivers/lguest/Makefile | 2 +-
drivers/vhost/vhost.c | 2 +-
21 files changed, 22 insertions(+), 11 deletions(-)
create mode 100644 Documentation/virtual/00-INDEX
rename Documentation/{ => virtual}/kvm/api.txt (100%)
rename Documentation/{ => virtual}/kvm/cpuid.txt (100%)
rename Documentation/{ => virtual}/kvm/locking.txt (100%)
rename Documentation/{ => virtual}/kvm/mmu.txt (100%)
rename Documentation/{ => virtual}/kvm/msr.txt (100%)
rename Documentation/{ => virtual}/kvm/ppc-pv.txt (100%)
rename Documentation/{ => virtual}/kvm/review-checklist.txt (95%)
rename Documentation/{ => virtual}/kvm/timekeeping.txt (100%)
rename Documentation/{ => virtual}/lguest/.gitignore (100%)
rename Documentation/{ => virtual}/lguest/Makefile (100%)
rename Documentation/{ => virtual}/lguest/extract (100%)
rename Documentation/{ => virtual}/lguest/lguest.c (100%)
rename Documentation/{ => virtual}/lguest/lguest.txt (97%)
rename Documentation/{ => virtual}/uml/UserModeLinux-HOWTO.txt (100%)
--
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