Message ID | 1310162174-3426-3-git-send-email-levinsasha928@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Also adds some basic documentation. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> --- 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