mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-15 18:05:49 +00:00
0a936c5400
- kvm-cmd.h: Adds a new structure cmd_struct to create a table of commands and callback function. The structure was copied from tools/perf - kvm-cmd.c: implements two main functions for command processing. kvm_get_command(): searches table for specific command. handle_command(): invokes the callback function for a given command. - kvm-help.[ch] Implements the kvm help command. The function list_common_cmds_help() is a copy of similar function in tools/perf. [ penberg@kernel.org: Add CREDITS-Git file for proper attributions. ] Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
31 lines
603 B
Plaintext
31 lines
603 B
Plaintext
Most of the infrastructure that 'perf' uses here has been reused
|
|
from the Git project, as of version:
|
|
|
|
66996ec: Sync with 1.6.2.4
|
|
|
|
Here is an (incomplete!) list of main contributors to those files
|
|
in util/* and elsewhere:
|
|
|
|
Alex Riesen
|
|
Christian Couder
|
|
Dmitry Potapov
|
|
Jeff King
|
|
Johannes Schindelin
|
|
Johannes Sixt
|
|
Junio C Hamano
|
|
Linus Torvalds
|
|
Matthias Kestenholz
|
|
Michal Ostrowski
|
|
Miklos Vajna
|
|
Petr Baudis
|
|
Pierre Habouzit
|
|
René Scharfe
|
|
Samuel Tardieu
|
|
Shawn O. Pearce
|
|
Steffen Prohaska
|
|
Steve Haslam
|
|
|
|
Thanks guys!
|
|
|
|
The full history of the files can be found in the upstream Git commits.
|