[git pull] Documentation: create Documentation/virtual/,move/update files

From: Randy Dunlap
Date: Thu May 19 2011 - 01:19:11 EST


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@xxxxxxxxxxx>
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@xxxxxxxxxxx>
Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

commit 570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8
Author: Rob Landley <rlandley@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxx>
Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

commit ed16648eb5b86917f0b90bdcdbc857202da72f90
Author: Rob Landley <rlandley@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxx>
Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/