]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add 'kvm pause' command
authorSasha Levin <levinsasha928@gmail.com>
Fri, 3 Jun 2011 14:22:29 +0000 (17:22 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 15 Jun 2011 13:59:37 +0000 (16:59 +0300)
commitb4261733cb3ac9747b2839aa6cacd6e572be0842
tree4f719134a13db1686c0366184d24275621e3df51
parent7ae6095e5c1b28b4efc88056fea7fdd75e1fd82b
kvm tools: Add 'kvm pause' command

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

  kill -USR2 `pidof kvm`

Which pauses a guest (freezes all VCPU threads) or resumes a paused
guest.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Documentation/kvm-pause.txt [new file with mode: 0644]
tools/kvm/Makefile
tools/kvm/command-list.txt
tools/kvm/include/kvm/kvm-pause.h [new file with mode: 0644]
tools/kvm/kvm-cmd.c
tools/kvm/kvm-pause.c [new file with mode: 0644]