Re: [PATCH] lguest: fix paths in comments

2013-03-06 Thread Rusty Russell
Wanlong Gao writes: > After commit 07fe997, lguest tool has already moved from > Documentation/virtual/lguest/ to tools/lguest/. Thanks, applied! Cheers, Rusty. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.lin

[PATCH] lguest: fix paths in comments

2013-03-05 Thread Wanlong Gao
After commit 07fe997, lguest tool has already moved from Documentation/virtual/lguest/ to tools/lguest/. Signed-off-by: Wanlong Gao --- drivers/lguest/Kconfig | 5 ++--- tools/lguest/lguest.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/lguest/Kconfig b/drive