Commit-ID: 57ea6d2cb59bfbff3dd27ca4ddc188ec212361bd Gitweb: http://git.kernel.org/tip/57ea6d2cb59bfbff3dd27ca4ddc188ec212361bd Author: Sasha Levin <levinsasha928@xxxxxxxxx> AuthorDate: Sat, 9 Jul 2011 00:56:09 +0300 Committer: Pekka Enberg <penberg@xxxxxxxxxx> CommitDate: Sat, 9 Jul 2011 01:23:03 +0300 kvm tools: Properly add 'kvm list' 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-list.txt | 16 ++++++++++++++++ tools/kvm/command-list.txt | 1 + 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/tools/kvm/Documentation/kvm-list.txt b/tools/kvm/Documentation/kvm-list.txt new file mode 100644 index 0000000..121e45c --- /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 81ba140..32bb518 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 -- 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
![]() |