]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Properly add 'kvm debug' to command list
authorSasha Levin <levinsasha928@gmail.com>
Fri, 8 Jul 2011 21:56:10 +0000 (00:56 +0300)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Jul 2011 22:23:03 +0000 (01:23 +0300)
Also adds some basic documentation.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Documentation/kvm-debug.txt [new file with mode: 0644]
tools/kvm/command-list.txt

diff --git a/tools/kvm/Documentation/kvm-debug.txt b/tools/kvm/Documentation/kvm-debug.txt
new file mode 100644 (file)
index 0000000..273af15
--- /dev/null
@@ -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'.
index 32bb518c05cada7528b2da80cfd966002e961861..12ef4b8889366f8ee87b34ba341563daaf3ad5bb 100644 (file)
@@ -6,3 +6,4 @@ kvm-run                         mainporcelain common
 kvm-pause                      common
 kvm-version                    common
 kvm-list                       common
+kvm-debug                      common