All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lguest: fix paths in comments
@ 2013-03-06  7:40 Wanlong Gao
  2013-03-06 21:47 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Wanlong Gao @ 2013-03-06  7:40 UTC (permalink / raw)
  To: rusty; +Cc: virtualization

After commit 07fe997, lguest tool has already moved from
Documentation/virtual/lguest/ to tools/lguest/.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
 drivers/lguest/Kconfig  | 5 ++---
 tools/lguest/lguest.txt | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
index 89875ea..ee035ec 100644
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -5,10 +5,9 @@ config LGUEST
 	---help---
 	  This is a very simple module which allows you to run
 	  multiple instances of the same Linux kernel, using the
-	  "lguest" command found in the Documentation/virtual/lguest
-	  directory.
+	  "lguest" command found in the tools/lguest directory.
 
 	  Note that "lguest" is pronounced to rhyme with "fell quest",
-	  not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
+	  not "rustyvisor". See tools/lguest/lguest.txt.
 
 	  If unsure, say N.  If curious, say M.  If masochistic, say Y.
diff --git a/tools/lguest/lguest.txt b/tools/lguest/lguest.txt
index 7203ace..06e1f46 100644
--- a/tools/lguest/lguest.txt
+++ b/tools/lguest/lguest.txt
@@ -70,7 +70,7 @@ Running Lguest:
 
 - Run an lguest as root:
 
-      Documentation/virtual/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
+      tools/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
         --block=rootfile root=/dev/vda
 
    Explanation:
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lguest: fix paths in comments
  2013-03-06  7:40 [PATCH] lguest: fix paths in comments Wanlong Gao
@ 2013-03-06 21:47 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2013-03-06 21:47 UTC (permalink / raw)
  To: Wanlong Gao; +Cc: virtualization

Wanlong Gao <gaowanlong@cn.fujitsu.com> writes:
> After commit 07fe997, lguest tool has already moved from
> Documentation/virtual/lguest/ to tools/lguest/.

Thanks, applied!

Cheers,
Rusty.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-06 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06  7:40 [PATCH] lguest: fix paths in comments Wanlong Gao
2013-03-06 21:47 ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.