From: Sasha Levin Date: Fri, 8 Jul 2011 21:56:09 +0000 (+0300) Subject: kvm tools: Properly add 'kvm list' to command list X-Git-Tag: next-20110824~3^2~134 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=57ea6d2cb59bfbff3dd27ca4ddc188ec212361bd;p=karo-tx-linux.git kvm tools: Properly add 'kvm list' 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-list.txt b/tools/kvm/Documentation/kvm-list.txt new file mode 100644 index 000000000000..121e45c7d84e --- /dev/null +++ b/tools/kvm/Documentation/kvm-list.txt @@ -0,0 +1,16 @@ +kvm-list(1) +================ + +NAME +---- +kvm-list - Print a list of running instances on the host. + +SYNOPSIS +-------- +[verse] +'kvm list' + +DESCRIPTION +----------- +This command prints a list of running instances on the host which +belong to the user who currently ran 'kvm list'. diff --git a/tools/kvm/command-list.txt b/tools/kvm/command-list.txt index 81ba1402ba95..32bb518c05ca 100644 --- a/tools/kvm/command-list.txt +++ b/tools/kvm/command-list.txt @@ -5,3 +5,4 @@ kvm-run mainporcelain common kvm-pause common kvm-version common +kvm-list common