]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add 'kvm version' command
authorSasha Levin <levinsasha928@gmail.com>
Fri, 8 Jul 2011 21:56:08 +0000 (00:56 +0300)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Jul 2011 22:23:03 +0000 (01:23 +0300)
commited28f143a3a84c682d5de148db2b8173166dee0d
treee61c83c34ad252159b518f75ad54463ceda72a36
parent1e718809f3985eede58df3e5bc8735342424bdc8
kvm tools: Add 'kvm version' command

Add a 'kvm version' command which prints the version of the kernel
used to build kvm tools.

Part of the code is based on and was loaned from perf.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Documentation/kvm-version.txt [new file with mode: 0644]
tools/kvm/Makefile
tools/kvm/command-list.txt
tools/kvm/include/kvm/kvm-version.h [new file with mode: 0644]
tools/kvm/kvm-cmd.c
tools/kvm/kvm-version.c [new file with mode: 0644]
tools/kvm/util/KVMTOOLS-VERSION-GEN [new file with mode: 0755]