From patchwork Fri Jul 8 21:56:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Levin X-Patchwork-Id: 957492 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p68Lv1e7006986 for ; Fri, 8 Jul 2011 21:57:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751165Ab1GHV46 (ORCPT ); Fri, 8 Jul 2011 17:56:58 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:37207 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750904Ab1GHV46 (ORCPT ); Fri, 8 Jul 2011 17:56:58 -0400 Received: by wyg8 with SMTP id 8so1583711wyg.19 for ; Fri, 08 Jul 2011 14:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ZtSeCCAtUu631lhLvJEkfRjVCAxJclqwSrGcjc49JbI=; b=NPeki6VRjx+/XrucYHeODEbUWKL42NkAxwmdYUYsDndrKzqKDdsdSwWGD3Fen7ecLy YVa7wl1q1SywUma21sERFt8o8vZMn2Z75T6n5VJCZhIeqlWVoVZuZrY7hzU4g7mz+BUy m2BR1y0CrwYBs4BOKpY/pSlIPwmpfdpJ/+0Fc= Received: by 10.216.63.143 with SMTP id a15mr2083768wed.65.1310162217208; Fri, 08 Jul 2011 14:56:57 -0700 (PDT) Received: from localhost.localdomain (bzq-79-178-209-230.red.bezeqint.net [79.178.209.230]) by mx.google.com with ESMTPS id m35sm1493611weq.36.2011.07.08.14.56.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jul 2011 14:56:56 -0700 (PDT) From: Sasha Levin To: penberg@kernel.org Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com, Sasha Levin Subject: [PATCH 2/7] kvm tools: Properly add 'kvm list' to command list Date: Sat, 9 Jul 2011 00:56:09 +0300 Message-Id: <1310162174-3426-2-git-send-email-levinsasha928@gmail.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1310162174-3426-1-git-send-email-levinsasha928@gmail.com> References: <1310162174-3426-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 08 Jul 2011 21:57:01 +0000 (UTC) Also adds some basic documentation. Signed-off-by: Sasha Levin --- tools/kvm/Documentation/kvm-list.txt | 16 ++++++++++++++++ tools/kvm/command-list.txt | 1 + 2 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 tools/kvm/Documentation/kvm-list.txt 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