Also adds some basic documentation. Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html