Commit-ID: 8ee2cc6abc0cb93ded8a34d9eb20be45b8cafa0a Gitweb: http://git.kernel.org/tip/8ee2cc6abc0cb93ded8a34d9eb20be45b8cafa0a Author: Sasha Levin <levinsasha928@xxxxxxxxx> AuthorDate: Sat, 9 Jul 2011 00:56:10 +0300 Committer: Pekka Enberg <penberg@xxxxxxxxxx> CommitDate: Sat, 9 Jul 2011 01:23:03 +0300 kvm tools: Properly add 'kvm debug' to command list Also adds some basic documentation. Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx> --- tools/kvm/Documentation/kvm-debug.txt | 16 ++++++++++++++++ tools/kvm/command-list.txt | 1 + 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/tools/kvm/Documentation/kvm-debug.txt b/tools/kvm/Documentation/kvm-debug.txt new file mode 100644 index 0000000..273af15 --- /dev/null +++ b/tools/kvm/Documentation/kvm-debug.txt @@ -0,0 +1,16 @@ +kvm-debug(1) +================ + +NAME +---- +kvm-debug - Print debug information from a running instance + +SYNOPSIS +-------- +[verse] +'kvm debug [instance]' + +DESCRIPTION +----------- +The command prints debug information from a running instance. +For a list of running instances see 'kvm list'. diff --git a/tools/kvm/command-list.txt b/tools/kvm/command-list.txt index 32bb518..12ef4b8 100644 --- a/tools/kvm/command-list.txt +++ b/tools/kvm/command-list.txt @@ -6,3 +6,4 @@ kvm-run mainporcelain common kvm-pause common kvm-version common kvm-list common +kvm-debug common -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |