aboutsummaryrefslogtreecommitdiffstats
path: root/command-list.txt
diff options
context:
space:
mode:
authorSasha Levin <levinsasha928@gmail.com>2011-08-05 18:21:10 +0300
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:46 +0100
commitdaf4cb5af4785979a1a4a5ad5d0c0e879a455795 (patch)
tree70be00d7bfe838888246f6a7334edab1bfe7080f /command-list.txt
parent59aa2d30b313ee2d7d33e48b3bf128a0036b316d (diff)
downloadkvmtool-daf4cb5af4785979a1a4a5ad5d0c0e879a455795.tar.gz
kvm tools: Add 'kvm stop'
This command stops a running instance. Syntax: kvm stop [instance name] Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'command-list.txt')
-rw-r--r--command-list.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt
index 037a8ea2..fd809a88 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -8,3 +8,4 @@ kvm-version common
kvm-list common
kvm-debug common
kvm-balloon common
+kvm-stop common