From: Davidlohr Bueso <dave@gnu.org>
Subject: lguest: move the lguest tool to the tools directory
Date: Fri, 02 Dec 2011 22:52:39 +0100

This is a better location instead of having it in Documentation.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 0 files changed

diff --git a/Documentation/virtual/lguest/.gitignore b/tools/lguest/.gitignore
rename from Documentation/virtual/lguest/.gitignore
rename to tools/lguest/.gitignore
diff --git a/Documentation/virtual/lguest/Makefile b/tools/lguest/Makefile
rename from Documentation/virtual/lguest/Makefile
rename to tools/lguest/Makefile
diff --git a/Documentation/virtual/lguest/extract b/tools/lguest/extract
rename from Documentation/virtual/lguest/extract
rename to tools/lguest/extract
diff --git a/Documentation/virtual/lguest/lguest.c b/tools/lguest/lguest.c
rename from Documentation/virtual/lguest/lguest.c
rename to tools/lguest/lguest.c
diff --git a/Documentation/virtual/lguest/lguest.txt b/tools/lguest/lguest.txt
rename from Documentation/virtual/lguest/lguest.txt
rename to tools/lguest/lguest.txt
