]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Generate list of common kvm tool commands
authorPrasad Joshi <prasadjoshi124@gmail.com>
Fri, 8 Apr 2011 16:43:06 +0000 (17:43 +0100)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 16:47:55 +0000 (19:47 +0300)
commitc85f7b024445795bf1d818e646088cee327c8b01
tree2dc81fda7b2f5ccbd16eb4a39d047a5f78221fa3
parente9316b7ab3e4b71199e1781a1846f2ba91d94d4d
kvm tools: Generate list of common kvm tool commands

- The Documentation/ directory will have a text file for each commmand. The
  text file should contain the information about the command in manpage format.

- command-list.txt: is a list of common commands used with the kvm tool.

- util/generate-cmdlist.sh: is a shell script that uses command-list.txt and
  text files in Documentation/ directory to generate the common-cmds.h file in
  the include directory. The header file is furthur used to display a usage
  messgae. Almost the entire script is copied from the tools/perf.

Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Documentation/kvm-run.txt [new file with mode: 0644]
tools/kvm/command-list.txt [new file with mode: 0644]
tools/kvm/util/generate-cmdlist.sh [new file with mode: 0755]