From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: [PATCH 3/7] kvm tools: Properly add 'kvm debug' to command list Date: Sat, 9 Jul 2011 00:56:10 +0300 Message-ID: <1310162174-3426-3-git-send-email-levinsasha928@gmail.com> References: <1310162174-3426-1-git-send-email-levinsasha928@gmail.com> Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com, Sasha Levin To: penberg@kernel.org Return-path: 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 S1751204Ab1GHV5A (ORCPT ); Fri, 8 Jul 2011 17:57:00 -0400 Received: by mail-wy0-f174.google.com with SMTP id 8so1583711wyg.19 for ; Fri, 08 Jul 2011 14:56:59 -0700 (PDT) In-Reply-To: <1310162174-3426-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Also adds some basic documentation. Signed-off-by: Sasha Levin --- tools/kvm/Documentation/kvm-debug.txt | 16 ++++++++++++++++ tools/kvm/command-list.txt | 1 + 2 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 tools/kvm/Documentation/kvm-debug.txt diff --git a/tools/kvm/Documentation/kvm-debug.txt b/tools/kvm/Documentation/kvm-debug.txt new file mode 100644 index 0000000..b1c0e3d --- /dev/null +++ b/tools/kvm/Documentation/kvm-debug.txt @@ -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'. diff --git a/tools/kvm/command-list.txt b/tools/kvm/command-list.txt index 32bb518..12ef4b8 100644 --- a/tools/kvm/command-list.txt +++ b/tools/kvm/command-list.txt @@ -6,3 +6,4 @@ kvm-run mainporcelain common kvm-pause common kvm-version common kvm-list common +kvm-debug common -- 1.7.6