]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add 'kvm debug' command
authorPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 09:11:28 +0000 (12:11 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 09:11:28 +0000 (12:11 +0300)
commit5b652ac6f9efbbb2f767578c5fcd121651e1f83d
tree4602de6dc1f1e644ccfef52c358b905dc024fd63
parent3daf7743aad339be63ab9d4014f9e529aef43726
kvm tools: Add 'kvm debug' command

This patch adds a 'kvm debug' command that's currently an alias for

  kill -3 `pidof kvm`

which prints out debugging diagnostics for guests.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/kvm-debug.h [new file with mode: 0644]
tools/kvm/kvm-cmd.c
tools/kvm/kvm-debug.c [new file with mode: 0644]