]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Pause/resume guest using SIGUSR2
authorSasha Levin <levinsasha928@gmail.com>
Mon, 30 May 2011 17:27:54 +0000 (20:27 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 08:37:56 +0000 (11:37 +0300)
commit1c5ee6cab07829f0ed9adf70b7fccb0b0dc7423a
tree21a93cf9da68ac5248037c2f2a4f991744d1e441
parent8a7951f99f2083b56d1c65c7886819fd5a426377
kvm tools: Pause/resume guest using SIGUSR2

Make SIGUSR2 pause/resume a guest, this allows to easily test
pausing a guest.
Can be tested using cmdline 'kill -USR2 $(pidof kvm)'.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/kvm-run.c