From: Sasha Levin Date: Fri, 8 Jul 2011 21:56:10 +0000 (+0300) Subject: kvm tools: Properly add 'kvm debug' to command list X-Git-Tag: next-20110824~3^2~133 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ee2cc6abc0cb93ded8a34d9eb20be45b8cafa0a;p=karo-tx-linux.git kvm tools: Properly add 'kvm debug' to command list Also adds some basic documentation. Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/Documentation/kvm-debug.txt b/tools/kvm/Documentation/kvm-debug.txt new file mode 100644 index 000000000000..273af150d868 --- /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 32bb518c05ca..12ef4b888936 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